Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-07 | ldbsamba: Lowercase library name. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -1/+1 | |
based on running waf --symbol-check | |||||
2010-10-30 | s4-smbd: don't initialise process models more than once | Andrew Tridgell | 1 | -1/+1 | |
this also removes the event_context parameter from process model initialisation. It isn't needed, and is confusing when a process model init can be called from more than one place, possibly with different event contexts. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | s4:dns_server - fix counter types | Matthias Dieter Wallnöfer | 2 | -5/+3 | |
2010-10-23 | s4 dns: Implement update record prescan logic | Kai Blin | 1 | -0/+37 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Oct 23 10:58:18 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4 dns: Add stub checking if updates are allowed | Kai Blin | 1 | -1/+9 | |
2010-10-23 | s4 dns: Add a prerequisites check for updates | Kai Blin | 1 | -2/+67 | |
2010-10-23 | s4 dns: Switch to WERROR | Kai Blin | 5 | -98/+90 | |
2010-10-23 | s4 dns: Split up the code into multiple files for easier development | Kai Blin | 6 | -372/+487 | |
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 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2010-10-23 | s4 dns: Look up all names in the ldb database. | Kai Blin | 2 | -10/+132 | |
2010-10-23 | s4 dns: Look up records in the ldb database | Kai Blin | 2 | -21/+156 | |
2010-10-23 | s4 dns: Reply to a name request with an A record. | Kai Blin | 1 | -17/+116 | |
The first real answer to a DNS request. Still uses hardcoded reply. | |||||
2010-10-23 | ndr dns: Add simple parser | Kai Blin | 1 | -1/+17 | |
2010-10-23 | s4 dns: Add a boilerplate DNS server implementation | Kai Blin | 4 | -0/+579 | |