r13769: the "wins partners"-option will not be readded
[ira/wip.git] / source4 / dsdb /
2007-10-10 Andrew Tridgellr13700: added highestCommittedUSN, uSNChanged and uSNCr...
2007-10-10 Andrew Bartlettr13616: Add new ldb functions: ldb_msg_add_steal_string...
2007-10-10 Simo Sorcer13615: Make ldb_set_errstring get ldb instead of modul...
2007-10-10 Andrew Bartlettr13606: An attempt to fix #3525.
2007-10-10 Stefan Metzmacherr13507: the 'data' element of LDAP controls is optional.
2007-10-10 Simo Sorcer13353: Fix a crash bug in rootdse when we do not pass...
2007-10-10 Andrew Bartlettr13282: Indentation, and ensure we handle the talloc_fr...
2007-10-10 James Peachr13264: Move declaration before code.
2007-10-10 Andrew Bartlettr13256: Free temporary memory on error cases, and try...
2007-10-10 Andrew Bartlettr13253: More work to ensure that we don't keep data...
2007-10-10 Andrew Bartlettr13252: Cleanup, both in code, comments and talloc...
2007-10-10 Andrew Bartlettr13207: Use the new API for using/not using kerbeors...
2007-10-10 Andrew Bartlettr13150: Correct comment.
2007-10-10 Andrew Bartlettr12998: A big update to samldb.c
2007-10-10 Andrew Bartlettr12996: Restrict this search to domain objects.
2007-10-10 Andrew Bartlettr12943: Generate a SID for the domain join account...
2007-10-10 Andrew Bartlettr12895: Error strings save lives.
2007-10-10 Andrew Bartlettr12860: Remove unused function. (we handle this in...
2007-10-10 Jelmer Vernooijr12851: Fix some typos
2007-10-10 Stefan Metzmacherr12842: don't include system headers directly
2007-10-10 Andrew Bartlettr12818: When denying an operation, include what we...
2007-10-10 Stefan Metzmacherr12773: - remove unused variable, fix the build with...
2007-10-10 Simo Sorcer12769: Make ldb_next_request() evident, I was much...
2007-10-10 Andrew Bartlettr12763: Oops. If you call ldb_search from within an...
2007-10-10 Andrew Bartlettr12762: Simo correctly asked that the policy logic...
2007-10-10 Andrew Bartlettr12746: An initial version of the kludge_acls module.
2007-10-10 Simo Sorcer12743: Remove the ugly way we had to make a second...
2007-10-10 Simo Sorcer12733: Merge ldap/ldb controls into main tree
2007-10-10 Andrew Bartlettr12720: By metze's request, rename the ntPwdHistory...
2007-10-10 Andrew Bartlettr12719: Rename unicodePwd -> sambaPassword.
2007-10-10 Andrew Bartlettr12716: Tridge points out that the request argument...
2007-10-10 Andrew Bartlettr12687: Push the real list of supported GENSEC mechanis...
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Jelmer Vernooijr12658: Couple of fixes related to shared module builds.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Bartlettr12599: This new LDB module (and associated changes...
2007-10-10 Andrew Bartlettr12598: Make the 'objectClass' part of the templating...
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Andrew Bartlettr12427: Move SAMR CreateUser2 to transactions, and...
2007-10-10 Andrew Bartlettr12382: Ensure to return OK on anonymous mapping.
2007-10-10 Andrew Bartlettr12381: Try not to segfault on an anonymous LDAP bind...
2007-10-10 Andrew Tridgellr12363: minor fixes for win2000 join/login
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Bartlettr12360: Add simple bind support into our LDAP server.
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...
next