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
/
lib
/
addns
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-15
lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...
Jeremy Allison
2
-17
/
+13
2020-09-15
lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...
Jeremy Allison
2
-6
/
+11
2020-08-07
lib: addns: Add code for asynchronously looking up AAAA records.
Jeremy Allison
2
-0
/
+222
2020-08-07
lib: addns: Add code for asynchronously looking up A records.
Jeremy Allison
2
-0
/
+217
2019-07-24
lib/addns: clang: Fix 'Assigned value is garbage or undefined'
Noel Power
1
-2
/
+4
2019-07-24
lib/addns: clang: Fix 'Value stored to 'err' is never read'
Noel Power
1
-4
/
+6
2019-07-24
lib/adnss: clang: Fix The left operand of '!=' is a garbage value
Noel Power
1
-1
/
+1
2019-02-27
addns: Remove some unused defines
Volker Lendecke
1
-50
/
+0
2019-01-15
addns: Async ads_dns_lookup_ns
Volker Lendecke
2
-358
/
+121
2019-01-15
addns: Async ads_dns_lookup_srv
Volker Lendecke
3
-207
/
+151
2019-01-15
addns: Centralize siteless lookup fallback
Volker Lendecke
1
-60
/
+29
2018-11-30
Fix spelling mistakes
Olly Betts
1
-1
/
+1
2018-06-16
addns: Fix a typo
Volker Lendecke
1
-1
/
+1
2018-06-13
Fix UDP DNS queries in addns
Timur I. Bakeyev
1
-3
/
+1
2017-01-11
wscript: remove executable bits for all wscript* files
Stefan Metzmacher
1
-0
/
+0
2016-04-26
Refactor the dns_open_connection code so that duplicate code is removed and e...
Richard Sharpe
1
-55
/
+39
2016-04-22
lib: dns: Clean up allocated structure on error exit.
Jeremy Allison
1
-4
/
+6
2015-06-23
lib: Fix CID 1273234 Untrusted value as argument
Volker Lendecke
1
-1
/
+1
2015-06-23
lib: Fix CID 1034723 Explicit null dereferenced
Volker Lendecke
1
-7
/
+8
2015-06-23
lib: Fix CID 1272913 Calling risky function
Volker Lendecke
1
-1
/
+2
2015-05-15
s3: IPv6 enabled DNS connections for ADS client
David Holder
2
-43
/
+86
2014-12-18
addns: Remove support for dns_host_file.
Andreas Schneider
3
-48
/
+57
2014-04-10
libs: s3 and s4: make our dns lookup code signal-safe.
Jeremy Allison
1
-5
/
+24
2012-11-13
lib/addns: remove compiler warnings
Stefan Metzmacher
1
-2
/
+2
2012-11-13
lib/addns: don't depend on the order in resp->answers[]
Stefan Metzmacher
1
-3
/
+12
2012-11-13
lib/addns: remove pointless check for resp->num_additionals != 1
Stefan Metzmacher
1
-2
/
+1
2012-10-07
lib-addns: ensure that allocated buffer are pre set to 0
Matthieu Patou
1
-12
/
+12
2012-07-05
lib/addns: remove defines we don't need or have for sure via libreplace
Björn Jacke
1
-84
/
+0
2012-07-05
lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 types
Björn Jacke
6
-112
/
+112
2012-05-27
build: Remove all references to libuuid
Andrew Bartlett
1
-7
/
+0
2012-05-27
Eliminate dependency on an external uuid library.
Andriy Syrovenko
4
-19
/
+10
2012-05-25
dns_hosts_file: move to a separate subsystem
Alexander Bokovoy
1
-1
/
+1
2012-05-23
libcli/dns: make 'clidns' private library out of DNS code in WAF build
Alexander Bokovoy
1
-1
/
+1
2012-05-23
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
3
-5
/
+5
2012-05-23
dns: fix comments and make s4/libcli/resolve dns resolver working
Alexander Bokovoy
1
-3
/
+3
2012-05-23
s4-resolve: Remove dependency on libroken
Simo Sorce
1
-7
/
+2
2012-05-23
addns: Make ads_dns_lookup_srv pulic
Simo Sorce
2
-1
/
+6
2012-05-23
Move source3/libads/dns.c to lib/addns
Simo Sorce
3
-0
/
+976
2012-05-23
addns: Fix talloc hiereachy
Simo Sorce
1
-1
/
+1
2012-04-26
addns: clean up headers
Simo Sorce
1
-33
/
+0
2012-04-25
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
1
-0
/
+1
2012-03-07
addns: Fix the Solaris/Illumos build.
Ira Cooper
2
-0
/
+10
2012-02-13
s3-libads: Move to using only the HAVE_KRB5 define
Andrew Bartlett
1
-2
/
+2
2012-02-13
s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5
Andrew Bartlett
2
-18
/
+3
2011-11-23
Fix uninitialized variable frees on error paths.
Jeremy Allison
1
-11
/
+11
2011-11-23
Ensure we don't free uninitialized variables.
Jeremy Allison
1
-2
/
+2
2011-11-22
s3 libaddns: Prevent a crash when dns_create_update fails
Kai Blin
1
-1
/
+1
2011-09-25
addns: Remove unused empty header file
Kai Blin
1
-30
/
+0
2011-09-24
addns: Allow creating AAAA records during updates
Kai Blin
2
-4
/
+60
2011-09-07
lib/addns: Remove unused TALLOC_ macros
Andrew Bartlett
1
-42
/
+0
[next]