summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap/ldap_bind.c
Commit message (Expand)AuthorAgeFilesLines
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-1/+1
* s4-ildap: two more places that need talloc_reparent()Andrew Tridgell2010-09-281-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-211-1/+1
* Improve debug when SASL search failsAndrew Bartlett2008-11-171-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+2
* Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-241-0/+1
* Cleanup ldap_bind_sasl.Andrew Bartlett2008-07-151-4/+3
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-3/+4
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-211-1/+1
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-211-1/+1
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-211-1/+2
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-3/+5
* r26277: Move loadparm context higher up the stack.Jelmer Vernooij2007-12-211-1/+2
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+2
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20141: use the gensec_features of the cli_credentials for ildap connections,Stefan Metzmacher2007-10-101-3/+9
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+1
* r18025: Don't try to set a target host if there isn't one (such as with ldapi...Andrew Bartlett2007-10-101-5/+7
* r17230: don't overwrite the error with NT_STATUS_NO_MEMORYStefan Metzmacher2007-10-101-10/+7
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-101-9/+12
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-101-6/+16
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-101-1/+1
* r15238: Add some code to automatically reconnect if we want to.Simo Sorce2007-10-101-0/+53
* r15181: Don't try kerberos sign/seal when in SSLSimo Sorce2007-10-101-1/+6
* r13508: some ASN.1 element in LDAP are optional,Stefan Metzmacher2007-10-101-3/+16
* r13342: Make the GSSAPI SASL mech actually work, by (shock horror) reading th...Andrew Bartlett2007-10-101-13/+6
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-1/+4
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett2007-10-101-1/+1
* r11521: Add in client support for checking supportedSASLmechanisms, and thenAndrew Bartlett2007-10-101-2/+55
* r11114: - fixed error handling on bad bind in ildap clientAndrew Tridgell2007-10-101-1/+2
* r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett2007-10-101-8/+26
* r7855: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r7717: fixed some typosAndrew Tridgell2007-10-101-4/+4
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+1
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-101-0/+250