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