]> git.sur5r.net Git - openldap/history - servers/slapd/operation.c
SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani...
[openldap] / servers / slapd / operation.c
2002-12-07 Pierangelo MasaratiSLAPI - Netscape plugin API for slapd - based on patch...
2002-09-14 Jong Hyuk ChoiLCUP Response Control Code
2002-08-07 Howard ChuRevert previous commit
2002-08-07 Howard ChuDon't strdup conn->authz into op, just reference direct...
2002-04-11 Howard ChuITS#1733 eliminate o_abandonmutex
2002-03-24 Kurt ZeilengaUpdate control framework
2002-01-26 Howard ChuChanged slap_authz_info.sai_mech to struct berval.
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuUse ldap_queue.h instead of <ac/queue.h>
2001-12-31 Howard ChuUse queue-compat for Connection->c_ops,c_pending_ops
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-01-17 Gary Williamsfix format
2001-01-15 Gary WilliamsMore new logging (Behind NEW_LOGGING)
2000-05-13 Kurt ZeilengaY2k copyright update
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-02 Hallvard FurusethFix Debug printf format
1999-08-06 Kurt ZeilengaAdd copyright notices.
1999-07-05 Kurt ZeilengaAdd get_ctrls()...
1999-07-02 Kurt ZeilengaAdd conn/op bind_in_progress flags such that operations...
1999-06-18 Kurt Zeilengaber_int_t, ber_tag_t, ber_socket_t, ber_len_t
1999-03-22 Kurt ZeilengaPROTOTYPE: New connection management infrastructure...
1999-03-20 Kurt ZeilengaProvide global assert solution. <ac/assert.h> (new...
1999-03-16 Kurt ZeilengaFirst cut at bind race fix. Passes our test suite...
1999-01-29 Kurt ZeilengaDon't leak slap_op when op not in list.
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-19 Kurt ZeilengaUpdate slap_conn to maintain client provided dn and...
1999-01-10 Kurt Zeilengarename 'struct op' to 'struct slap_op'
1998-11-27 Kurt ZeilengaReplace strdup() with ch_strdup() such that exit()...
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-10-25 Kurt Zeilengamerged with autoconf branch
1998-10-21 Kurt ZeilengaSLAPD compiles. Needs LDBM work to link.
1998-10-21 Kurt Zeilengainclude portable.h
1998-08-09 Kurt ZeilengaInitial revision