index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dns_server
/
dns_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-17
dns_server: Try and use the dns-SERVER account if we were configured with it
Andrew Bartlett
1
-14
/
+47
2012-10-13
s4-dns: Fix the comments about ignoring zones in internal server
Matthieu Patou
1
-1
/
+7
2012-10-08
s4-dns: fix a warning
Matthieu Patou
1
-2
/
+1
2012-10-07
s4-dns: Ignore zones that shouldn't be returned currently
Matthieu Patou
1
-1
/
+7
2012-10-02
s4-dns: fix a non handled memory out of memory
Matthieu Patou
1
-0
/
+1
2012-09-23
s4:dns_server - introduce the wildcard binding feature
Matthias Dieter Wallnöfer
1
-10
/
+28
2012-09-12
dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...
Andrew Bartlett
1
-2
/
+3
2012-09-07
s4 dns: Make debug output less noisy
Kai Blin
1
-1
/
+1
2012-09-05
s4 dns: Verify incoming TSIG signatures
Kai Blin
1
-0
/
+8
2012-09-05
s4 dns: Handle GSS-TSIG signature creation
Kai Blin
1
-0
/
+12
2012-09-05
s4 dns: Revert erroneous push from wrong branch
Kai Blin
1
-23
/
+0
2012-09-05
more tsig_verify stuff
Kai Blin
1
-1
/
+1
2012-09-05
drop me
Kai Blin
1
-0
/
+3
2012-09-05
s4 dns: Verify incoming TSIG signatures
Kai Blin
1
-1
/
+7
2012-09-05
s4 dns: Handle GSS-TSIG signatures
Kai Blin
1
-0
/
+14
2012-08-31
s4 dns: Store TKEYs in a ringbuffer
Kai Blin
1
-0
/
+27
2012-08-31
s4 dns: Negotiate GSSAPI-based TKEYs
Kai Blin
1
-0
/
+18
2012-06-15
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
1
-1
/
+1
2012-05-30
s4-dns: Remove sync dns_process
Volker Lendecke
1
-24
/
+0
2012-05-30
s4-dns: Make the TCP dns server async
Volker Lendecke
1
-21
/
+39
2012-05-30
s4-dns: Make the UDP dns server async
Volker Lendecke
1
-18
/
+38
2012-05-30
s4-dns: Make dns_process_send asyn
Volker Lendecke
1
-78
/
+136
2012-05-30
s4-dns: Fix an unlikely potential memleak
Volker Lendecke
1
-2
/
+4
2012-05-08
s4 dns: unify error handling when bailing out
Kai Blin
1
-12
/
+11
2012-04-29
dns server: move very verbose debug to higher level 2 -> 8
Matthieu Patou
1
-4
/
+4
2012-03-27
s4 dns: Check smb.conf if we should allow recursion
Kai Blin
1
-2
/
+3
2012-03-27
s4 dns: Allow changing the dns operation flags in handlers
Kai Blin
1
-5
/
+15
2012-03-06
s4 dns: Fix TCP handling in the DNS server
Kai Blin
1
-13
/
+13
2011-12-17
s4 dns: Update prerequisite checking conforming to RFC
Kai Blin
1
-1
/
+1
2011-12-17
s4 dns: Fix some typos in comments and a whitespace
Kai Blin
1
-3
/
+3
2011-11-17
s4 dns: Reduce test output noise by upping log level for dns_name_packet logging
Kai Blin
1
-3
/
+6
2011-11-04
s4 dns: the opcode is called OPCODE_UPDATE in the RFC, not OPCODE_REGISTER
Kai Blin
1
-1
/
+1
2011-08-25
s4-dns: when searching all partitions the NULL basedn is OK
Andrew Tridgell
1
-8
/
+1
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
1
-2
/
+2
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
1
-1
/
+1
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
1
-4
/
+4
2011-03-19
source4/: Fix prototypes for all functions in various subsystems.
Jelmer Vernooij
1
-0
/
+2
2010-11-15
s4-server: make server sockets a child of the task context
Andrew Tridgell
1
-1
/
+2
2010-10-30
s4-smbd: don't initialise process models more than once
Andrew Tridgell
1
-1
/
+1
2010-10-23
s4:dns_server - fix counter types
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-10-23
s4 dns: Switch to WERROR
Kai Blin
1
-9
/
+5
2010-10-23
s4 dns: Split up the code into multiple files for easier development
Kai Blin
1
-371
/
+0
2010-10-23
s4 dns: More work on updates
Kai Blin
1
-1
/
+25
2010-10-23
s4 dns: Map between NTSTATUS and dns error codes
Kai Blin
1
-1
/
+35
2010-10-23
s4 dns: Better error handling when parsing invalid or unknown records
Kai Blin
1
-7
/
+35
2010-10-23
s4 dns: start handling update requests, return correct error codes
Kai Blin
1
-23
/
+55
2010-10-23
s4 dns: Handle CNAME records
Kai Blin
1
-0
/
+15
2010-10-23
s4 dns: Parse srv and soa records
Stefan Metzmacher
1
-0
/
+39
2010-10-23
s4 dns: Look up all names in the ldb database.
Kai Blin
1
-10
/
+125
2010-10-23
s4 dns: Look up records in the ldb database
Kai Blin
1
-21
/
+155
[next]