dsdb: Fix the password expiry calculation
[ira/wip.git] / source4 / dns_server /
2011-11-17 Kai Blins4 dns: Reduce test output noise by upping log level...
2011-11-04 Kai Blins4 dns: the opcode is called OPCODE_UPDATE in the RFC...
2011-11-04 Kai Blins4 dns: Handle QCLASS_NONE queries
2011-11-04 Kai Blins4 dns: Support DNS_QTYPE_ALL queries
2011-10-27 Geza Gemess4:wscript - install the two missing files "dlz_bind9...
2011-10-17 Stefan Metzmachers4:dlz_bind9: add no memory checks
2011-10-17 Stefan Gohmanns4:dlz_bind9: Copy dn before changing in b9_has_soa
2011-10-17 Stefan Gohmanns4:dlz_bind9: add missing earch bases for windows 2000...
2011-09-28 Kai Blindns: Do as BIND and MS DNS and drop quries with qdcount...
2011-09-28 Kai Blindns: The QCLASS is called IN, not IP
2011-08-24 Andrew Tridgells4-dns: when searching all partitions the NULL basedn...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Andrew Bartlettlibcli/util Rename common map_nt_error_from_unix to...
2011-06-06 Andrew Tridgells4-ipv6: update callers to load_interface_list()
2011-05-08 Andrew Bartletts4-interfaces Rename interfaces code so not to conflict...
2011-04-29 Matthias Dieter... s4:"ldb_connect" calls - proof for "!= LDB_SUCCESS"
2011-04-29 Andrew Bartletts4-param Rename private_path() -> lpcfg_private_path()
2011-03-19 Jelmer Vernooijsource4/: Fix prototypes for all functions in various...
2011-01-14 Andrew Tridgells4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONE
2011-01-12 Matthias Dieter... s4:dns_server/dlz_bind9.c - initialise "ret" variables
2010-12-22 Andrew Tridgelldns: fixed dns record format
2010-12-21 Andrew Tridgells4-dns: set dwSerial and dwFlags
2010-12-21 Andrew Tridgells4-dns: fixed name comparison in bind9 module
2010-12-21 Andrew Tridgells4-dns: return the local hostname as the SOA authority
2010-12-21 Andrew Tridgells4-dns: disable segfault handling in dlz_bind9
2010-12-21 Andrew Tridgells4-dns: fixed a crash bug in dlz_bind9 code
2010-12-15 Andrew Tridgells4-dns: implemented parsing and storing of DNS records...
2010-12-15 Andrew Tridgells4-dns: added basic DLZ writeable support to dlz_bind9
2010-12-08 Andrew Tridgells4-dns: dlz_bind9 doesn't need to link to gensec any...
2010-12-08 Andrew Tridgells4-dns: use ldb hooks for samba extensions in dlz_bind9
2010-12-08 Andrew Tridgells4-dns: allow a remote ldap server to be used with...
2010-12-06 Andrew Tridgells4-dns: return the correct TTL
2010-12-06 Andrew Tridgells4-dns: support Samba command line options to the dlz_b...
2010-12-06 Andrew Tridgells4-dns: added flags support for dlz_bind9
2010-12-06 Andrew Tridgells4-dns: a dlz module for bind9
2010-11-29 Matthias Dieter... s4:dns_server/dns_update.c - remove unreachable statements
2010-11-15 Jelmer Vernooijs4/dns: Build as shared module.
2010-11-14 Andrew Tridgells4-server: make server sockets a child of the task...
2010-11-07 Jelmer Vernooijldbsamba: Lowercase library name.
2010-10-30 Andrew Tridgells4-build: removed some unnecessary dependencies
2010-10-30 Andrew Tridgells4-smbd: don't initialise process models more than...
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-24 Jelmer Vernooijs4: Rename LIBSAMBA-* to libsamba-*
2010-10-23 Matthias Dieter... s4:dns_server - fix counter types
2010-10-23 Kai Blins4 dns: Implement update record prescan logic
2010-10-23 Kai Blins4 dns: Add stub checking if updates are allowed
2010-10-23 Kai Blins4 dns: Add a prerequisites check for updates
2010-10-23 Kai Blins4 dns: Switch to WERROR
2010-10-23 Kai Blins4 dns: Split up the code into multiple files for easie...
2010-10-23 Kai Blins4 dns: More work on updates
2010-10-23 Kai Blins4 dns: Map between NTSTATUS and dns error codes
2010-10-23 Kai Blins4 dns: Better error handling when parsing invalid...
2010-10-23 Kai Blins4 dns: start handling update requests, return correct...
2010-10-23 Kai Blins4 dns: Handle CNAME records
2010-10-23 Stefan Metzmachers4 dns: Parse srv and soa records
2010-10-23 Kai Blins4 dns: Look up all names in the ldb database.
2010-10-23 Kai Blins4 dns: Look up records in the ldb database
2010-10-23 Kai Blins4 dns: Reply to a name request with an A record.
2010-10-23 Kai Blinndr dns: Add simple parser
2010-10-23 Kai Blins4 dns: Add a boilerplate DNS server implementation