summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap/ldap_controls.c
Commit message (Expand)AuthorAgeFilesLines
* s4:ldap_controls: allow DSDB_CONTROL_BYPASS_PASSWORD_HASH_OID over sockets.Stefan Metzmacher2010-12-131-2/+2
* s4-ldb: Changes the aclread module to use LDB_HANDLE_FLAG_UNTRUSTED to determ...Nadezhda Ivanova2010-10-271-2/+0
* s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer2010-10-231-0/+2
* ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer2010-10-231-2/+2
* Revert "s4:dsdb - make the RELAX control private"Andrew Bartlett2010-10-181-2/+1
* s4:dsdb - make the RELAX control privateMatthias Dieter Wallnöfer2010-10-161-1/+2
* s4:libcli/ldap/ldap_controls.c - fix up the controls listMatthias Dieter Wallnöfer2010-10-161-29/+49
* s4-ldap: Added a control to apply the access checks on read via LDAPNadezhda Ivanova2010-09-261-0/+2
* s4-dsdb: added support for LDB_CONTROL_RODC_DCPROMO_OIDAndrew Tridgell2010-08-171-0/+1
* s4-ldap: use common functions for ldap flag controls encode/decodeAndrew Tridgell2010-08-171-163/+11
* s4/libcli: Register LDB_CONTROL_REVEAL_INTERNALS and DSDB_CONTROL_PASSWORD_CH...Endi S. Dewata2010-06-281-0/+4
* ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer2010-06-201-0/+20
* s4:ldap_controls.c - remove encoding functions for private recalculate SD con...Matthias Dieter Wallnöfer2010-06-201-19/+0
* s4: Remove an uselessly exposed controlMatthieu Patou2010-06-071-1/+0
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-211-1/+1
* s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and LDB...Endi S. Dewata2010-03-021-0/+4
* s4: fix SD update and password change in upgrade scriptMatthieu Patou2009-11-281-0/+20
* s4:ldbcli - Added encoder/decoder for relax control.Endi S. Dewata2009-11-191-2/+20
* s4:libcli/ldap Add 'relax' OID to known network representationsAndrew Bartlett2009-11-121-0/+2
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-2/+2
* s4:libcli/ldap: add support for new Recycle Bin Feature LDAP ControlsStefan Metzmacher2009-07-231-0/+40
* fixed the encoding/decoding of the reverse attribute for server side sortAndrew Tridgell2009-06-101-3/+10
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-241-127/+4
* s4:libcli/ldap: don't use 'void **out' as arguments as the behavior is not de...Stefan Metzmacher2009-02-241-17/+32
* s4:dsdb: add support for DSDB_OPENLDAP_DEREFERENCE_CONTROLAndrew Bartlett2008-12-171-0/+115
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-151-1/+1
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-2/+16
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-265/+265
* r24248: Attempt to fix bug #4830 by <mwallnoefer@yahoo.de>. If there is noAndrew Bartlett2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-101-0/+40
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-177/+167
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-10-101-27/+44
* r17430: implement the LDAP_SERVER_PERMISSIVE_MODIFY control in the clientStefan Metzmacher2007-10-101-0/+20
* r17429: implement the LDAP_SERVER_SHOW_DELETED control in the clientStefan Metzmacher2007-10-101-0/+20
* r17420: add client support for the LDAP_SERVER_DOMAIN_SCOPE controlStefan Metzmacher2007-10-101-0/+20
* r17419: add client support for the LDAP_SERVER_SEARCH_OPTIONS support.Stefan Metzmacher2007-10-101-0/+59
* r17418: add client support for the LDAP_SERVER_SD_FLAGS controlStefan Metzmacher2007-10-101-0/+59
* r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij2007-10-101-1/+0
* r15365: Fix error in my previous commit, caught by metze.Jelmer Vernooij2007-10-101-3/+3
* r15358: Fix some compiler warnings / type safety. Found by tccJelmer Vernooij2007-10-101-2/+6
* r14424: another empty controls caseAndrew Tridgell2007-10-101-1/+3
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-9/+40
* r13508: some ASN.1 element in LDAP are optional,Stefan Metzmacher2007-10-101-13/+21
* r13506: zero memory as some ASN.1 elements are optional, and we should initia...Stefan Metzmacher2007-10-101-1/+1
* r13372: fixes ... still no joySimo Sorce2007-10-101-0/+8
* r13361: initial implementation of the vlv controlSimo Sorce2007-10-101-1/+244
* r13354: Add tests to check that controls work properlySimo Sorce2007-10-101-1/+1