r12286: handle absolute path and url in lock_path() as in private_path()
[samba.git] / source / dsdb /
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 Tridgellr11958: - fixed memory leaks in the ldb_result handling...
2007-10-10 Andrew Tridgellr11957: fixed up code meant for debugging
2007-10-10 Andrew Tridgellr11952: added a rootdse module. This will replace the...
2007-10-10 Andrew Tridgellr11592: fixed a crash bug from the ldb_result changes...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Bartlettr11356: More cracknames work. This copes with a lookup...
2007-10-10 Andrew Bartlettr11339: Fix the build by adding the serviceprincial...
2007-10-10 Jelmer Vernooijr11303: Support defining and installing public headers...
2007-10-10 Andrew Bartlettr11270: Move the core CrackNames code from rpc_server...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Stefan Metzmacherr11052: bring samba4 uptodate with the samba4-winsrepl...
2007-10-10 Stefan Metzmacherr11037:
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 Tridgellr10897: added in a hackish ldb proxy module that I...
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 Bartlettr10791: Add copyright, fix comments (this isn't the...
2007-10-10 Andrew Tridgellr10759: make modules easier to write by allowing module...
2007-10-10 Andrew Tridgellr10753: don't require every ldb module to implement...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Tim Potterr10497: Export the list of dsdb ldb modules.
2007-10-10 Jelmer Vernooijr10478: More work on proto headers; we now generate...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Andrew Tridgellr10411: we don't need the 10 times retry on rid allocat...
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Jelmer Vernooijr10336: Add sconscript for a couple more subsystems.
2007-10-10 Simo Sorcer10306: change these modules to use new error API
2007-10-10 Simo Sorcer10300: forgot to change the dsdb modules function...
2007-10-10 Tim Potterr9992: More fixes from the 64-bit warning police.
2007-10-10 Andrew Bartlettr9930: Use a single samdb_base_dn() function rather...
2007-10-10 Jelmer Vernooijr9915: Some more mappings. Fix weird sAMAccountName...
2007-10-10 Jelmer Vernooijr9908: Generate posixUser and posixGroup as well
2007-10-10 Jelmer Vernooijr9899: Be more conservative about what is sent to the...
2007-10-10 Tim Potterr9883: More nested initialiser fixes.
2007-10-10 Jelmer Vernooijr9849: Extend testsuite a bit more.
2007-10-10 Jelmer Vernooijr9842: More error checks in the ldb_map modules, extend...
2007-10-10 Jelmer Vernooijr9835: Make ldb_map compile in the stand-alone LDB...
2007-10-10 Jelmer Vernooijr9793: Be more verbose, check for errors in upgrade...
2007-10-10 Jelmer Vernooijr9786: Move ldb_map into ldb/modules/
2007-10-10 Jelmer Vernooijr9768: Arrrgh.. Right this time.
2007-10-10 Jelmer Vernooijr9767: Fix typo
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 Metzmacherr9240: - move struct security_token to the idl file...
2007-10-10 Stefan Metzmacherr9208: fix a crash bug
2007-10-10 Jelmer Vernooijr8811: Fix the build..
2007-10-10 Rafal Szczesniakr8810: Fix missing headers. Still doesn't fix the build...
2007-10-10 Andrew Bartlettr8791: (missing from previous commit)
2007-10-10 Andrew Bartlettr8740: Extend the rdn_name module to handle adding...
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 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/
next