r3464: split out registry.h, rap.h and ldap_server.h
[ab/samba.git/.git] / source4 / ldap_server / ldap_simple_ldb.c
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