index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
cldap
/
cldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
libcli: Make cldap_error_reply() static to cldap_server.c
Volker Lendecke
1
-28
/
+0
2024-11-11
libcli: Remove two unused functions
Volker Lendecke
1
-70
/
+0
2024-11-11
libcli: Remove cldap_netlogon() and friends
Volker Lendecke
1
-207
/
+0
2024-11-11
cldap: Make cldap_netlogon.out.netlogon a pointer
Volker Lendecke
1
-2
/
+9
2024-11-11
cldap: Remove cldap_netlogon->in.map_response
Volker Lendecke
1
-4
/
+0
2024-10-25
cldap: Save a few lines in cldap_netlogon
Volker Lendecke
1
-14
/
+7
2024-10-25
cldap: Simplify cldap_netlogon with tevent_req_poll_ntstatus
Volker Lendecke
1
-2
/
+1
2023-05-29
libcli: Don’t call memcpy() with a NULL pointer
Joseph Sutton
1
-1
/
+3
2023-01-10
lib: Remove idtree from samba_util.h
Volker Lendecke
1
-0
/
+1
2023-01-10
lib: Add "starting_id" to idr_get_new_random()
Volker Lendecke
1
-2
/
+2
2022-12-14
libcldap: Save lines in cldap_netlogon_create_filter() with talloc_asprintf_a...
Volker Lendecke
1
-30
/
+12
2020-05-04
CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decode
Gary Lockyer
1
-3
/
+15
2020-05-04
CVE-2020-10704: lib util asn1: Add ASN.1 max tree depth
Gary Lockyer
1
-1
/
+1
2019-07-16
libcli/cldap: clang: Fix 'Dereference of null pointer'
Noel Power
1
-0
/
+4
2018-04-24
tevent: Fix callers of tevent_req_set_endtime
Volker Lendecke
1
-1
/
+0
2018-04-04
cldap: Avoid a ZERO_STRUCTP
Volker Lendecke
1
-1
/
+0
2016-10-18
s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.
Jeremy Allison
1
-0
/
+5
2016-02-06
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
1
-1
/
+1
2016-01-06
libcli: Remove a reference to asn1->ofs
Volker Lendecke
1
-7
/
+5
2014-10-31
libcli: Make sure status is initialized.
Andreas Schneider
1
-1
/
+1
2014-09-28
libcli: Remove unreachable code in cldap.
Andreas Schneider
1
-6
/
+2
2013-12-12
lib/clap fix compiler warnings
Christian Ambach
1
-2
/
+1
2013-11-11
libcli/cldap: Add utility to create netlogon filter
Benjamin Franzke
1
-40
/
+50
2013-02-19
libcli/cldap: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-2
/
+2
2011-11-10
libcli/cldap/cldap.c - remove outdated comment
Matthias Dieter Wallnöfer
1
-2
/
+0
2011-11-10
libcli/cldap: fix a crash bug in cldap_socket_recv_dgram() (bug #8593)
Stefan Metzmacher
1
-10
/
+25
2011-10-21
libcli-cldap: avoid the case local == remote == NULL
Matthieu Patou
1
-1
/
+5
2011-10-21
libcli/cldap: make sure the local and remote address family matches
Stefan Metzmacher
1
-5
/
+25
2011-10-10
libcli/cldap: don't pass tevent_context to cldap_socket_init()
Stefan Metzmacher
1
-1
/
+0
2011-10-10
libcli/cldap: make use of explicit tevent_contexts
Stefan Metzmacher
1
-50
/
+75
2011-10-10
libcli/cldap: pass tevent_context to cldap_search_send()
Stefan Metzmacher
1
-4
/
+7
2011-10-10
libcli/cldap: pass tevent_context to cldap_netlogon_send()
Stefan Metzmacher
1
-3
/
+4
2011-10-10
libcli/cldap: pass tevent_context to cldap_set_incoming_handler()
Stefan Metzmacher
1
-1
/
+3
2011-06-20
Use tevent_req_oom
Volker Lendecke
1
-2
/
+2
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
1
-4
/
+4
2011-06-01
libcli/cldap/cldap.c: don't hand huge values to tevent_timeval_add usecs
Rusty Russell
1
-2
/
+4
2010-09-15
cldap: prevent crashes when freeing cldap socket
Andrew Tridgell
1
-6
/
+15
2010-09-15
cldap: use ipv4 not up for unbound cldap sockets
Andrew Tridgell
1
-1
/
+5
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-6
/
+1
2009-06-08
Replace the "ipv4" specific strings in libcli/cldap/cldap.c with "ip". CLDAP can
Jeremy Allison
1
-2
/
+2
2009-04-02
libcli/cldap: convert to tsocket_* function to tdgram_*
Stefan Metzmacher
1
-45
/
+38
2009-04-01
libcli/cldap: fix memory/resource leak
Stefan Metzmacher
1
-1
/
+8
2009-03-19
move source4/libcli/cldap => libcli/cldap
Stefan Metzmacher
1
-0
/
+1125