Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tdb: Remove autotools support. | Jelmer Vernooij | 2010-12-24 | 17 | -3847/+98 | |
| | ||||||
* | MAINTAINERS: List rusty and tridge as maintainers for talloc. | Jelmer Vernooij | 2010-12-24 | 1 | -0/+9 | |
| | ||||||
* | MAINTAINERS: add rusty as the tdb maintainer. | Jelmer Vernooij | 2010-12-24 | 1 | -0/+7 | |
| | ||||||
* | MAINTAINERS: List tridge and me as maintainers of wafsamba and the wscripts. | Jelmer Vernooij | 2010-12-24 | 1 | -0/+8 | |
| | ||||||
* | testprogs: testspoolss.exe: pretty print FILETIME in driver info 6 and 8. | Günther Deschner | 2010-12-23 | 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 | |||||
* | s4:acl LDB module - "acl_rename" - memory contexts fixup | Matthias Dieter Wallnöfer | 2010-12-23 | 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 | |||||
* | s4:acl LDB module - add a missing "talloc_free(tmp_ctx)" in an error path | Matthias Dieter Wallnöfer | 2010-12-23 | 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 | |||||
* | tdb: add ABI/tdb-1.2.8.sigs | Stefan Metzmacher | 2010-12-23 | 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 | |||||
* | tevent: add ABI/tevent-0.9.10.sigs | Stefan Metzmacher | 2010-12-23 | 1 | -0/+73 | |
| | | | | metze | |||||
* | s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer ↵ | Matthias Dieter Wallnöfer | 2010-12-23 | 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 | |||||
* | lib/replace/testsuite.c - fix test output | Matthias Dieter Wallnöfer | 2010-12-23 | 1 | -1/+1 | |
| | ||||||
* | s3:libsmb: use 16 zero bytes as channel binding checksum in the gssapi ↵ | Stefan Metzmacher | 2010-12-23 | 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 | |||||
* | All calls to event_add_to_select_args() call GetTimeOfDay() and | Jeremy Allison | 2010-12-23 | 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 | |||||
* | s3: Remove unused open_any_socket_out | Volker Lendecke | 2010-12-22 | 2 | -167/+0 | |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Dec 22 17:27:29 CET 2010 on sn-devel-104 | |||||
* | s3: Use smbsock_any_connect in winbind | Volker Lendecke | 2010-12-22 | 1 | -45/+13 | |
| | ||||||
* | s3: Retry *SMBSERVER in nb_connect | Volker Lendecke | 2010-12-22 | 1 | -2/+47 | |
| | ||||||
* | s3: Test smbsock_any_connect | Volker Lendecke | 2010-12-22 | 4 | -0/+49 | |
| | ||||||
* | s3: Add smbsock_any_connect | Volker Lendecke | 2010-12-22 | 2 | -1/+232 | |
| | ||||||
* | s3: Add an async smbsock_connect | Volker Lendecke | 2010-12-22 | 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. | |||||
* | s3: Add async cli_session_request | Volker Lendecke | 2010-12-22 | 2 | -0/+134 | |
| | | | | This does not do the redirects, but I think that might be obsolete anyway | |||||
* | s3: Add some const to name_mangle() | Volker Lendecke | 2010-12-22 | 2 | -2/+2 | |
| | ||||||
* | s3-waf: fix the build. | Günther Deschner | 2010-12-22 | 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 | |||||
* | s3:lib/gencache: fix memory leak in error path | Stefan Metzmacher | 2010-12-22 | 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 | |||||
* | s3-printing: fix crash bug in print_spool_open(). | Günther Deschner | 2010-12-22 | 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 | |||||
* | s3-spoolss: handle NTTIME(0) as "01/01/1601" REG_SZ in driver dates. | Günther Deschner | 2010-12-22 | 1 | -4/+13 | |
| | | | | Guenther | |||||
* | s4-smbtorture: always skip addprinter{ex} level 1 tests for now. | Günther Deschner | 2010-12-22 | 1 | -4/+6 | |
| | | | | Guenther | |||||
* | s4-smbtorture: fix expected driver date REG_SZ string. | Günther Deschner | 2010-12-22 | 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 | |||||
* | s4-smbtorture: check the returned driver date is equal to the one we passed in. | Günther Deschner | 2010-12-22 | 1 | -0/+4 | |
| | | | | Guenther | |||||
* | s4-smbtorture: add torture_assert_nttime_equal macro. | Günther Deschner | 2010-12-22 | 1 | -1/+7 | |
| | | | | Guenther | |||||
* | s4-smbtorture: interesting, DriverDate and DriverVersion are different in ↵ | Günther Deschner | 2010-12-22 | 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 | |||||
* | dsdb:ldap.py - transform a test call into the new "msg.add" syntax | Matthias Dieter Wallnöfer | 2010-12-22 | 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 | |||||
* | lib/util/time.c - make the "strftime" output locale independant ("%c" is not) | Matthias Dieter Wallnöfer | 2010-12-22 | 1 | -5/+4 | |
| | | | | So that it also works on Solaris. | |||||
* | ldb:pyldb.c - remove unused variable | Matthias Dieter Wallnöfer | 2010-12-22 | 1 | -1/+1 | |
| | ||||||
* | s4-tests: Tests for Validated-SPN implementation. | Nadezhda Ivanova | 2010-12-22 | 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 | |||||
* | s4-acl: Implementation of Validated-SPN validated write | Nadezhda Ivanova | 2010-12-22 | 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. | |||||
* | s4-dsdb: Added a helper function to get the default dns domain as string. | Nadezhda Ivanova | 2010-12-22 | 1 | -0/+19 | |
| | ||||||
* | s3:libsmb/namequery.c: don't leak 'pserver' | Stefan Metzmacher | 2010-12-22 | 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 | |||||
* | dns: fixed dns record format | Andrew Tridgell | 2010-12-22 | 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 | |||||
* | Fix a warning message. | Jeremy Allison | 2010-12-22 | 1 | -1/+2 | |
| | | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 22 03:59:18 CET 2010 on sn-devel-104 | |||||
* | My algorithm for determining whan an incoming sequence number can be allowed ↵ | Jeremy Allison | 2010-12-21 | 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. | |||||
* | heimdal_build: Use consistent name for heimbase. | Jelmer Vernooij | 2010-12-22 | 1 | -5/+5 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 22 02:24:24 CET 2010 on sn-devel-104 | |||||
* | heimdal_build: When using system hbase/hcrypto, don't compile our own versions. | Jelmer Vernooij | 2010-12-22 | 1 | -18/+19 | |
| | ||||||
* | heimdal_build: Allow using system hbase and hcrypto. | Jelmer Vernooij | 2010-12-22 | 1 | -0/+3 | |
| | ||||||
* | s4-devel/pfm_verify: Move schemaInfo getter into separate function | Kamen Mazdrashki | 2010-12-22 | 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 | |||||
* | wafsamba: Allow newer or the same python module versions to be installed, | Jelmer Vernooij | 2010-12-22 | 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 | |||||
* | tevent: Remove reference to nonexistant configure.developer from autogen.sh. | Jelmer Vernooij | 2010-12-21 | 1 | -1/+1 | |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104 | |||||
* | talloc: Remove reference to nonexistant configure.developer in autogen.sh. | Jelmer Vernooij | 2010-12-21 | 2 | -12/+11 | |
| | ||||||
* | tevent: Bump version number after symbol versioning changes. | Jelmer Vernooij | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | tdb: Bump version number after symbol versioning changes. | Jelmer Vernooij | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | pytdb: Make PyTdb variable static. | Jelmer Vernooij | 2010-12-21 | 1 | -3/+3 | |
| |