summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/objectguid.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-08s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updatesMatthias Dieter Wallnöfer1-0/+8
2010-11-08s4:objectguid LDB module - make use of "dsdb_next_callback"Matthias Dieter Wallnöfer1-29/+5
2010-11-07s4:objectguid LDB module - fix typo in output messageMatthias Dieter Wallnöfer1-1/+1
2010-11-07s4:objectguid LDB module - objectGUIDs cannot be specified on add operationsMatthias Dieter Wallnöfer1-2/+6
2010-11-03s4:objectguid LDB module - remove "objectguid_find_attribute"Matthias Dieter Wallnöfer1-17/+1
2010-11-01s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell1-0/+1
2010-11-01s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell1-1/+6
2010-10-24s4:dsdb - use LDB results in "add_time_element" and "add_uint64_element"Matthias Dieter Wallnöfer1-16/+23
2010-10-24s4:dsdb - use the more safe "samdb_msg_add_(u)int*" calls always where possibleMatthias Dieter Wallnöfer1-5/+6
2010-09-25ldb: mark the location of a lot more ldb requestsAndrew Tridgell1-0/+2
2010-09-15s4-dsdb: free right context on failureAndrew Tridgell1-1/+1
2010-07-07s4-dsdb: use ldb_operr() in the dsdb codeAndrew Tridgell1-8/+8
2010-03-07s4:objectguid LDB module - change counter variables to "unsigned" where appro...Matthias Dieter Wallnöfer1-1/+1
2009-11-30s4-drs: Using dsdb_msg_add_guid() utility functionFernando J V da Silva1-11/+2
2009-10-06s4:various LDB modules - "build_request" functions - propagate result codes backMatthias Dieter Wallnöfer1-2/+2
2009-09-12s4-samdb: internal s4 ldb modules should be GPL not LGPLAndrew Tridgell1-14/+10
2009-01-30Fix misfiled headers.Simo Sorce1-1/+0
2009-01-30s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher1-0/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-8/+14
2008-10-16Transform the sequence_number operation into a normal extended operation as i...Simo Sorce1-1/+1
2008-09-29LDB ASYNC: samba4 modulesSimo Sorce1-38/+63
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-7/+1
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-1/+4
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-4/+4
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
2007-10-10r23795: more v2->v3 conversionAndrew Tridgell1-1/+1
2007-10-10r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij1-1/+1
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-1/+1
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett1-0/+45
2007-10-10r17870: This module (for the moment) handles the modifyTimestamp generation. ...Andrew Bartlett1-0/+1
2007-10-10r17526: Move timestamp generation into the objectGUID module. It probablyAndrew Bartlett1-1/+88
2007-10-10r17186: "async" word abuse clean-up part 2Simo Sorce1-1/+1
2007-10-10r16036: Add a couple of new functions to corretly deal with timeouts.Simo Sorce1-0/+2
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-71/+1
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-3/+1
2007-10-10r15782: More fixes for async casesSimo Sorce1-10/+3
2007-10-10r15639: fix warningsStefan Metzmacher1-1/+1
2007-10-10r15582: Commit some forgotten stuff that have been setting on my private tree...Simo Sorce1-3/+72
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-14/+2
2007-10-10r12743: Remove the ugly way we had to make a second stage init and introduceSimo Sorce1-3/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-1/+3
2007-10-10r12658: Couple of fixes related to shared module builds.Jelmer Vernooij1-4/+0
2007-10-10r11567: Ldb API change patch.Simo Sorce1-14/+22
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-1/+1
2007-10-10r10791: Add copyright, fix comments (this isn't the timestamps module any more)Andrew Bartlett1-3/+2
2007-10-10r10759: make modules easier to write by allowing modules to only implement theAndrew Tridgell1-52/+1
2007-10-10r10753: don't require every ldb module to implement both a search_bytree() andAndrew Tridgell1-9/+0
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-3/+10
2007-10-10r10306: change these modules to use new error APISimo Sorce1-32/+2