r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This saves...
[bbaumbach/samba-autobuild/.git] / source4 / dsdb /
2007-10-10 Andrew Bartlettr8674: With the rdn_name module, we don't need this...
2007-10-10 Andrew Bartlettr8669: The objectguid module belongs in Samba's ldb...
2007-10-10 Andrew Bartlettr8666: The same fix as the last commit, I was caught...
2007-10-10 Andrew Bartlettr8664: I got caught out not testing...
2007-10-10 Andrew Bartlettr8663: Since simo constructed the samdb module, he...
2007-10-10 Andrew Bartlettr8660: Use templates for the initial provision of user...
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Andrew Tridgellr8568: change missing templates to warnings, so that...
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Volker Lendecker8321: Fix some uninitalized variable warnings
2007-10-10 Stefan Metzmacherr8224: - add objectGUID ldif_handler
2007-10-10 Andrew Tridgellr7925: small tidyup (please keep lines at a reasonable...
2007-10-10 Andrew Tridgellr7864: fixed some const bugs
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 Andrew Tridgellr7763: fixed some circular dependencies
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 Andrew Tridgellr7527: - added a ldb_search_bytree() interface, which...
2007-10-10 Simo Sorcer6470: Remove ldb_search_free() it is not needed anymore.
2007-10-10 Simo Sorcer6084: - Introduce the samldb module dependency on...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Simo Sorcer5588: We currently use a string representing an hex...
2007-10-10 Simo Sorcer5587: more work around the samldb module
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Simo Sorcer5584: add new experimental ldb module
2007-10-10 Andrew Tridgellr5309: removed ads.h from includes.h
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 Stefan Metzmacherr4568: make use of SidType and move it to lsa.idl
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Tridgellr4547: - added talloc_new(ctx) macro that is a neater...
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 Stefan Metzmacherr4419: move security_token stuff to the libcli/security/
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 Andrew Tridgellr4151: added privilege attribute handling on samdb.
2007-10-10 Stefan Metzmacherr4097: add missing file from last commit
2007-10-10 Stefan Metzmacherr4096: move the samdb code to source/dsdb/