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
/
source3
/
utils
/
net_dns.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
lib/addns: rewrite signed dns update code to use gensec instead of plain gssapi
Stefan Metzmacher
1
-11
/
+83
2023-03-03
net: add new --dns-ttl option to specify the ttl of dns records
Björn Baumbach
1
-7
/
+21
2021-03-26
build: Consolidate --with-dnsupdate with --with-ads (which implied HAVE_KRB5)
Andrew Bartlett
1
-2
/
+2
2020-12-23
net: remove obsolete net ads dns gethostbyname command
Björn Jacke
1
-44
/
+0
2018-05-24
s3:utils: Remove double error check
Andreas Schneider
1
-2
/
+1
2018-05-17
s3:utils: Do not segfault on error in DoDNSUpdate()
Andreas Schneider
1
-0
/
+1
2016-06-27
s3:utils/net: Add new option 'unregister' in 'net ads dns' command.
Shyamsunder Rathi
1
-2
/
+2
2016-06-19
s3/net: print returned addresses in dns gethostbyname
Richard Sharpe
1
-2
/
+27
2016-04-22
Fixes an obvious copy-paste error in source3/utils/net_dns.c
Richard Sharpe
1
-1
/
+0
2015-04-23
Make sure we initialize conn to NULL, because a routine we call may give an e...
Richard Sharpe
1
-1
/
+1
2012-10-02
s3-net: give more control how to update/register DNS entries.
Günther Deschner
1
-23
/
+55
2012-10-02
s3-net: pass down a flags field to DoDNSUpdate().
Günther Deschner
1
-1
/
+2
2012-10-02
s3-net: move out some prototypes to net_dns.h.
Günther Deschner
1
-14
/
+1
2011-09-28
s3 net: Fix a discard const warning
Kai Blin
1
-1
/
+1
2011-09-24
net: Don't register link local addresses with DNS
Kai Blin
1
-0
/
+5
2011-03-10
s3-build: remove -I../lib/addns.
Günther Deschner
1
-2
/
+1
2010-07-18
s3: Fix some nonempty blank lines
Volker Lendecke
1
-6
/
+4
2008-11-01
s3-net: fix build warning.
Günther Deschner
1
-1
/
+1
2008-10-05
Remove an unused variable
Volker Lendecke
1
-1
/
+0
2008-10-03
net_dns: Make "lwinet ads dns register" honor the "interfaces" parameter.
Gerald (Jerry) Carter
1
-13
/
+12
2008-04-30
Fix typo noticed by David Disseldorp <ddiss@sgi.com>. AF_INET should be AF_IN...
Jeremy Allison
1
-1
/
+1
2008-01-15
Fix some warnings -- Jeremy, please check
Volker Lendecke
1
-1
/
+2
2008-01-09
Attempt to fix the compile of source/utils/net_dns.c
Volker Lendecke
1
-5
/
+7
2008-01-08
Move the DNS tsig update to using struct sockaddr_storage
Jeremy Allison
1
-15
/
+22
2007-10-12
Fix the build WITH_DNS_UPDATES.
Günther Deschner
1
-2
/
+8
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-2
/
+1
2007-10-10
r25472: Fix the interfaces code to detect IPv6 interfaces, using the
Jeremy Allison
1
-2
/
+2
2007-10-10
r24047: With -Wmissing-prototypes these two always generate warnings. They
Volker Lendecke
1
-0
/
+14
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r20428: Rename dns_open. This conflicts with the dns_open symbol in
James Peach
1
-2
/
+2
2007-10-10
r20173: DNS update fixes:
Gerald Carter
1
-23
/
+3
2007-10-10
r20170: Fix secure DNS updates to work against
Gerald Carter
1
-2
/
+12
2007-10-10
r19762: libaddns/*[ch] code fixes donated by Centeris Corporation
Gerald Carter
1
-24
/
+117
2007-10-10
r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
Volker Lendecke
1
-1
/
+1
2007-10-10
r17798: Beginnings of a standalone libaddns library released under
Gerald Carter
1
-0
/
+99