Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-25 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Dec 25 22:56:18 CET 2010 on sn-devel-104 | |||||
2010-12-24 | tdb:tdbtorture: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -8/+30 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 24 18:17:53 CET 2010 on sn-devel-104 | |||||
2010-12-24 | tdb:tdbtest: use TEST_DATA_PREFIX for files | Stefan Metzmacher | 1 | -3/+28 | |
metze | |||||
2010-12-24 | testprogs:test_kinit: create tmp files under $PREFIX | Stefan Metzmacher | 1 | -22/+22 | |
metze | |||||
2010-12-24 | s4:ldb:python/api: use only one ldb file in test_contains() | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2010-12-24 | s4:ldb:python/api: use filename() instead of hardcoded filenames | Stefan Metzmacher | 1 | -6/+7 | |
This makes sure we use files under $SELFTEST_PREFIX instead of the source directory. metze | |||||
2010-12-24 | Start on alpha 15. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 12:59:49 CET 2010 on sn-devel-104 | |||||
2010-12-24 | Merge remote branch 'origin/v4-0-test' | Stefan Metzmacher | 0 | -0/+0 | |
'git merge -s ours origin/v4-0-test' to get the release tag into master. metze | |||||
2010-12-24 | Typo fix in KDC parameters. | Brad Hards | 1 | -3/+3 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Dec 24 12:09:00 CET 2010 on sn-devel-104 | |||||
2010-12-24 | Release alpha14. | Jelmer Vernooij | 1 | -2/+2 | |
2010-12-24 | mkrelease: Simplify further. | Jelmer Vernooij | 1 | -7/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 24 02:01:10 CET 2010 on sn-devel-104 | |||||
2010-12-24 | update whatsnew for alpha14. | Jelmer Vernooij | 1 | -2/+5 | |
2010-12-24 | WHATSNEW: Fix typo, indentation. | Jelmer Vernooij | 1 | -2/+2 | |
2010-12-24 | wafsamba: Fix handling of nick name in VERSION. | Jelmer Vernooij | 1 | -2/+1 | |
2010-12-24 | talloc: remove autotools support. | Jelmer Vernooij | 11 | -3763/+0 | |
2010-12-24 | tdb: Remove autotools support. | Jelmer Vernooij | 17 | -3847/+98 | |
2010-12-24 | MAINTAINERS: List rusty and tridge as maintainers for talloc. | Jelmer Vernooij | 1 | -0/+9 | |
2010-12-24 | MAINTAINERS: add rusty as the tdb maintainer. | Jelmer Vernooij | 1 | -0/+7 | |
2010-12-24 | MAINTAINERS: List tridge and me as maintainers of wafsamba and the wscripts. | Jelmer Vernooij | 1 | -0/+8 | |
2010-12-23 | testprogs: testspoolss.exe: pretty print FILETIME in driver info 6 and 8. | Günther Deschner | 2 | -3/+101 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Dec 23 23:40:21 CET 2010 on sn-devel-104 | |||||
2010-12-23 | s4:acl LDB module - "acl_rename" - memory contexts fixup | Matthias Dieter Wallnöfer | 1 | -5/+19 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 22:49:41 CET 2010 on sn-devel-104 | |||||
2010-12-23 | s4:acl LDB module - add a missing "talloc_free(tmp_ctx)" in an error path | Matthias Dieter Wallnöfer | 1 | -0/+1 | |
Just for consistency. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 21:46:38 CET 2010 on sn-devel-104 | |||||
2010-12-23 | tdb: add ABI/tdb-1.2.8.sigs | Stefan Metzmacher | 1 | -0/+61 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 23 20:35:42 CET 2010 on sn-devel-104 | |||||
2010-12-23 | tevent: add ABI/tevent-0.9.10.sigs | Stefan Metzmacher | 1 | -0/+73 | |
metze | |||||
2010-12-23 | s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
literal To quiet a warning on Solaris Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 13:43:57 CET 2010 on sn-devel-104 | |||||
2010-12-23 | lib/replace/testsuite.c - fix test output | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-23 | s3:libsmb: use 16 zero bytes as channel binding checksum in the gssapi ↵ | Stefan Metzmacher | 1 | -20/+10 | |
checksum (bug #7883) This fixes SMB session setups with kerberos against some closed source SMB servers. The new behavior matches heimdal and mit. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 23 09:38:43 CET 2010 on sn-devel-104 | |||||
2010-12-23 | All calls to event_add_to_select_args() call GetTimeOfDay() and | Jeremy Allison | 5 | -23/+10 | |
pass this in as the &now parameter. Push this call inside of event_add_to_select_args() to the correct point so it doesn't get called unless needed. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 23 01:08:11 CET 2010 on sn-devel-104 | |||||
2010-12-22 | s3: Remove unused open_any_socket_out | Volker Lendecke | 2 | -167/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Dec 22 17:27:29 CET 2010 on sn-devel-104 | |||||
2010-12-22 | s3: Use smbsock_any_connect in winbind | Volker Lendecke | 1 | -45/+13 | |
2010-12-22 | s3: Retry *SMBSERVER in nb_connect | Volker Lendecke | 1 | -2/+47 | |
2010-12-22 | s3: Test smbsock_any_connect | Volker Lendecke | 4 | -0/+49 | |
2010-12-22 | s3: Add smbsock_any_connect | Volker Lendecke | 2 | -1/+232 | |
2010-12-22 | s3: Add an async smbsock_connect | Volker Lendecke | 3 | -0/+320 | |
This connects to 445 and after 5 milliseconds also to 139. It treats a netbios session setup failure as equivalent as a TCP connect failure. So if 139 is faster but fails the nb session setup, the 445 still has the chance to succeed. | |||||
2010-12-22 | s3: Add async cli_session_request | Volker Lendecke | 2 | -0/+134 | |
This does not do the redirects, but I think that might be obsolete anyway | |||||
2010-12-22 | s3: Add some const to name_mangle() | Volker Lendecke | 2 | -2/+2 | |
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. |