]> git.sur5r.net Git - openldap/history - servers/slapd/operation.c
Sync with HEAD
[openldap] / servers / slapd / operation.c
2003-12-17 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-28 Howard ChuFix LBER_OPT_MEMCTX behavior
2003-05-25 Howard ChuITS#2549, init memctx to NULL. Also reset ber memctx...
2003-04-09 Howard ChuFirst cut at thread-local malloc. Only used by search...
2003-04-08 Pierangelo Masaratisilence warning
2003-03-29 Pierangelo Masaratiadd function prototypes
2003-03-25 Howard ChuAdded slap_op_init/destroy, cache Operation structures
2003-02-10 Kurt ZeilengaMove include <slapi.h> behind #ifdef
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-27 Pierangelo Masaratislapi header cleanup
2003-01-23 Luke HowardLDAPv3 over UDP disposition is now compatible with...
2003-01-03 Kurt ZeilengaHappy new year
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