summaryrefslogtreecommitdiff
path: root/libcli/cldap/cldap.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-11libcli: Make cldap_error_reply() static to cldap_server.cVolker Lendecke1-28/+0
2024-11-11libcli: Remove two unused functionsVolker Lendecke1-70/+0
2024-11-11libcli: Remove cldap_netlogon() and friendsVolker Lendecke1-207/+0
2024-11-11cldap: Make cldap_netlogon.out.netlogon a pointerVolker Lendecke1-2/+9
2024-11-11cldap: Remove cldap_netlogon->in.map_responseVolker Lendecke1-4/+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 Franzke1-40/+50
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 Metzmacher1-1/+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 Metzmacher1-4/+7
2011-10-10libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher1-3/+4
2011-10-10libcli/cldap: pass tevent_context to cldap_set_incoming_handler()Stefan Metzmacher1-1/+3
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
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 Vernooij1-6/+1
2009-06-08Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP canJeremy Allison1-2/+2
2009-04-02libcli/cldap: convert to tsocket_* function to tdgram_*Stefan Metzmacher1-45/+38
2009-04-01libcli/cldap: fix memory/resource leakStefan Metzmacher1-1/+8
2009-03-19move source4/libcli/cldap => libcli/cldapStefan Metzmacher1-0/+1125