summaryrefslogtreecommitdiff
path: root/libcli/cldap
AgeCommit message (Expand)AuthorFilesLines
2024-11-11libcli: Make cldap_error_reply() static to cldap_server.cVolker Lendecke2-34/+0
2024-11-11libcli: Remove two unused functionsVolker Lendecke2-79/+0
2024-11-11libcli: Move "struct cldap_netlogon" definition to tortureVolker Lendecke1-20/+0
2024-11-11libcli: Remove cldap_netlogon() and friendsVolker Lendecke2-220/+0
2024-11-11cldap: Make cldap_netlogon.out.netlogon a pointerVolker Lendecke2-3/+10
2024-11-11lib: Fix trailing whitespaceVolker Lendecke1-2/+1
2024-11-11cldap: Remove cldap_netlogon->in.map_responseVolker Lendecke2-5/+0
2024-10-25cldap: Save a few lines in cldap_netlogonVolker Lendecke1-14/+7
2024-10-25cldap: Simplify cldap_netlogon with tevent_req_poll_ntstatusVolker Lendecke1-2/+1
2023-05-29libcli: Don’t call memcpy() with a NULL pointerJoseph Sutton1-1/+3
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke1-0/+1
2023-01-10lib: Add "starting_id" to idr_get_new_random()Volker Lendecke1-2/+2
2022-12-14libcldap: Save lines in cldap_netlogon_create_filter() with talloc_asprintf_a...Volker Lendecke1-30/+12
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer1-3/+15
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-1/+1
2019-07-16libcli/cldap: clang: Fix 'Dereference of null pointer'Noel Power1-0/+4
2018-04-24tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke1-1/+0
2018-04-04cldap: Avoid a ZERO_STRUCTPVolker Lendecke1-1/+0
2016-10-18s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.Jeremy Allison1-0/+5
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2016-01-06libcli: Remove a reference to asn1->ofsVolker Lendecke1-7/+5
2014-10-31libcli: Make sure status is initialized.Andreas Schneider1-1/+1
2014-09-28libcli: Remove unreachable code in cldap.Andreas Schneider1-6/+2
2013-12-12lib/clap fix compiler warningsChristian Ambach1-2/+1
2013-11-11libcli/cldap: Add utility to create netlogon filterBenjamin Franzke2-40/+52
2013-02-19libcli/cldap: make use of samba_tevent_context_init()Stefan Metzmacher1-2/+2
2011-11-10libcli/cldap/cldap.c - remove outdated commentMatthias Dieter Wallnöfer1-2/+0
2011-11-10libcli/cldap: fix a crash bug in cldap_socket_recv_dgram() (bug #8593)Stefan Metzmacher1-10/+25
2011-10-21libcli-cldap: avoid the case local == remote == NULLMatthieu Patou1-1/+5
2011-10-21libcli/cldap: make sure the local and remote address family matchesStefan Metzmacher1-5/+25
2011-10-10libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2-2/+0
2011-10-10libcli/cldap: make use of explicit tevent_contextsStefan Metzmacher1-50/+75
2011-10-10libcli/cldap: pass tevent_context to cldap_search_send()Stefan Metzmacher2-4/+8
2011-10-10libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher2-3/+5
2011-10-10libcli/cldap: pass tevent_context to cldap_set_incoming_handler()Stefan Metzmacher2-1/+4
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-07-26cli_cldap: Lowercase name.Jelmer Vernooij1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke1-2/+2
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-4/+4
2011-06-01libcli/cldap/cldap.c: don't hand huge values to tevent_timeval_add usecsRusty Russell1-2/+4
2011-05-18waf-build: Add more libraries to avoid duplicate symbolsAndrew Bartlett1-5/+6
2011-01-07netlogon: move netlogon helpers to ../libcli/netlogon.Günther Deschner1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-7/+0
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-1/+1
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-09-15cldap: prevent crashes when freeing cldap socketAndrew Tridgell1-6/+15
2010-09-15cldap: use ipv4 not up for unbound cldap socketsAndrew Tridgell1-1/+5
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij2-9/+1