Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-18 | s3/vfs_tsmsm: fix debug output for large files | Björn Jacke | 1 | -6/+6 | |
2010-11-18 | ldb: error out when modules are not found | Simo Sorce | 1 | -1/+1 | |
We shouldn't proceed without all required modules, it could cause damage to the ldb if operations are performed w/o the needed modules. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Nov 18 14:02:34 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s4-tests: Descriptor tests should use the existing samdb domain_dn method ↵ | Nadezhda Ivanova | 1 | -7/+1 | |
instead of defining a new one Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 18 12:52:48 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s4-tests: Acl tests should use the existing samdb domain_dn method instead ↵ | Nadezhda Ivanova | 1 | -7/+1 | |
of defining a new one | |||||
2010-11-18 | ldb:skel.c - don't introduce trailing whitespaces by a module template | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 12:08:30 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s4:password_hash LDB module - remove unused headers | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
2010-11-18 | s4:repl_meta_data LDB module - allow also special DNs to be renamed correctly | Matthias Dieter Wallnöfer | 2 | -1/+8 | |
Do always escape RDN values - this fixes bug #7794 Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 18 10:43:40 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s4:api.py - DN tests - test a bit more special DNs and merge the comparison ↵ | Matthias Dieter Wallnöfer | 1 | -11/+47 | |
tests | |||||
2010-11-18 | ldb:ldb_dn_explode - point out that on error cases "data" is implicitly free'd | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-18 | s4-test: added greater control over tests to run | Andrew Tridgell | 3 | -220/+320 | |
now supports --list to list tests, and --skip to skip the named tests Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 18 04:29:24 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s4-test: rename scripting/devel/howto to scripting/devel/wintest | Andrew Tridgell | 3 | -0/+0 | |
this won't just be for the howto anymore Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 18 00:45:18 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s4-wintest: added wintest.py library | Andrew Tridgell | 2 | -420/+462 | |
converted test-howto.py to use the wintest library. The idea is for us to create other tests that test lots of different interactions with windows | |||||
2010-11-17 | s3: Fix a missing return value | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 20:40:18 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printers | Günther Deschner | 1 | -1/+3 | |
with admin privileges. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 17 15:05:02 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-11-17 | s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2010-11-17 | s4-repl: removed the syncall_workaround code | Andrew Tridgell | 2 | -6/+0 | |
this isn't needed any more Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 17 13:41:51 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s4-repl: save the result of the last replication in repsFrom/repsTo | Andrew Tridgell | 3 | -58/+75 | |
when a replication fails, we should add the failure to repsFrom when a notify fails, we need to save it to repsTo this ensures showrepl always shows the latest status | |||||
2010-11-17 | s4-repl: ensure we don't starve pending replication ops | Andrew Tridgell | 4 | -6/+24 | |
when there was a continuous sequence of notify ops, we could leave the replication ops starving. This ensures we run whichever was queued first | |||||
2010-11-17 | s4-kcc: fixed result_last_attempt in showrepl | Andrew Tridgell | 1 | -0/+1 | |
2010-11-17 | s4-doserr: telling our users to "see Windows help" doesn't seem right | Andrew Tridgell | 1 | -4/+4 | |
2010-11-17 | s4-provision: don't test for xattrs if posix:eadb is set | Andrew Tridgell | 2 | -1/+2 | |
when it is set in smb.conf or on the command line, obey the setting and don't try to test for system xattr support | |||||
2010-11-17 | s4-provision: setup posix:eadb using lp.set() | Andrew Tridgell | 4 | -8/+2 | |
this allows it to override a setting made during the automatic testing of xattr support | |||||
2010-11-17 | developer: only do the C++ reserved name checking on Linux | Andrew Tridgell | 3 | -28/+2 | |
this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code | |||||
2010-11-17 | s4-provision: don't try to autodetect xattr is posix:eadb is set | Andrew Tridgell | 1 | -1/+1 | |
when posix:eadb is set then we know we should be using an eadb | |||||
2010-11-17 | s4-heimdal: ask for non-atomic heimdal | Andrew Tridgell | 1 | -0/+3 | |
this allows us to build with compilers other than gcc | |||||
2010-11-17 | heimdal: added HEIM_BASE_NON_ATOMIC option | Andrew Tridgell | 1 | -1/+8 | |
This allows heimdal to build without gcc, by not using atomic operations. We don't need heimdal to be atomic in Samba. | |||||
2010-11-17 | s4-test: updates to test-howto.py | Andrew Tridgell | 2 | -59/+122 | |
- handle clock skew using "net time" on windows after we open the telnet connection - allow checking for result lists in order - replicate all partitions after vampiring so we don't need to wait for periodic replication - use a krb5 ccache in the prefix for kinit based tests The complete test suite now passes on my system, taking just over 13 minutes to complete | |||||
2010-11-17 | s4-heimdal: implement KERB_AP_ERR_TYPE_SKEW_RECOVERY | Andrew Tridgell | 1 | -1/+5 | |
this e_data field in a kerberos error packet tells windows to do clock skew recovery. See [MS-KILE] 2.2.1 KERB-ERROR-DATA Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-17 | s4-gensec: zero the gssapi_state | Andrew Tridgell | 1 | -1/+1 | |
this fixes a use of the target_principal before initialisation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-17 | s4-provision: use the command line lp in provision | Andrew Tridgell | 1 | -1/+1 | |
this ensures that provision options are stored in the generated smb.conf | |||||
2010-11-17 | s4-provision: add log messages about IP lookup | Andrew Tridgell | 1 | -0/+2 | |
the IPv6 lookup can be very slow if a DNS server in the search list is unavailable. It's good to let the user know what its doing. | |||||
2010-11-17 | s4-dns: catch more expections in samba_dnsupdate | Andrew Tridgell | 1 | -1/+5 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_auth_data | Volker Lendecke | 1 | -13/+14 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 12:02:34 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txt | Volker Lendecke | 1 | -28/+29 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_afs_token | Volker Lendecke | 1 | -8/+6 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndr | Volker Lendecke | 1 | -4/+5 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_unix_username | Volker Lendecke | 1 | -6/+6 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_auth_data | Volker Lendecke | 1 | -11/+11 | |
2010-11-17 | "bool ? true : false" is a bit pointless | Volker Lendecke | 1 | -2/+1 | |
2010-11-17 | s3: Move parse_sidlist to the only calling file | Volker Lendecke | 3 | -44/+42 | |
2010-11-17 | s3: Remove some unused code | Volker Lendecke | 2 | -23/+0 | |
2010-11-17 | ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error cases | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 17 08:45:53 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data | Kai Blin | 1 | -2/+0 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Nov 17 07:23:51 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s4-test: added testing of w2k3 DC join to test-howto.py | Andrew Tridgell | 2 | -19/+105 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 17 01:16:19 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s4-join: fixed join to w2k3 | Andrew Tridgell | 1 | -1/+1 | |
w2k3 does need msDS-Behavior-Version | |||||
2010-11-17 | s4-join: show a reasonable error on DsAddEntry() failing | Andrew Tridgell | 1 | -1/+6 | |
DsAddEntry() gives errors in a reply container | |||||
2010-11-17 | s4-join: enable NDR printing at debug levels >= 5 | Andrew Tridgell | 1 | -2/+9 | |
this is handy for debugging joins | |||||
2010-11-17 | s4-loadparm: set debuglevel and logfile in tables | Andrew Tridgell | 1 | -0/+5 | |
this allows the debug level and logfile to be queried from python using lp.get(). Otheriwse they are set only in the globals, and not in the tables. | |||||
2010-11-17 | s4-loadparm: fixed a memory leak in handle_realm() | Andrew Tridgell | 1 | -0/+3 | |
we need to free the lowercase and uppercase varients |