openldap/clients
Julio Sánchez Fernández d660a5cc93 The group list was being managed as an array of Group. This was
extremely broken and I can only wonder how I got some much mileage out
of it.  The problem is that we deal with pointers to the groups
themselves, either in current_group or current_to and current_nto.
These pointers would break on reallocs.  So now the the basic togroups
is an array to pointers to Group.  Since the array can be resized at
any time, what we actually pass around is pointer to an array of
pointers to Group or Group ***.
1999-12-15 18:55:19 +00:00
..
fax500 Add configure tests for ssize_t and caddr_t and remove NT preamble 1999-11-01 18:14:26 +00:00
finger Add configure tests for ssize_t and caddr_t and remove NT preamble 1999-11-01 18:14:26 +00:00
gopher Add configure tests for ssize_t and caddr_t and remove NT preamble 1999-11-01 18:14:26 +00:00
mail500 The group list was being managed as an array of Group. This was 1999-12-15 18:55:19 +00:00
rcpt500 Add configure tests for ssize_t and caddr_t and remove NT preamble 1999-11-01 18:14:26 +00:00
tools Add checks to ensure arguments are consistent (v2 vs v3). 1999-12-12 05:05:20 +00:00
ud Remove lint 1999-12-13 04:53:59 +00:00
Makefile.in Add OpenLDAP RCS id 1999-09-02 00:52:43 +00:00