Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-10-23 | s4:rpc_server/netlogon: netr_GetDcName should return WERR_DCNOTFOUND for ↵ | Stefan Metzmacher | 1 | -0/+19 | |
invalid names Only netbios domain names are allowed. metze | |||||
2010-10-23 | misc.idl: add SEC_CHAN_LOCAL and SEC_CHAN_LANMAN | Stefan Metzmacher | 1 | -0/+2 | |
MsvApSecureChannel and UasServerSecureChannel in [MS-NRPC] metze | |||||
2010-10-23 | lib/util: Add tevent WERROR wrappers | Kai Blin | 5 | -2/+128 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | tsocket: let tstream_inet_tcp_connect_recv() optionally return the used ↵ | Stefan Metzmacher | 3 | -6/+12 | |
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 | |||||
2010-10-23 | tsocket: ask the kernel for the specific local address after a tcp connect | Stefan Metzmacher | 1 | -3/+54 | |
metze | |||||
2010-10-23 | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-10-23 | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2010-10-22 | Revert "Wrap security_token_has_privilege() with a check for ↵ | Jeremy Allison | 11 | -38/+29 | |
lp_enable_privileges(). Needed" Not needed - privileges code prevents "enable privileges = no" from adding privileges anyway. This reverts commit a8b95686a7bde3f96f141b6938e24e101567ef54. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 22 23:41:36 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | s4-dsdb_syntax: Setup "String(Case Sensitive)" syntax | Kamen Mazdrashki | 1 | -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 | |||||
2010-10-22 | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ↵ | Jeremy Allison | 11 | -29/+38 | |
Needed to maintain compatibility with smb.conf manpage. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 22 18:15:48 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | Fix const warning. Allocate off NULL as we always talloc_free(). | Jeremy Allison | 1 | -1/+1 | |
2010-10-21 | s4-dsdb/schema_syntax: Separate validation for numericoid OID values | Kamen Mazdrashki | 1 | -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 | |||||
2010-10-22 | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 1 | -0/+22 | |
2010-10-22 | asn1: ber_write_OID_String() to be more picky about supplied OID | Kamen Mazdrashki | 1 | -0/+5 | |
Now function will check for invalid OID handling cases where: - sub-identifier has invalid characters (non-digit) - 'dot' separator found on unexpected place. For instance '.' at start or end of the OID. Two '.' in a row. | |||||
2010-10-21 | waf: Mark the replacement zlib private so that it can build on machine ↵ | Matthieu Patou | 1 | -0/+1 | |
without a system zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 1 | -0/+19 | |
2010-10-22 | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 3 | -2/+77 | |
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 7 | -7/+9 | |
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 | |||||
2010-10-21 | s4-dsdb extended_dn_out: Move lazy dereference control creation to lazy-init | Andrew Bartlett | 1 | -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 | |||||
2010-10-21 | tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898) | Jelmer Vernooij | 12 | -128/+126 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 11:47:22 UTC 2010 on sn-devel-104 | |||||
2010-10-21 | s4-waf: we don't need the smbtorture.static for s3 any more | Andrew Tridgell | 1 | -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 | |||||
2010-10-21 | autobuild: don't cleanup the pid file within the retry loop | Andrew Tridgell | 1 | -1/+2 | |
if we rebase and retry we need to keep the pid file | |||||
2010-10-21 | waf: RPC_NDR_WINBIND is samba4 specific | Andrew Tridgell | 2 | -1/+9 | |
this caused problems with the s3 waf build | |||||
2010-10-21 | ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror" | Matthias Dieter Wallnöfer | 1 | -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 |