Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-22 | s3-waf: fix the build. | Günther Deschner | 1 | -1/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 22 15:55:11 CET 2010 on sn-devel-104 | |||||
2010-12-22 | s3:lib/gencache: fix memory leak in error path | Stefan Metzmacher | 1 | -0/+3 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 22 15:08:30 CET 2010 on sn-devel-104 | |||||
2010-12-22 | s3-printing: fix crash bug in print_spool_open(). | Günther Deschner | 1 | -1/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 22 14:21:58 CET 2010 on sn-devel-104 | |||||
2010-12-22 | s3-spoolss: handle NTTIME(0) as "01/01/1601" REG_SZ in driver dates. | Günther Deschner | 1 | -4/+13 | |
Guenther | |||||
2010-12-22 | s4-smbtorture: always skip addprinter{ex} level 1 tests for now. | Günther Deschner | 1 | -4/+6 | |
Guenther | |||||
2010-12-22 | s4-smbtorture: fix expected driver date REG_SZ string. | Günther Deschner | 1 | -0/+5 | |
This resolves the "WARNING!: ../torture/rpc/spoolss.c:4688: str was 01/01/1601, expected 01/01/1970: "DriverDate" - driver_date mismatch" warnings. Guenther | |||||
2010-12-22 | s4-smbtorture: check the returned driver date is equal to the one we passed in. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-12-22 | s4-smbtorture: add torture_assert_nttime_equal macro. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2010-12-22 | s4-smbtorture: interesting, DriverDate and DriverVersion are different in ↵ | Günther Deschner | 1 | -2/+25 | |
w2k3 and w2k8r2. While in w2k8 they are REG_SZ date or numerical strings, they are 8 byte REG_BINARY blobs in w2k3. Guenther | |||||
2010-12-22 | dsdb:ldap.py - transform a test call into the new "msg.add" syntax | Matthias Dieter Wallnöfer | 1 | -8/+5 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Dec 22 13:05:53 CET 2010 on sn-devel-104 | |||||
2010-12-22 | lib/util/time.c - make the "strftime" output locale independant ("%c" is not) | Matthias Dieter Wallnöfer | 1 | -5/+4 | |
So that it also works on Solaris. | |||||
2010-12-22 | ldb:pyldb.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-22 | s4-tests: Tests for Validated-SPN implementation. | Nadezhda Ivanova | 1 | -14/+274 | |
Test setting spn on RWDC, RODC and regular computer object. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Dec 22 12:20:24 CET 2010 on sn-devel-104 | |||||
2010-12-22 | s4-acl: Implementation of Validated-SPN validated write | Nadezhda Ivanova | 1 | -0/+215 | |
If this right is granted to a user, they may modify the SPN of an object with some value restrictions serviceName can be set only if the object is a DC, and then only to the default domain and netbios name, or ntds_guid._msdsc_.forest_domain. If the serviceType is GC, only to the forest root domain. If the serviceType is ldap, then to forest_domain or netbiosname. InstanceType can be samAccountName or dnsHostName. | |||||
2010-12-22 | s4-dsdb: Added a helper function to get the default dns domain as string. | Nadezhda Ivanova | 1 | -0/+19 | |
2010-12-22 | s3:libsmb/namequery.c: don't leak 'pserver' | Stefan Metzmacher | 1 | -2/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 22 09:54:31 CET 2010 on sn-devel-104 | |||||
2010-12-22 | dns: fixed dns record format | Andrew Tridgell | 2 | -11/+34 | |
based on new WSPP docs from Bryan Burgin Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 22 04:45:46 CET 2010 on sn-devel-104 | |||||
2010-12-22 | Fix a warning message. | Jeremy Allison | 1 | -1/+2 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 22 03:59:18 CET 2010 on sn-devel-104 | |||||
2010-12-21 | My algorithm for determining whan an incoming sequence number can be allowed ↵ | Jeremy Allison | 2 | -6/+8 | |
is incorrect. (I based it on the text in MS-SMB2, silly me :-). Fix it so incoming sequence numbers can range over the entire allowable bitmap range. This fixes a repeatable disconnect against Win7. Jeremy. | |||||
2010-12-22 | heimdal_build: Use consistent name for heimbase. | Jelmer Vernooij | 1 | -5/+5 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 22 02:24:24 CET 2010 on sn-devel-104 | |||||
2010-12-22 | heimdal_build: When using system hbase/hcrypto, don't compile our own versions. | Jelmer Vernooij | 1 | -18/+19 | |
2010-12-22 | heimdal_build: Allow using system hbase and hcrypto. | Jelmer Vernooij | 1 | -0/+3 | |
2010-12-22 | s4-devel/pfm_verify: Move schemaInfo getter into separate function | Kamen Mazdrashki | 1 | -4/+12 | |
so it can be used against Windows DC without fetching prefixMap Fetching prefixMap doesn't work against WinDCs for some reason at the moment Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 22 01:28:49 CET 2010 on sn-devel-104 | |||||
2010-12-22 | wafsamba: Allow newer or the same python module versions to be installed, | Jelmer Vernooij | 1 | -1/+1 | |
not older. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 22 00:42:23 CET 2010 on sn-devel-104 | |||||
2010-12-21 | tevent: Remove reference to nonexistant configure.developer from autogen.sh. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104 | |||||
2010-12-21 | talloc: Remove reference to nonexistant configure.developer in autogen.sh. | Jelmer Vernooij | 2 | -12/+11 | |
2010-12-21 | tevent: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-21 | tdb: Bump version number after symbol versioning changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-21 | pytdb: Make PyTdb variable static. | Jelmer Vernooij | 1 | -3/+3 | |
2010-12-21 | s3:cli_np_tstream: if SMBtrans is desired, the readv needs to wait for the ↵ | Stefan Metzmacher | 1 | -23/+70 | |
last writev chunk. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Dec 21 17:43:06 CET 2010 on sn-devel-104 | |||||
2010-12-21 | ldb: Add ldb.Message.add and ldb.Message.elements. | Jelmer Vernooij | 2 | -36/+86 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 15:03:17 CET 2010 on sn-devel-104 | |||||
2010-12-21 | ldb:tools/ldbdel.c - "replace.h" should be the first include | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Dec 21 12:50:54 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4-dns: set dwSerial and dwFlags | Andrew Tridgell | 1 | -0/+7 | |
we are waiting on full docs on these, but this is better than zero Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Dec 21 12:05:51 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4-dns: fixed name comparison in bind9 module | Andrew Tridgell | 1 | -6/+21 | |
we need to compare without the trailing '.' Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-21 | dns: cope with trailing '.' in dns_name | Andrew Tridgell | 1 | -1/+7 | |
2010-12-21 | s4-dns: return the local hostname as the SOA authority | Andrew Tridgell | 1 | -2/+19 | |
this is done by all DCs in the domain to ensure that updates go to the right place | |||||
2010-12-21 | s4-provision: removed an incorrect debug message | Andrew Tridgell | 1 | -2/+0 | |
this is now used as part of the main join | |||||
2010-12-21 | s4-dns: disable segfault handling in dlz_bind9 | Andrew Tridgell | 3 | -2/+15 | |
we don't want bind9 calling the Samba segv handler | |||||
2010-12-21 | s4:auth/session.h - use a forward declaration for type "struct ldb_context" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
And remove the now obsolete one for "struct tevent_context" Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Dec 21 11:17:34 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4-auth Ensure that we always copy across domain groups | Andrew Bartlett | 1 | -13/+13 | |
Even if we can't calculate the local groups (because we don't have a local SAM to do it with) we still need to include the domain groups in the session_info token. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Dec 21 05:56:22 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4-auth Remove duplicate copies of session_info creation code | Andrew Bartlett | 4 | -158/+46 | |
We now just do or do not call into LDB based on some flags. This means there may be some more link time dependencies, but we seem to deal with those better now. Andrew Bartlett | |||||
2010-12-21 | s4-auth rework session_info handling not to require an auth context | Andrew Bartlett | 6 | -24/+28 | |
This reverts a previous move to have this based around the auth subsystem, which just spread auth deps all over unrelated code. Andrew Bartlett | |||||
2010-12-21 | s4-auth Remove event context from privilage database handling | Andrew Bartlett | 6 | -12/+7 | |
These local TDB operations can quite safely be handled in a new/nested event context, rather than using the main event context. Andrew Bartlett | |||||
2010-12-21 | s4-auth Remove obsolete comment | Andrew Bartlett | 1 | -7/+0 | |
The code that this referred to went away in September with 7dbfeb0dc040889244a1110940af2d070f823374 Andrew Bartlett | |||||
2010-12-21 | s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 3 | -3/+9 | |
2010-12-21 | s4:lib/ldb-samba/ldif_handlers.c - adaption needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-21 | s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDs | Matthias Dieter Wallnöfer | 2 | -5/+7 | |
This is needed in order to suppress warnings. | |||||
2010-12-21 | librpc/ndr/ndr_*.c - remove "const" from OIDs | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
2010-12-21 | lib/util/asn1.c - remove the "const" specifier from OID | Matthias Dieter Wallnöfer | 3 | -13/+14 | |
There is no reason to have it "const" since it's an allocated thing. | |||||
2010-12-21 | s4:dsdb/common/util.c - remove unused variable "ndr_err" | Matthias Dieter Wallnöfer | 1 | -1/+0 | |