summaryrefslogtreecommitdiff
path: root/source3/libads/cldap.c
Commit message (Expand)AuthorAgeFilesLines
* s3/libads: clang: Fix Array access results in a null pointer dereferenceNoel Power2019-09-251-1/+1
* libads: Check cldap flags in libads/ldapGarming Sam2017-05-301-0/+38
* s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.Jeremy Allison2016-10-181-2/+15
* s3:libads: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-191-1/+1
* Add cldap_multi_netlogon_send/recvVolker Lendecke2011-10-171-42/+296
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-101-1/+1
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-10/+4
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* (Hopefully) fix the problem Kai reported withJeremy Allison2009-07-281-1/+1
* Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP canJeremy Allison2009-06-081-15/+6
* s3-cldap: check for zero ip address in ads_cldap_netlogon().Günther Deschner2009-04-281-0/+7
* s3:libads: use libcli/cldap codeStefan Metzmacher2009-03-191-229/+67
* Replace a static variable and alarm() calls by using sys_select()Volker Lendecke2008-12-311-23/+24
* Fix some nonempty blank linesVolker Lendecke2008-12-311-5/+5
* s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner2008-10-221-68/+79
* s3: use shared asn1 code.Günther Deschner2008-10-221-4/+4
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-1/+1
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-98/+19
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-231-10/+10
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
* mailslot: always pull a command 25 type reply.Günther Deschner2008-06-051-0/+1
* dsgetdcname: make use of nbt_cldap_netlogon_15.Günther Deschner2008-05-091-1/+1
* cldap: move out cldap object to fix the build.Günther Deschner2008-05-091-0/+84
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-091-14/+55
* mailslot/cldap: use nt_version bits in queries.Günther Deschner2008-05-061-1/+2
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-211-4/+9
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-211-93/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-4/+4
* r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison2007-10-101-2/+7
* r18175: Forgot to call asn1_free() in previous commit.Günther Deschner2007-10-101-0/+1
* r18174: Do not return "success" when we failed to write in the CLDAP code.Günther Deschner2007-10-101-0/+1
* r18162: Close socket when the CLDAP request has failed.Günther Deschner2007-10-101-0/+1
* r18010: Ensure we don't timeout twice to the sameJeremy Allison2007-10-101-1/+3
* r17943: The horror, the horror. Add KDC site support byJeremy Allison2007-10-101-2/+0
* r17928: Implement the basic store for CLDAP sitenameJeremy Allison2007-10-101-2/+2
* r17089: Fix a possible null dereference and some memleaks.Volker Lendecke2007-10-101-0/+7
* r16861: Fixing crash bug when passing no domain/realm name to the CLDAP request.Günther Deschner2007-10-101-4/+6
* r16452: Fix memleak in the CLDAP processing (found by valgrind).Günther Deschner2007-10-101-0/+3
* r15559: Smaller fixes for the new cldap code:Günther Deschner2007-10-101-5/+5
* r15558: Do not wait endless for a CLDAP reply when the LDAP server isGünther Deschner2007-10-101-1/+21
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-101-0/+278