summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* s4 dns: Implement update record prescan logicKai Blin2010-10-231-0/+37
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Oct 23 10:58:18 UTC 2010 on sn-devel-104
* s4 dns: Add stub checking if updates are allowedKai Blin2010-10-231-1/+9
|
* s4 dns: Add a prerequisites check for updatesKai Blin2010-10-231-2/+67
|
* s4 dns: Switch to WERRORKai Blin2010-10-235-98/+90
|
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-236-372/+487
|
* s4 dns: More work on updatesKai Blin2010-10-231-1/+25
|
* s4 dns: Map between NTSTATUS and dns error codesKai Blin2010-10-231-1/+35
|
* s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin2010-10-231-7/+35
|
* s4 dns: start handling update requests, return correct error codesKai Blin2010-10-231-23/+55
|
* s4 dns: Handle CNAME recordsKai Blin2010-10-231-0/+15
|
* s4 dns: Parse srv and soa recordsStefan Metzmacher2010-10-231-0/+39
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* s4 dns: Look up all names in the ldb database.Kai Blin2010-10-232-10/+132
|
* s4 dns: Look up records in the ldb databaseKai Blin2010-10-232-21/+156
|
* s4 dns: Reply to a name request with an A record.Kai Blin2010-10-231-17/+116
| | | | The first real answer to a DNS request. Still uses hardcoded reply.
* ndr dns: Add simple parserKai Blin2010-10-232-2/+20
|
* s4 dns: Add a boilerplate DNS server implementationKai Blin2010-10-236-0/+581
|
* dns/nbt: Fix spelling of the "authoritative" flag.Kai Blin2010-10-233-28/+28
|
* idl: Add idl describing DNS structuresKai Blin2010-10-231-2/+27
|
* netlogon.idl: Switch to explicit constants to remove dependency on nbt.idlKai Blin2010-10-231-0/+1
|
* s4 dsdb kcc: Prefer msDS-hasMasterNCs over hasMasterNCs when replicatingKai Blin2010-10-231-5/+10
|
* s4 socket: increase the debuglevel to make add interface debug messages less ↵Kai Blin2010-10-231-1/+1
| | | | verbose
* s4:rpc_server/netlogon: netr_ServerAuthenticate3 should return ↵Stefan Metzmacher2010-10-231-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
* s4:rpc_server/netlogon: netr_ServerAuthenticate3 should reject invalid ↵Stefan Metzmacher2010-10-231-3/+15
| | | | | | sec_channel_types early metze
* s4:rpc_server/netlogon: netr_ServerAuthenticate3 should check the challenge ↵Stefan Metzmacher2010-10-231-5/+5
| | | | | | after the account metze
* s4:rpc_server/netlogon: fix comment in netr_DsRGetDCName()Stefan Metzmacher2010-10-231-1/+1
| | | | metze
* s4:rpc_server/netlogon: handle DC_RETURN_NETBIOS and DC_RETURN_DNS in ↵Stefan Metzmacher2010-10-231-3/+28
| | | | | | netr_DsRGetDCNameEx2() metze
* s4:rpc_server/netlogon: validate flags in netr_DsRGetDCNameEx2() and callersStefan Metzmacher2010-10-231-2/+37
| | | | | | | Thanks to Tarun Chopra for the help of looking up all the bits in the docs. metze
* s4:rpc_server/netlogon: netr_GetDcName should return WERR_DCNOTFOUND for ↵Stefan Metzmacher2010-10-231-0/+19
| | | | | | | | invalid names Only netbios domain names are allowed. metze
* tsocket: let tstream_inet_tcp_connect_recv() optionally return the used ↵Stefan Metzmacher2010-10-231-1/+1
| | | | | | | | | | | | local address tstream_inet_tcp_connect_send() usually only gets no local port number and it may use the wildcard address '0.0.0.0' or '::'. tstream_inet_tcp_connect_recv() provides the used local address and port which are used on the wire. metze
* s4-dsdb_syntax: Setup "String(Case Sensitive)" syntaxKamen Mazdrashki2010-10-221-3/+10
| | | | | | | | | | | | | Currently it is mapped to Octet String LDAP syntax for comparison purposes. According to LDAP rfc we should be using same comparison as Directory String (LDB_SYNTAX_DIRECTORY_STRING), but case sensitive. But according to ms docs binary compare should do the job: http://msdn.microsoft.com/en-us/library/cc223200(v=PROT.10).aspx Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 22 22:19:50 UTC 2010 on sn-devel-104
* s4-dsdb/schema_syntax: Separate validation for numericoid OID valuesKamen Mazdrashki2010-10-211-3/+47
| | | | | | | | | | | | | This implementation doesn't use prefixMap/Schema to validate numericoid OIDs. We may not have this OID yet, so I see no point checking schema for if we have it. Side effect of using prefixMap/Schema for validating numericoids is that we mistakenly add the OID to the prefixMap. This led to a corrupted prefixMap in LDB. Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Thu Oct 21 23:32:26 UTC 2010 on sn-devel-104
* Lowercase socket_wrapper name.Jelmer Vernooij2010-10-211-1/+1
| | | | | | | Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104
* s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-initAndrew Bartlett2010-10-211-54/+77
| | | | | | | | | We didn't seem to get the control created by the time we do searches here. Andrew Bartlett Autobuild-User: Anatoliy Atanasov <anatoliy@samba.org> Autobuild-Date: Thu Oct 21 12:29:54 UTC 2010 on sn-devel-104
* s4-waf: we don't need the smbtorture.static for s3 any moreAndrew Tridgell2010-10-211-11/+0
| | | | | | | | | this breaks the build farm Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Oct 21 11:04:21 UTC 2010 on sn-devel-104
* waf: RPC_NDR_WINBIND is samba4 specificAndrew Tridgell2010-10-211-0/+8
| | | | this caused problems with the s3 waf build
* ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror"Matthias Dieter Wallnöfer2010-10-211-1/+1
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Oct 21 09:28:19 UTC 2010 on sn-devel-104
* s4-dsdb: force LDB_ERR_NO_SUCH_ATTRIBUTE on missing schemaInfoAndrew Tridgell2010-10-211-2/+3
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-ldb: make ldb_options_find() publicAndrew Tridgell2010-10-213-2/+231
| | | | | | we need to make this symbol public to allow for -Wl,-no-undefined, as otherwise the pyldb module can't find the symbol when it creates the module
* waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell2010-10-211-3/+1
| | | | | this flag was not being propogated to our link rules, so we were not in fact enforcing no undefined symbols in libraries.
* s4-librpc: fixed depenencies for libcli/securityAndrew Tridgell2010-10-211-5/+4
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-dsdb: fixed depenencies for -no-undefinedAndrew Tridgell2010-10-212-5/+5
| | | | added some depenencies needed for -Wl,-no-undefined
* s4-events: LIBEVENTS depends on LIBSAMBA-UTILAndrew Tridgell2010-10-211-1/+1
| | | | | | it needs it for the debug code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-rpc_server: split out DCERPC_SHARE as a separate subsystemAndrew Tridgell2010-10-215-3/+12
| | | | | | this avoids a problem with -Wl,-no-undefined in the ntvfs layer Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-python: python_samba needs pyextAndrew Tridgell2010-10-211-1/+2
|
* s4-waf: removed the dependency loop between ntvfs and dcerpc_serverAndrew Tridgell2010-10-211-5/+7
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* librpc: added a few more NDR_* targets to NDR_SAMBAAndrew Tridgell2010-10-211-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-ldb: make pyldb_util a private libraryAndrew Tridgell2010-10-211-1/+5
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-python: added a samba_python grouping libraryAndrew Tridgell2010-10-211-0/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-param: added a libshares grouping libraryAndrew Tridgell2010-10-211-0/+5
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-waf: don't depend directly on python modulesAndrew Tridgell2010-10-214-9/+9
| | | | | | | | build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>