r12608: Remove some unused #include lines.
[bbaumbach/samba-autobuild/.git] / source4 / ldap_server / ldap_simple_ldb.c
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr12595: There was no comment on the mailing list, so...
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Andrew Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Tridgellr11408: fixed the mapping of ldb errors to ldap errors...
2007-10-10 Andrew Bartlettr10820: Use talloc_get_type as suggested by tridge.
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Stefan Metzmacherr8222: 0 entries are no error, unless it's a base search
2007-10-10 Andrew Tridgellr7777: allow for overriding the location of the sam...
2007-10-10 Andrew Tridgellr7747: - simplified the ldap server buffer handling
2007-10-10 Andrew Tridgellr7596: next step in ldap cleanup. I'm aiming to get...
2007-10-10 Andrew Tridgellr7593: simplified the memory management in the ldap...
2007-10-10 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Stefan Metzmacherr4709: fix compiler warnings
2007-10-10 Stefan Metzmacherr4629: we now have a global macro NT_STATUS_HAVE_NO_MEM...
2007-10-10 Stefan Metzmacherr4628: this function should be static
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
2007-10-10 Andrew Tridgellr4037: fixed a bunch of "might be uninitialised" warnin...
2007-10-10 Stefan Metzmacherr3783: - don't use make proto for ldb anymore
2007-10-10 Simo Sorcer3754: merge in ldb modules support from the tmp branch...
2007-10-10 Andrew Tridgellr3464: split out registry.h, rap.h and ldap_server.h
2007-10-10 Stefan Metzmacherr3099: implment sldb_ModifyDN()
2007-10-10 Stefan Metzmacherr3098: - fix segfault in sldb_Compare()
2007-10-10 Stefan Metzmacherr3097: - an empty string is a valid DN
2007-10-10 Simo Sorcer2875: some fixes + (C) note
2007-10-10 Stefan Metzmacherr2855: fix error codes for Compare
2007-10-10 Andrew Tridgellr2836: removed a couple of unused variables
2007-10-10 Simo Sorcer2820: complete the parsing routing with correct suppor...
2007-10-10 Simo Sorcer2815: add some more docs
2007-10-10 Andrew Tridgellr2792: got rid of talloc_ldb_alloc() and instead create...
2007-10-10 Stefan Metzmacherr2757: some minor fixes
2007-10-10 Simo Sorcer2754: Change sldb_trim_dn() to be sldb_fix_dn() as...
2007-10-10 Stefan Metzmacherr2748: implement sldb_Compare()
2007-10-10 Stefan Metzmacherr2722: remove tmp debug messages
2007-10-10 Stefan Metzmacherr2720: -implement sldb_Modify() call
2007-10-10 Stefan Metzmacherr2714: - add sldb_Add() implementation
2007-10-10 Simo Sorcer2695: revert "Del" renaming
2007-10-10 Stefan Metzmacherr2693: - send a reply when no attributes there
2007-10-10 Simo Sorcer2689: Use consistent naming Del -> Delete
2007-10-10 Stefan Metzmacherr2688: - fix case where listed attributes are asked
2007-10-10 Stefan Metzmacherr2685: ALLOC_CHECK() after talloc_steal() isn't needed
2007-10-10 Stefan Metzmacherr2682: as sambdb holds all search data, don't double...
2007-10-10 Stefan Metzmacherr2681: commit the first semi working search implementation
2007-10-10 Stefan Metzmacherr2527: - add a dummy for a simple ldb backend