Jelmer Vernooij
5224de3f74
s4: Rename LIBCLI_LDAP to libcli_ldap.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
a57bd4e2d8
s4: Rename WBCLIENT to wbclient.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
18ae8887a3
s4: Rename DB_GLUE to db_glue.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
fc6bfe24fd
s4: Rename SMBPASSWD to smbpasswd.
...
Rename DSDB_MODULE to dsdb_module.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
8c99517a0c
waf: Lowercase several library names.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
833480d3ad
s4: Rename LIBSAMBA-* to libsamba-*
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
ca16d805bd
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
7a731ccdfc
s4: Rename SAMDB_COMMON to samdb_common.
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
2bcd7f6827
waf: Rename LIBWINBIND-CLIENT to libwinbind-client
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
2933fac7c7
s4: Rename NSS_WRAPPER to nss_wrapper.
...
Only link to nss_wrapper when it is enabled.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104
2010-10-23 23:05:43 +00:00
Jelmer Vernooij
9757a0c54c
s4: Rename UID_WRAPPER to uid_wrapper.
...
Only link to uid_wrapper when it is enabled.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
7b8549348a
s4: Rename WRAP_XATTR to wrap_xattr.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
cf26d8a958
s4: Rename LIBEVENTS to libevents.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
bc44fcc6fb
s4: Rename NDR_TABLE to ndr_table.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
9065f9644b
s4: Rename LIBNETIF to libnetif.
2010-10-23 22:24:06 +00:00
Jelmer Vernooij
49ef288819
waf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-23 22:24:06 +00:00
Matthias Dieter Wallnöfer
18103d34e2
create_descriptor.c - fix comment
...
The location in MS-DTYPE changed.
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 23 21:33:46 UTC 2010 on sn-devel-104
2010-10-23 21:33:45 +00:00
Matthias Dieter Wallnöfer
8b9a08e10f
s4:provision.py - add the correct "CN=Sites" security descriptor
...
This should help to fix bug #7403 .
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 23 20:16:59 UTC 2010 on sn-devel-104
2010-10-23 20:16:59 +00:00
Matthias Dieter Wallnöfer
245642a36b
s4:schema.py - reformat and fix the security descriptor
...
- Now it matches Windows's order
- It contained a superfluous entry (an "Administrator" user grant)
2010-10-23 19:35:06 +00:00
Jelmer Vernooij
c25afb6aa1
ldb: Support using system pyldb library.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 19:24:25 UTC 2010 on sn-devel-104
2010-10-23 19:24:25 +00:00
Jelmer Vernooij
9a2f83a86a
ldb: Install pkg-config file for pyldb.
2010-10-23 18:42:04 +00:00
Jelmer Vernooij
bd48e23f34
ldb: Install pyldb-util as public library.
2010-10-23 18:42:04 +00:00
Jelmer Vernooij
dec00bf097
tdb: Revert re-addition of tdb_set_logging_function.
...
I accidentally committed this patch which we carry in the Debian
packages.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104
2010-10-23 18:37:16 +00:00
Matthias Dieter Wallnöfer
c7d7c8f6f8
ldb:ldb.h - include a comment that the relax control is mainly used by the OpenLDAP backend
...
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Sat Oct 23 16:40:04 UTC 2010 on sn-devel-104
2010-10-23 16:40:04 +00:00
Matthias Dieter Wallnöfer
f9a6ff482c
s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control
...
This control is exactly thought for the actions which previously were performed
using the RELAX one.
We agreed that the RELAX control will only remain for interactions with OpenLDAP.
2010-10-23 16:37:29 +02:00
Matthias Dieter Wallnöfer
89c42a96fc
ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into LDB_CONTROL_BYPASS_OPERATIONAL_OID
...
It's nicer to have this consistent with "BYPASS_PASSWORD_HASH".
2010-10-23 16:37:29 +02:00
Matthias Dieter Wallnöfer
a60965b879
s4:dns_server - fix counter types
2010-10-23 16:37:29 +02:00
Matthias Dieter Wallnöfer
ee913f4568
tdb: commit the version 1.2.7 signatures
2010-10-23 16:37:28 +02:00
Kai Blin
72c8ccd408
s4 dns: Implement update record prescan logic
...
Autobuild-User: Kai Blin <kai@samba.org>
Autobuild-Date: Sat Oct 23 10:58:18 UTC 2010 on sn-devel-104
2010-10-23 10:58:18 +00:00
Kai Blin
005a65660d
s4 dns: Add stub checking if updates are allowed
2010-10-23 10:17:06 +00:00
Kai Blin
1e670dff6a
s4 dns: Add a prerequisites check for updates
2010-10-23 10:17:06 +00:00
Kai Blin
cfa47965fe
s4 dns: Switch to WERROR
2010-10-23 10:17:06 +00:00
Kai Blin
682a2e93da
s4 dns: Split up the code into multiple files for easier development
2010-10-23 10:17:06 +00:00
Kai Blin
cebce2b9a4
s4 dns: More work on updates
2010-10-23 10:17:06 +00:00
Kai Blin
fb181752c5
s4 dns: Map between NTSTATUS and dns error codes
2010-10-23 10:17:06 +00:00
Kai Blin
a6305c4a16
s4 dns: Better error handling when parsing invalid or unknown records
2010-10-23 10:17:06 +00:00
Kai Blin
69a52290ce
s4 dns: start handling update requests, return correct error codes
2010-10-23 10:17:06 +00:00
Kai Blin
eb4f101200
s4 dns: Allow more components as part of a domain name
2010-10-23 10:17:06 +00:00
Kai Blin
063727a88b
s4 dns: Handle CNAME records
2010-10-23 10:17:06 +00:00
Stefan Metzmacher
32a1b71ec8
s4 dns: Parse srv and soa records
...
Signed-off-by: Kai Blin <kai@samba.org>
2010-10-23 10:17:06 +00:00
Kai Blin
615857d989
s4 dns: Look up all names in the ldb database.
2010-10-23 10:17:06 +00:00
Kai Blin
678634abfb
s4 dns: Look up records in the ldb database
2010-10-23 10:17:06 +00:00
Kai Blin
80f30889e9
s4 dns: Fix a data corruption in the dns_string parsing
2010-10-23 10:17:05 +00:00
Kai Blin
1c25cc7057
dnsp: Can't have two memebers of a union with the same name
2010-10-23 10:17:05 +00:00
Kai Blin
a7b833ec7e
s4 dns: Reply to a name request with an A record.
...
The first real answer to a DNS request. Still uses hardcoded reply.
2010-10-23 10:17:05 +00:00
Kai Blin
719a6bbfed
ndr dns: Add simple parser
2010-10-23 10:17:05 +00:00
Kai Blin
96195b2c0c
s4 dns: Add a boilerplate DNS server implementation
2010-10-23 10:17:05 +00:00
Kai Blin
caf4196899
dns/nbt: Fix spelling of the "authoritative" flag.
2010-10-23 10:17:05 +00:00
Kai Blin
97868713a0
idl: Add idl describing DNS structures
2010-10-23 10:17:05 +00:00
Kai Blin
4ffdf09623
netlogon.idl: Switch to explicit constants to remove dependency on nbt.idl
2010-10-23 10:17:05 +00:00