summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-24s4: Rename LIBCLI_NBT -> cli_nbt.Jelmer Vernooij4-10/+10
2010-10-24s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij6-6/+6
2010-10-24s4: Rename WBCLIENT to wbclient.Jelmer Vernooij4-24/+24
2010-10-24s4: Rename DB_GLUE to db_glue.Jelmer Vernooij1-4/+4
2010-10-24s4: Rename SMBPASSWD to smbpasswd.Jelmer Vernooij4-11/+11
2010-10-24waf: Lowercase several library names.Jelmer Vernooij2-24/+24
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij46-110/+110
2010-10-24s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij12-33/+33
2010-10-24s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij3-7/+7
2010-10-24waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij3-6/+6
2010-10-23s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij10-23/+24
2010-10-23s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij7-12/+12
2010-10-23s4: Rename WRAP_XATTR to wrap_xattr.Jelmer Vernooij2-9/+9
2010-10-23s4: Rename LIBEVENTS to libevents.Jelmer Vernooij11-48/+48
2010-10-23s4: Rename NDR_TABLE to ndr_table.Jelmer Vernooij5-10/+10
2010-10-23s4: Rename LIBNETIF to libnetif.Jelmer Vernooij6-57/+53
2010-10-23waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij9-26/+26
2010-10-23create_descriptor.c - fix commentMatthias Dieter Wallnöfer1-1/+1
2010-10-23s4:provision.py - add the correct "CN=Sites" security descriptorMatthias Dieter Wallnöfer2-5/+21
2010-10-23s4:schema.py - reformat and fix the security descriptorMatthias Dieter Wallnöfer1-14/+23
2010-10-23ldb: Support using system pyldb library.Jelmer Vernooij1-8/+12
2010-10-23ldb: Install pkg-config file for pyldb.Jelmer Vernooij2-0/+14
2010-10-23ldb: Install pyldb-util as public library.Jelmer Vernooij1-2/+3
2010-10-23tdb: Revert re-addition of tdb_set_logging_function.Jelmer Vernooij3-3/+0
2010-10-23ldb:ldb.h - include a comment that the relax control is mainly used by the Op...Matthias Dieter Wallnöfer1-0/+2
2010-10-23s4/ldb:introduce the LDB_CONTROL_PROVISION_OID controlMatthias Dieter Wallnöfer6-0/+44
2010-10-23ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIO...Matthias Dieter Wallnöfer5-8/+8
2010-10-23s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2-5/+3
2010-10-23tdb: commit the version 1.2.7 signaturesMatthias Dieter Wallnöfer1-0/+61
2010-10-23s4 dns: Implement update record prescan logicKai Blin1-0/+37
2010-10-23s4 dns: Add stub checking if updates are allowedKai Blin1-1/+9
2010-10-23s4 dns: Add a prerequisites check for updatesKai Blin1-2/+67
2010-10-23s4 dns: Switch to WERRORKai Blin5-98/+90
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin6-372/+487
2010-10-23s4 dns: More work on updatesKai Blin2-2/+26
2010-10-23s4 dns: Map between NTSTATUS and dns error codesKai Blin1-1/+35
2010-10-23s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin4-15/+54
2010-10-23s4 dns: start handling update requests, return correct error codesKai Blin1-23/+55
2010-10-23s4 dns: Allow more components as part of a domain nameKai Blin1-1/+1
2010-10-23s4 dns: Handle CNAME recordsKai Blin1-0/+15
2010-10-23s4 dns: Parse srv and soa recordsStefan Metzmacher1-0/+39
2010-10-23s4 dns: Look up all names in the ldb database.Kai Blin2-10/+132
2010-10-23s4 dns: Look up records in the ldb databaseKai Blin2-21/+156
2010-10-23s4 dns: Fix a data corruption in the dns_string parsingKai Blin1-8/+4
2010-10-23dnsp: Can't have two memebers of a union with the same nameKai Blin1-2/+2
2010-10-23s4 dns: Reply to a name request with an A record.Kai Blin4-29/+247
2010-10-23ndr dns: Add simple parserKai Blin10-9/+253
2010-10-23s4 dns: Add a boilerplate DNS server implementationKai Blin6-0/+581
2010-10-23dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin5-30/+30
2010-10-23idl: Add idl describing DNS structuresKai Blin4-3/+188