summaryrefslogtreecommitdiffstats
path: root/source4/libcli/ldap/ldap_client.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-101-17/+17
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-0/+1
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-1/+1
* r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2007-10-101-1/+2
* r11620: switch the ldap client code over to using the generic packet codeAndrew Tridgell2007-10-101-167/+119
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-101-12/+5
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-101-18/+79
* r11114: - fixed error handling on bad bind in ildap clientAndrew Tridgell2007-10-101-1/+62
* r10213: fixed a memory leak in the ldap client and server code spotted by KarlAndrew Tridgell2007-10-101-1/+1
* r8523: match a zero message id in ldap replies to the last request sent. Than...Andrew Tridgell2007-10-101-0/+8
* r7810: don't give errors when the ldap server sends us reference repliesAndrew Tridgell2007-10-101-1/+2
* r7770: added ldaps support to our ldap client libraryAndrew Tridgell2007-10-101-8/+17
* r7747: - simplified the ldap server buffer handlingAndrew Tridgell2007-10-101-1/+1
* r7725: fixed a bug with partial asn1 frames in the ldap clientAndrew Tridgell2007-10-101-0/+3
* r7722: when we get a zero read, the connection is deadAndrew Tridgell2007-10-101-2/+1
* r7716: a single wrapped ldap blob can contain multiple ldap messagesAndrew Tridgell2007-10-101-3/+3
* r7715: ensure we don't print null strings in ldap_errstr()Andrew Tridgell2007-10-101-1/+3
* r7665: - added a ildap_*() interface to our internal ldap library. ThisAndrew Tridgell2007-10-101-0/+25
* r7626: a new ldap client library. Main features are:Andrew Tridgell2007-10-101-856/+419