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