]> git.sur5r.net Git - openldap/shortlog
openldap
2004-01-17 Howard ChuMore for z/OS
2004-01-17 Howard Chudefine HFIXEDSZ if it's missing. Not all platforms...
2004-01-17 Howard ChuDelete dlopen check, it's never used here. We only...
2004-01-17 Howard ChuAdded z/OS shared library support
2004-01-16 Howard Chuslapd_shutdown/syncrepl fix
2004-01-16 Howard ChuITS#2924, fix transition to subsequent subordinates
2004-01-16 Pierangelo... should improve readability and (hopefully) decrease...
2004-01-15 Howard ChuFix syncrepl slapd_shutdown detection, would not stop...
2004-01-15 Howard Chusl_malloc tweak
2004-01-15 Howard ChuITS#2922 disable argument globbing under Cygwin and...
2004-01-15 Howard ChuITS#2921, fix client connection handling for HAVE_WINSOCK
2004-01-15 Howard ChuFix ldap_pvt_thread_self, GetCurrentThread() returns...
2004-01-15 Howard ChuFix static mingw dependency
2004-01-15 Howard ChuITS#2918 additional fix for -lrpcrt4 detection
2004-01-15 Howard ChuITS#2918 fix winsock detection syntax
2004-01-14 Pierangelo... clarify that's useless to give write privileges to...
2004-01-13 Pierangelo... add extra level of parens only if required
2004-01-12 Howard Chutrim prev commit
2004-01-12 Howard ChuReally fix ITS#2905
2004-01-12 Howard ChuFix ITS#2905, properly detect duplicate entries
2004-01-11 Pierangelo... warn if no suffix or no init function are present
2004-01-11 Pierangelo... don't segfault if a database doesn't have the suffix
2004-01-11 Pierangelo... fix ITS#2901
2004-01-11 Pierangelo... don't search if the filter is invalid; search also...
2004-01-10 Pierangelo... spacing (ITS#2916)
2004-01-10 Pierangelo... cleanup avl duplicate handling
2004-01-10 Pierangelo... allow multiple attribute definitions; honor ldap_entry_...
2004-01-10 Luke Howardfix copyrights
2004-01-10 Luke HowardMore documentation
2004-01-10 Luke HowardUpdate copyright notice
2004-01-10 Luke HowardDon't return API result codes on wire
2004-01-10 Luke HowardAdd rcsID tag
2004-01-10 Luke Howard*** empty log message ***
2004-01-10 Luke HowardAdd some sample plugins
2004-01-09 Kurt ZeilengaFix formating
2004-01-09 Pierangelo... honor objectclass inheritance in filters + some cleanup
2004-01-09 Kurt ZeilengaFix text == NULL bugs in last commit
2004-01-09 Kurt ZeilengaITS#2906: report invalid userPassword schemes, clarify...
2004-01-09 Pierangelo... don't try to decide if uppercase based on LDAP matching...
2004-01-09 Pierangelo... table 'ldap_entries' must be aliased to allow filtering...
2004-01-08 Pierangelo... need odbc libs when building back-sql as module
2004-01-08 Pierangelo... remove (unnecessary) c++ style comments (ITS#2908)
2004-01-08 Kurt ZeilengaFix typo in slap_auxprop_init() (should not impact...
2004-01-05 Pierangelo... fix ITS#2900
2004-01-02 Luke HowardFix previous commit
2004-01-02 Luke HowardWrap slapi_entry_attr_get_charptr() around slapi_value_...
2004-01-02 Luke HowardCheck value is a C string in slapi_value_get_string()
2004-01-01 Kurt ZeilengaHappy new year
2004-01-01 Luke HowardMake defaulted backend available to ACL plugin pblock
2004-01-01 Luke HowardFix ACL plugin bug - return value of ACL plugins was...
2003-12-31 Jong Hyuk Choia patch for persistent search
2003-12-31 Kurt ZeilengaReady for 2004
2003-12-31 Kurt Zeilengacleanup
2003-12-31 Kurt ZeilengaQuick hack for PSEARCH crash.
2003-12-31 Kurt Zeilengacleanup
2003-12-30 Kurt Zeilengaclarify meaning of strongAuthRequired
2003-12-30 Kurt ZeilengaInitial subordinate implementation (for chaining)
2003-12-30 Luke HowardFix assertion failure if acl_check_modlist() called...
2003-12-30 Kurt ZeilengaUpdate OID
2003-12-30 Kurt ZeilengaMisc updates
2003-12-30 Kurt Zeilengacrypt(3) is not portable...
2003-12-30 Kurt ZeilengaLDAP_SCOPE SUBORDINATE implementation
2003-12-30 Kurt ZeilengaMisc cleanup
2003-12-30 Kurt ZeilengaLDAP_SCOPE_SUBORDINATES (for chaining)
2003-12-29 Kurt ZeilengaAdd new CSN draft
2003-12-29 Kurt ZeilengaUpdate no-op control to return LDAP_NO_OPERATION instea...
2003-12-29 Kurt ZeilengaMisc code cleanup
2003-12-29 Kurt ZeilengaNotice and acknowledgement
2003-12-29 Kurt ZeilengaCollective Attributes and Subentries are now RFCs.
2003-12-29 Pierangelo... allow to set max passes per rule
2003-12-29 Pierangelo... clarify field description in rewriteRule statement
2003-12-29 Pierangelo... fix, clarify and document previous commit
2003-12-29 Pierangelo... allow user-defined return codes from rewriteRules
2003-12-29 Pierangelo... typo
2003-12-29 Pierangelo... allow '%' escape; treat anything else as error
2003-12-28 Luke HowardDon't require slapi to be in the path - always include...
2003-12-28 Luke HowardCleanup SLAPI namespace
2003-12-27 Pierangelo... allow memory ownership specification when using (sessio...
2003-12-27 Pierangelo... fix memory ownership
2003-12-27 Luke HowardInitialize terminating bv_len in slapi_int_ldapmods2mod...
2003-12-25 Howard ChuForced commit - added slap_replog_cb
2003-12-25 Howard ChuBetter fix for ITS#2512. Use callback to invoke replog...
2003-12-25 Howard ChuRevert prev commit, unnecessary
2003-12-25 Howard ChuRevert prev commit, not necessary
2003-12-24 Howard ChuFix prev commit
2003-12-24 Howard ChuUse a separate mutex for the replication timestamp
2003-12-24 Howard ChuITS#2895 sleep(1) here masks race conditions, don't...
2003-12-24 Howard ChuITS#2895 TXN_PREPARE is not needed since we use nested...
2003-12-24 Howard ChuITS#2895 store a copy in the entry cache
2003-12-24 Howard ChuFix bogus "Internal error" when deleting non-existent...
2003-12-24 Howard ChuFix reject error logging
2003-12-23 Howard ChuDon't assume the replog is sorted, sort the queue befor...
2003-12-23 Howard ChuFix replog sequencing - assign sequence numbers at...
2003-12-23 Howard ChuITS#2887 fix slapi crash
2003-12-23 Howard ChuRevert to simple authzID behavior
2003-12-23 Howard ChuExecute overlays in reverse of config order.
2003-12-23 Howard ChuAvoid runtime copying of BackendDB
2003-12-21 Jong Hyuk Choimisc updates
2003-12-21 Jong Hyuk Choirewrite of the syncrepl section
2003-12-21 Jong Hyuk Choiupdate syncrepl and session log info
next