File: ChangeLog

package info (click to toggle)
directory-administrator 1.1.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,528 kB
  • ctags: 440
  • sloc: ansic: 5,698; sh: 489; makefile: 157
file content (131 lines) | stat: -rw-r--r-- 4,549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Version 1.1.3 - release date 2001-12-04

* Bumped version number on Makefile.am
* Can build as non-root

Version 1.1.2 - release date 2001-11-30

* Does not crash on first startup if there are no directory profiles
  created
* Does create groups when supplementary members are selected
* Sorts icon list - first groups, then users

Version 1.1.1 - release date 2001-03-13

* no longer assuming special Org. Units for user/group addition
  (dir. admin. now saves your last OU selection, per profile)
* on modify operations window doesn't get refreshed
* on delete operations only icon is removed
* on add operations only icon is added

Version 1.1.0 - release date 2001-03-10

* when removing, doesn't kill and reload the list, just
  removes the selected icon
* implemented double click on icon list
* implemented organizational attributes

Version 1.0.9 - release date 2001-03-08

* added support for MD5 password generation
* changed interface to use icon list, you can drag icons to group
  member lists
  (I KNOW the icons suck, give me some pointers please)
* added menus and keyboard shortcuts for keyboard users

Version 1.0.8 - release date 2001-03-06

* removed dependency from trustAccount - now host-based access control
  are based on the standard host attribute of the account object class
  which means no more pam_filter on /etc/ldap.conf or setting up
  your directory server in special ways.  This is in compliance with
  the latest PAM_LDAP version.
* added support for shadow attributes (password policies, shadowlastchange)
* added password length checking
* removed support for memberuid and added support for uniqueMember
  (group members after DNs, not UIDs, which may repeat themselves
   across the tree)
* added drag and drop support for adding users to groups

Version 1.0.7 - release date 2001-03-03

* massive code cleanup and reorganization
* bug fixes when changing more than 28 attributes
  for any user/group

Version 1.0.6 - release date 2001-03-03

* now you can select password cipher type
* minor usability fixes
* bug fixes for reading /etc/shells (didn't work on Debian)

Version 1.0.5 - release date 2001-02-27

* now confirms deletion
* several bugfixes
* fix to compile on Solaris (UID_MAX already defined)
* on first run, prompt to create profile instead of segfaulting

Version 1.0.4 - release date 2001-02-27

* icon and spec file changes

Version 1.0.3 - release date 2001-02-24

* changes to the backend framework
* changes to the new user/group druids (automatic gid/uid checkbox)

Version 1.0.2 - release date 2001-02-23

* package includes spec file and builds into RPM
* null data connection profile saving problem solved

Version 1.0 - release date 2001-02-22

* saving profiles implemented
* couple bugs fixed

Version 0.95 - release date 2001-02-21

* added support for inetlocalmailrecipient class (sendmail ldap routing)
* fixed a couple of bugs and cleaned the code base
* required schema files changed - see doc/slapd.conf

Version 0.9 - release date 2001-02-19

* compiles against openldap v2
* feature complete
* still solid as a rock - apparently =)
* preserves objectclasses and creates appropriate classes
  for the trust models (trustModel) - you need to add
  that schema to your directory server (included in
  the doc subdirectory)

Version 0.8 - release date 2001-02-16

* user/group addition, modification and removal works like a charm.
  only thing missing which I'm not thinking about getting implemented
  is changeing user/group names.
* inching very quickly to final release date of version 1.0!

Version 0.7 - release date 2001-02-16

* can now change all user attributes on the directory except
  uid and uidnumber (for security) with proper input validation
* can now change all group attributes on the directory except
  cn and gidnumber (for security) with proper input validation
* doesn't crash (not that I ever shipped a crashing version!)

Version 0.6 - release date 2001-02-14

* can now change all user attributes on the directory except allowed server
  list, user ID, and UID number.  It works and displays an error msg. when
  no permission or disconnection or miscellaneous stuff.

Version 0.5 - release date 2001-02-14

* added code and framework on users for per-server login
* added code to fill the per-server login list on the modify user dialog
* added code and framework on groups for secondary members
* added code to fill the secondary members list on the modify group dialog
* cleaned up serious memory leaks - there might still be a couple of them