Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-17 | s4-smbtorture: skip level 8 checks in test_GetDriverInfo_winreg for w2k3. | Günther Deschner | 1 | -0/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 17 12:20:38 CET 2010 on sn-devel-104 | |||||
2010-12-17 | s4-smbtorture: skipping level 8 driveradds against w2k3. | Günther Deschner | 1 | -1/+18 | |
Guenther | |||||
2010-12-17 | s4-smbtorture: add torture_assert_strn_equal macro. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2010-12-17 | s3-net: fix net sid type build warning. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-12-17 | s3/net: tz argument should be NULL of course | Björn Jacke | 1 | -1/+1 | |
Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Fri Dec 17 01:48:40 CET 2010 on sn-devel-104 | |||||
2010-12-16 | Do more vfs_stat_fsp calls instead of FSTAT - ensures fsp->fsp_name->st is ↵ | Jeremy Allison | 1 | -13/+20 | |
kept up to date. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 16 23:41:06 CET 2010 on sn-devel-104 | |||||
2010-12-16 | s4-waf: nsstest only needs replace. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Dec 16 11:40:52 CET 2010 on sn-devel-104 | |||||
2010-12-16 | spoolss: fill in PerMachineConnections add and delete IDL. | Günther Deschner | 3 | -21/+27 | |
Guenther | |||||
2010-12-16 | s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later | Andrew Bartlett | 1 | -1/+0 | |
We need to make LDB consistent here (indexed vs unindexed behaviour differs here!), but for the moment this is the easiest way out of a segfault. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Dec 16 06:42:56 CET 2010 on sn-devel-104 | |||||
2010-12-16 | s4-dsdb Use sid_blob_parse() | Andrew Bartlett | 1 | -3/+3 | |
2010-12-16 | libcli/security Add sid_blob_parse() to directly parse a binary SID blob | Andrew Bartlett | 2 | -3/+14 | |
2010-12-16 | Typos in wintest | Zahari Zahariev | 2 | -3/+3 | |
2010-12-16 | Fix old bug in openX code, exposed when "strict allocate" is set to true. | Jeremy Allison | 1 | -5/+9 | |
We need to return the file size here, not the allocation size, but we were not updating the stat struct after the vfs_set_filesize() call. Ensure we always use fresh data in openX replies. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 16 02:37:58 CET 2010 on sn-devel-104 | |||||
2010-12-15 | Change strict allocate to default to true. (cherry picked from commit ↵ | Jeremy Allison | 2 | -6/+7 | |
820ea22a07b062b1717d35de8fa7051fc1067c3f) | |||||
2010-12-15 | s4-tests: Added a speedtest for LDAP search operations with different accounts. | Nadezhda Ivanova | 1 | -11/+67 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Dec 15 21:32:09 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-tests: Added tests for LDAP add/delete/modify using anonymous login. | Nadezhda Ivanova | 1 | -8/+50 | |
2010-12-15 | s4-dsdb: Fixed incorrect LDAP return code when anonymous login is used. | Nadezhda Ivanova | 1 | -1/+1 | |
2010-12-15 | Fix bug 7866 - "net" in v3-6-test broken. | Jeremy Allison | 3 | -3/+22 | |
Someone wasn't careful about testing when not running as root :-). Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 15 20:45:25 CET 2010 on sn-devel-104 | |||||
2010-12-15 | ldb: Bump API after symbol changes. | Jelmer Vernooij | 2 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 15 18:18:52 CET 2010 on sn-devel-104 | |||||
2010-12-15 | ldb: Build modules as .so files. | Jelmer Vernooij | 1 | -0/+9 | |
2010-12-15 | join: Properly cancel transaction on exceptions. | Jelmer Vernooij | 1 | -35/+44 | |
2010-12-15 | Move get_loadparm() and get_credentials() to samba.tests.TestCase. | Jelmer Vernooij | 1 | -8/+15 | |
2010-12-15 | s3:rpc_client: implement rpc_transport_np_init() on top of ↵ | Stefan Metzmacher | 2 | -400/+38 | |
rpc_transport_tstream_init() This also makes use of tstream_cli_np_open() to get the tstream. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Dec 15 16:12:30 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s3:rpc_client: implement rpc_transport_sock_init() on top of ↵ | Stefan Metzmacher | 1 | -231/+13 | |
rpc_transport_tstream_init() metze | |||||
2010-12-15 | s3:rpc_client/rpc_transport_tstream.c: add some logic to handle cli_np tstreams | Stefan Metzmacher | 1 | -2/+197 | |
metze | |||||
2010-12-15 | s3:rpc_client/rpc_transport_tstream: timeout should be unsigned int | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-12-15 | s3:rpc_client: let rpc_transport_tstream_init() create read and write queue | Stefan Metzmacher | 3 | -28/+17 | |
metze | |||||
2010-12-15 | s3:libsmb: add tstream_cli_np_get_cli_state() | Stefan Metzmacher | 2 | -0/+10 | |
metze | |||||
2010-12-15 | s3:libsmb: add tstream_cli_np_set_timeout() | Stefan Metzmacher | 2 | -0/+18 | |
metze | |||||
2010-12-15 | s3:libsmb: add tstream_cli_np_use_trans() and the needed logic | Stefan Metzmacher | 2 | -0/+183 | |
tstream_cli_np_use_trans() defers the next tstream_writev to the next tstream_readv and send both as an SMBtrans request. metze | |||||
2010-12-15 | s3:libsmb: add tstream_is_cli_np() | Stefan Metzmacher | 2 | -0/+15 | |
metze | |||||
2010-12-15 | s3:libsmb: add cli_np_tstream.c | Stefan Metzmacher | 3 | -0/+823 | |
This abstracts a named pipe over smb as a tstream, which will make it easier to implement the dcerpc layer in a more generic way. metze | |||||
2010-12-15 | s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to ↵ | Kamen Mazdrashki | 9 | -10/+10 | |
system_session() Otherwise system_session() creates a LoadParm() instance which resets certain global parameters to their defaults from smb.conf ("log level" for instance) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 15:10:47 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-dns: implemented parsing and storing of DNS records from bind | Andrew Tridgell | 2 | -46/+640 | |
DNS updates from nsupdate against our ldb SAM now work Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 15 12:36:46 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-dns: added basic DLZ writeable support to dlz_bind9 | Andrew Tridgell | 3 | -99/+448 | |
this implements the expanded DLZ update driver API, allowing for bind9 to send dynamic updates to the Samba DLZ driver. This change also adds support for exporting all DNS zones in the SAM database, which also means we now correctly separate the _msdcs zone from the main zone. | |||||
2010-12-15 | waf: fixed re-running of build rules | Andrew Tridgell | 2 | -4/+5 | |
the addition of ldflags deps caused us to re-run the build rules every time. | |||||
2010-12-15 | s3-waf: use shared libwbclient wscript_build. | Günther Deschner | 2 | -12/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 15 11:42:16 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s3-waf: fix winbind-client subsystem. | Günther Deschner | 1 | -7/+9 | |
Guenther | |||||
2010-12-15 | s3-waf: add libkrb5 winbind locator plugin. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2010-12-15 | s3-waf: rework rpc_server handling a bit. | Günther Deschner | 2 | -21/+21 | |
Guenther | |||||
2010-12-15 | build: openbsd plateform is openbsd4 | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104 | |||||
2010-12-15 | build: hpux didn't support -Bdynamic | Matthieu Patou | 1 | -1/+1 | |
2010-12-15 | Protect the onefs sendfile from EAGAIN/EWOULDBLOCK. | Jeremy Allison | 1 | -1/+5 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 15 03:26:43 CET 2010 on sn-devel-104 | |||||
2010-12-15 | Implement "use sendfile = yes" for SMB2. (cherry picked from commit ↵ | Jeremy Allison | 4 | -3/+164 | |
95cb7adcd03a1abbd0af395b6c96dd8e0eebd3d1) Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Dec 15 02:24:08 CET 2010 on sn-devel-104 | |||||
2010-12-15 | Fix read/write calls over sockets to cope with EAGAIN/EWOULDBLOCK for ↵ | Jeremy Allison | 2 | -16/+68 | |
non-blocking sockets. | |||||
2010-12-15 | Change interface of schedule_smb2_aio_read() to allocate the return DATA_BLOB. | Jeremy Allison | 3 | -10/+27 | |
Change smb2_read code to allocate return DATA_BLOB just before the read. Preparing for SMB2 sendfile change which will not need to allocate return buffer. Jeremy | |||||
2010-12-15 | s4-test/repl_schema: remove unused and commented out code | Kamen Mazdrashki | 1 | -3/+0 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 01:37:10 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-test/repl_schema: Make sure every object is with unique name | Kamen Mazdrashki | 1 | -2/+5 | |
This way, test writer don't have to be careful to choose unique objects suffix | |||||
2010-12-15 | s4-dsdb_schema: Handle remote ATTIDs based on msDs-IntId value | Kamen Mazdrashki | 1 | -4/+17 | |
If we get such an msDs-IntId value, then we should just use it, there is no mapping available for such values | |||||
2010-12-15 | s4-schema_syntax: Log error message when ↵ | Kamen Mazdrashki | 1 | -1/+5 | |
_dsdb_syntax_OID_oid_drsuapi_to_ldb() fails I haven't found a way to test this function during replication so far, but when I do, it will be useful to notice this error in the log file |