summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_controls.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-1043/+0
2011-04-29ldb:ldb_controls.c - fix comment indentationMatthias Dieter Wallnöfer1-4/+4
2011-03-20ldb:fix control parsing for dirsyncMatthieu Patou1-2/+3
2011-03-10ldb:ldb_controls.c - "ldb_save_controls" - allow that "saver" can also be NULLMatthias Dieter Wallnöfer1-8/+12
2011-03-10ldb:ldb_controls.c - always allocate enough spaceMatthias Dieter Wallnöfer1-13/+27
2011-02-21ldb: controls marshalling/unmarshalling improvementMatthieu Patou1-622/+660
2011-02-13ldb: use the sizeof of the control variable as offset instead of hardcoded va...Matthieu Patou1-22/+21
2011-02-13ldb: remove "magic" string in ldb_controls, replace them with constants defin...Matthieu Patou1-22/+30
2010-12-18ldb: Rename controls_except_specified -> ldb_controls_except_specified.Jelmer Vernooij1-1/+1
2010-12-18ldb: Rename two exported functions so they match abi_match.Jelmer Vernooij1-2/+2
2010-10-23s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer1-0/+27
2010-10-23ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer1-1/+1
2010-10-19s4-ldb: cope with NULL oid in controlsAndrew Tridgell1-5/+5
2010-09-27s4-ldb: Added ldb_request_replace_controlNadezhda Ivanova1-0/+22
2010-08-20s4-ldb: added support for rodc_control in ldbAndrew Tridgell1-0/+27
2010-07-29s4-ldb: use TALLOC_CTX type instead of 'void'Kamen Mazdrashki1-1/+1
2010-06-20ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer1-0/+27
2010-06-20ldb: add a new control bypassioperationnalMatthieu Patou1-0/+27
2010-05-22s4:ldb_controls: make it possible to pass arbitrary control via the command lineStefan Metzmacher1-0/+34
2010-03-08LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer1-7/+7
2009-12-14s4-ldb: added a new "reveal" controlAndrew Tridgell1-0/+27
2009-11-28s4: fix SD update and password change in upgrade scriptMatthieu Patou1-0/+27
2009-11-12s4:ldb Change ldb_request_add_control to the normal 'for loop' patternAndrew Bartlett1-2/+1
2009-10-21s4:ldb Add new function to create a cut down list of controlsAndrew Bartlett1-0/+41
2009-10-21s4:ldb Add function to add controls to an LDB replyAndrew Bartlett1-0/+34
2009-10-16s4:ldb - fixed dangling pointer in ldb_request_add_control()Endi S. Dewata1-2/+7
2009-10-02s4-ldb: Add new relax controls that allow relaxed x500 constraints checksMatthieu Patou1-0/+27
2009-09-02don't allow two controls to be added with the same OIDAndrew Tridgell1-1/+7
2009-07-23s4:ldb: add support for the new Recycle Bin Feature LDAP controlsStefan Metzmacher1-0/+54
2009-05-26s4:ldb:modules: Correct typos.Andrew Kroeger1-3/+1
2009-01-30Fix the mess with ldb includes.Simo Sorce1-1/+1
2008-12-17s4:ldb: make it possible to return per entry controlsAndrew Bartlett1-0/+20
2007-12-21r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett1-9/+17
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-2/+1
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-5/+442
2007-10-10r20852: add a function to add a ldb control to a ldb_requestStefan Metzmacher1-0/+28
2007-10-10r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher1-3/+1
2007-10-10r12733: Merge ldap/ldb controls into main treeSimo Sorce1-0/+108