summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap/ldap_client.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/ldap: fix sending oneway requestsStefan Metzmacher2010-09-271-18/+26
* s4/ldap: use time_mono for reconnect timeoutBjörn Jacke2010-09-101-2/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-4/+4
* s4:libcli/ldap Rename ldap.h to libcli_ldap.hAndrew Bartlett2010-05-211-1/+1
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-1/+3
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-1/+0
* s4:libcli/ldap Explain why we set a hostname for ldapi:// connectionsAndrew Bartlett2009-08-171-1/+3
* s4:libcli/ldap: the tls code steals the original socket on its own nowStefan Metzmacher2009-07-311-3/+0
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-241-2/+2
* Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-181-0/+4
* s4:libcli/ldap: convert to tevent_* apiStefan Metzmacher2009-01-031-13/+13
* s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher2009-01-031-3/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-1/+1
* Fix function parameters.Jelmer Vernooij2008-10-231-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-2/+2
* LDB ASYNC: misc changesSimo Sorce2008-09-291-1/+1
* Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-241-9/+12
* Make up a full hostname for ldapi connections.Andrew Bartlett2008-07-151-2/+7
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-8/+4
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-11/+12
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-151-1/+1
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-211-2/+3
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-5/+8
* r26335: Specify name_resolve_order to socket code.Jelmer Vernooij2007-12-211-2/+2
* r26266: Remove more global_loadparm uses.Jelmer Vernooij2007-12-211-1/+2
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+12
* r26192: Handle, test and implement the style of extended_dn requiest that MMC...Andrew Bartlett2007-12-211-0/+15
* r25692: fixed another example where the free of fde and the free of the socketAndrew Tridgell2007-12-211-1/+3
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-101-1/+3
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-6/+5
* r22884: Be consistant with the case of these constants.Andrew Bartlett2007-10-101-1/+1
* r22405: fix memory leak in error pathStefan Metzmacher2007-10-101-0/+1
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-10-101-2/+5
* r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2007-10-101-3/+6
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-101-1/+1
* r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldapAndrew Tridgell2007-10-101-1/+1
* r18256: use the right status variableAndrew Tridgell2007-10-101-2/+1
* r18024: The %c sscanf format I'm using doesn't null terminate.Andrew Bartlett2007-10-101-0/+3
* r18021: Add ldapi support to our LDAP client. To be used for testing anAndrew Bartlett2007-10-101-34/+93
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r17222: Change the function prototypes for the GENSEc and TLS socket creationAndrew Bartlett2007-10-101-5/+6
* r17197: This patch moves the encryption of bulk data on SASL negotiated securityAndrew Bartlett2007-10-101-85/+9
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-101-18/+21
* r15288: fix some problemsSimo Sorce2007-10-101-3/+3
* r15241: Add helper function to set reconnect status defaultsSimo Sorce2007-10-101-0/+11
* r15238: Add some code to automatically reconnect if we want to.Simo Sorce2007-10-101-10/+68