r14860: create libcli/security/security.h
[jelmer/samba4-debian.git] / source / dsdb / samdb / samdb.c
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14570: Move some functions also they are also used...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13910: Fix the 'your password has expired' on every...
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...
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 Volker Lendecker12161: Fix a memleak and do the -O1 janitor :-)
2007-10-10 Andrew Tridgellr12156: added samdb_domain_sid(), a routine to get...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Andrew Tridgellr10914: moved the ldap time string functions into ldb...
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Andrew Bartlettr9930: Use a single samdb_base_dn() function rather...
2007-10-10 Simo Sorcer9654: introduce the samdb_search_dn call
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Simo Sorcer9385: Remove unused functions
2007-10-10 Stefan Metzmacherr9208: fix a crash bug
2007-10-10 Rafal Szczesniakr8810: Fix missing headers. Still doesn't fix the build...
2007-10-10 Andrew Tridgellr8715: - revert the %PRIi64 stuff. Tim, we explicitly...
2007-10-10 Tim Potterr8714: Oops - get it right this time!
2007-10-10 Tim Potterr8713: Experiment to try and fix warnings on 64-bit...
2007-10-10 Andrew Bartlettr8669: The objectguid module belongs in Samba's ldb...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Stefan Metzmacherr8224: - add objectGUID ldif_handler
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Andrew Tridgellr7783: the whenChanged attribute is now handled by...
2007-10-10 Simo Sorcer7615: fix the build and simplify gendb_search_dn
2007-10-10 Simo Sorcer7582: Better way to have a fast path searching for...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Bartlettr4766: Add another useful helper function: samdb_msg_se...
2007-10-10 Andrew Bartlettr4698: - Initial implementation of trusted domains...
2007-10-10 Andrew Bartlettr4679: Remove the void* from samdb. We now use structu...
2007-10-10 Stefan Metzmacherr4650: - make more use of bitmap and enum's
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Stefan Metzmacherr4532: - rename bitmap -> bits
2007-10-10 Andrew Tridgellr4475: fixed smbd to work with the small changes in...
2007-10-10 Volker Lendecker4414: Various bits&pieces:
2007-10-10 Volker Lendecker4376: Implement samr_AddAliasMember, samr_DeleteAliasM...
2007-10-10 Volker Lendecker4367: Implement samr_AddGroupMember, samr_DeleteGroupM...
2007-10-10 Volker Lendecker4335: Fix some potential memleaks, implement CreateDom...
2007-10-10 Stefan Metzmacherr4096: move the samdb code to source/dsdb/