Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-20 | libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol | Andrew Bartlett | 1 | -2/+2 | |
The two error tables need to be combined, but for now seperate the names. (As the common parts of the tree now use the _common function, errmap_unix.c must be included in the s3 autoconf build). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104 | |||||
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 | |
The iface_count, iface_n_bcast, and load_interfaces functions conflicted with functions of the same name in source3, so the source4 functions were renamed. Hopefully we can actually wrap one around the other in future. Andrew Bartlett | |||||
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 | |
We previously allocated sockets as direct children of the event context. That led to crashes if a service called task_server_terminate(), as it left the socket open and handling events for a dead protocol. Making them a child of the task allows the task to terminate and take all its sockets with it. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
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-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 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
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 | |
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 | 1 | -0/+522 | |