Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 10 | -23/+24 | |
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 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 7 | -12/+12 | |
Only link to uid_wrapper when it is enabled. | |||||
2010-10-23 | s4: Rename WRAP_XATTR to wrap_xattr. | Jelmer Vernooij | 2 | -9/+9 | |
2010-10-23 | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 11 | -48/+48 | |
2010-10-23 | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 5 | -10/+10 | |
2010-10-23 | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 6 | -57/+53 | |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 9 | -26/+26 | |
2010-10-23 | create_descriptor.c - fix comment | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
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 | s4:provision.py - add the correct "CN=Sites" security descriptor | Matthias Dieter Wallnöfer | 2 | -5/+21 | |
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 | s4:schema.py - reformat and fix the security descriptor | Matthias Dieter Wallnöfer | 1 | -14/+23 | |
- Now it matches Windows's order - It contained a superfluous entry (an "Administrator" user grant) | |||||
2010-10-23 | ldb: Support using system pyldb library. | Jelmer Vernooij | 1 | -8/+12 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 19:24:25 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | ldb: Install pkg-config file for pyldb. | Jelmer Vernooij | 2 | -0/+14 | |
2010-10-23 | ldb: Install pyldb-util as public library. | Jelmer Vernooij | 1 | -2/+3 | |
2010-10-23 | tdb: Revert re-addition of tdb_set_logging_function. | Jelmer Vernooij | 3 | -3/+0 | |
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 | ldb:ldb.h - include a comment that the relax control is mainly used by the ↵ | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
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 | s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control | Matthias Dieter Wallnöfer | 6 | -0/+44 | |
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 | ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into ↵ | Matthias Dieter Wallnöfer | 5 | -8/+8 | |
LDB_CONTROL_BYPASS_OPERATIONAL_OID It's nicer to have this consistent with "BYPASS_PASSWORD_HASH". | |||||
2010-10-23 | s4:dns_server - fix counter types | Matthias Dieter Wallnöfer | 2 | -5/+3 | |
2010-10-23 | tdb: commit the version 1.2.7 signatures | Matthias Dieter Wallnöfer | 1 | -0/+61 | |
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 | 2 | -2/+26 | |
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 | 4 | -15/+54 | |
2010-10-23 | s4 dns: start handling update requests, return correct error codes | Kai Blin | 1 | -23/+55 | |
2010-10-23 | s4 dns: Allow more components as part of a domain name | Kai Blin | 1 | -1/+1 | |
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: Fix a data corruption in the dns_string parsing | Kai Blin | 1 | -8/+4 | |
2010-10-23 | dnsp: Can't have two memebers of a union with the same name | Kai Blin | 1 | -2/+2 | |
2010-10-23 | s4 dns: Reply to a name request with an A record. | Kai Blin | 4 | -29/+247 | |
The first real answer to a DNS request. Still uses hardcoded reply. | |||||
2010-10-23 | ndr dns: Add simple parser | Kai Blin | 10 | -9/+253 | |
2010-10-23 | s4 dns: Add a boilerplate DNS server implementation | Kai Blin | 6 | -0/+581 | |
2010-10-23 | dns/nbt: Fix spelling of the "authoritative" flag. | Kai Blin | 5 | -30/+30 | |
2010-10-23 | idl: Add idl describing DNS structures | Kai Blin | 4 | -3/+188 | |
2010-10-23 | netlogon.idl: Switch to explicit constants to remove dependency on nbt.idl | Kai Blin | 2 | -16/+17 | |
2010-10-23 | s4 dns: Import DNS win32 error codes from MS-ERREF | Kai Blin | 2 | -0/+282 | |
2010-10-23 | s4 dsdb kcc: Prefer msDS-hasMasterNCs over hasMasterNCs when replicating | Kai Blin | 1 | -5/+10 | |
2010-10-23 | s4 socket: increase the debuglevel to make add interface debug messages less ↵ | Kai Blin | 1 | -1/+1 | |
verbose | |||||
2010-10-23 | s4:rpc_server/netlogon: netr_ServerAuthenticate3 should return ↵ | Stefan Metzmacher | 1 | -8/+8 | |
NO_TRUST_SAM_ACCOUNT If we can't find the account we should return NT_STATUS_NO_TRUST_SAM_ACCOUNT instead of NT_STATUS_ACCESS_DENIED. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 10:05:35 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4:rpc_server/netlogon: netr_ServerAuthenticate3 should reject invalid ↵ | Stefan Metzmacher | 1 | -3/+15 | |
sec_channel_types early metze | |||||
2010-10-23 | s4:rpc_server/netlogon: netr_ServerAuthenticate3 should check the challenge ↵ | Stefan Metzmacher | 1 | -5/+5 | |
after the account metze | |||||
2010-10-23 | s4:rpc_server/netlogon: fix comment in netr_DsRGetDCName() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-10-23 | s4:rpc_server/netlogon: handle DC_RETURN_NETBIOS and DC_RETURN_DNS in ↵ | Stefan Metzmacher | 1 | -3/+28 | |
netr_DsRGetDCNameEx2() metze | |||||
2010-10-23 | s4:rpc_server/netlogon: validate flags in netr_DsRGetDCNameEx2() and callers | Stefan Metzmacher | 1 | -2/+37 | |
Thanks to Tarun Chopra for the help of looking up all the bits in the docs. metze |