summaryrefslogtreecommitdiffstats
path: root/source4/libcli/cldap/cldap.c
Commit message (Expand)AuthorAgeFilesLines
* move source4/libcli/cldap => libcli/cldapStefan Metzmacher2009-03-191-1123/+0
* s4:cldap: rewrite the cldap library based on tsocketStefan Metzmacher2009-03-191-381/+766
* libcli/ldap: move generic ldap control encoding code to ldap_message.cStefan Metzmacher2009-02-241-6/+6
* s4:cldap: s/private/private_dataStefan Metzmacher2009-02-021-1/+1
* s4:libcli/cldap: s/private/private_dataStefan Metzmacher2009-02-021-6/+6
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Ensure we don't send a reply if we couldn't push the CLDAP blobAndrew Bartlett2008-05-171-1/+1
* Rework the CLDAP and NBT netlogon requests and responses.Andrew Bartlett2008-05-161-22/+13
* Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-5/+1
* Make sure we do not reference req after it has been freedSimo Sorce2008-04-091-1/+4
* Remove yet more uses of global_loadparm.Jelmer Vernooij2008-02-211-3/+5
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+6
* r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2007-12-211-0/+1
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26223: Move loadparm context up in the stack.Jelmer Vernooij2007-12-211-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-7/+10
* r25775: use ndr_pull_union_blob_all() in CLDAP codeStefan Metzmacher2007-12-211-4/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-7/+7
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24992: Remove some uses of lp_*().Jelmer Vernooij2007-10-101-1/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23058: the cldap code was getting too intimate with the internals of structAndrew Tridgell2007-10-101-3/+9
* r23036: error checking on asn1_init() failureAndrew Tridgell2007-10-101-0/+2
* r23030: finally fixed up our asn1 code to use better memory allocation. ThisAndrew Tridgell2007-10-101-8/+8
* r22090: fix error handling in cldap client library to cope with bad host namesAndrew Tridgell2007-10-101-5/+11
* r21806: I've been working over the last week to fix up the LDAP backend forAndrew Bartlett2007-10-101-6/+12
* r19735: report the LDAP error code in the CLDAP replies to the callerStefan Metzmacher2007-10-101-3/+7
* r19724: add a helper functions to return an CLDAP errorStefan Metzmacher2007-10-101-0/+28
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-101-1/+1
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-2/+1
* r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett2007-10-101-3/+3
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-26/+21
* r12733: Merge ldap/ldb controls into main treeSimo Sorce2007-10-101-2/+0
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r10213: fixed a memory leak in the ldap client and server code spotted by KarlAndrew Tridgell2007-10-101-6/+3
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-2/+2
* r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pastedAndrew Tridgell2007-10-101-1/+1
* r7593: simplified the memory management in the ldap code. Having a mem_ctxAndrew Tridgell2007-10-101-35/+40
* r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_treeAndrew Tridgell2007-10-101-1/+4
* r7483: ensure we try reading from a socket if epoll says we can, and don'tAndrew Tridgell2007-10-101-1/+2
* r7230: use socket_pending() to get rid of the max packet size limits in theAndrew Tridgell2007-10-101-4/+8
* r6766: some more cldap tests ...Andrew Tridgell2007-10-101-3/+13
* r6764: added support for DomainGuid, DomainSid, AAC, and User attributes inAndrew Tridgell2007-10-101-7/+35