Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-16 | s3-pdbedit: allow to call "pdbedit -N description -u user" without ↵ | Günther Deschner | 1 | -2/+4 | |
specifiyng "-r". Guenther | |||||
2009-12-15 | Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned ↵ | Jeremy Allison | 2 | -18/+25 | |
attributes by protocol level. This makes us consistant in returning DOS attrs across all replies. Tested on OS/2 by Günter Kukkukk. Jeremy. | |||||
2009-12-15 | s3: Fix _samr_GetAliasMembership for results with 0 rids | Volker Lendecke | 1 | -0/+8 | |
2009-12-12 | s3: Fix a very embarrassing build failure | Volker Lendecke | 1 | -2/+2 | |
2009-12-11 | s3:loadparm: Change the "ldap deref" value "defualt" to "auto". | Karolin Seeger | 1 | -1/+1 | |
That's an established value. Default is a bit confusing. Karolin | |||||
2009-12-10 | s3: add prototype to fix the build | Björn Jacke | 1 | -0/+1 | |
2009-12-10 | s3-selftest: enable RPC-SAMBA3-WINREG. | Günther Deschner | 1 | -1/+1 | |
Very strange we didn't run it before. Guenther | |||||
2009-12-10 | s3-rpcclient: allow to set offered size for enumkey command. | Günther Deschner | 1 | -4/+9 | |
Guenther | |||||
2009-12-10 | s3: make own defines for ldap deref types | Björn Jacke | 1 | -6/+12 | |
there are too many naming clashes between different ldap libs and ldb libs. Let's simply make our own defines. The numbers are well standarized. This also makes the default for "ldap deref" be "default" which means we won't tell the ldap library what to do. Ѕo by default it's all up to what the server and our libs think they should to do. | |||||
2009-12-10 | s3: add LDAP Alias Dereferencing support | Björn Jacke | 2 | -0/+31 | |
Thanks to Dan Cox for initial patch for 3.0. This closes #2350. | |||||
2009-12-10 | s3-spoolss: fix enumprinter key client and server. | Günther Deschner | 2 | -4/+16 | |
Guenther | |||||
2009-12-10 | s3-ldb: use GUID_to_ndr_blob() | Andrew Tridgell | 1 | -2/+1 | |
this also fixes an error in NTSTATUS handling | |||||
2009-12-10 | s3: check for PAM_RADIO_TYPE. | Bo Yang | 1 | -0/+33 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-12-09 | s3: keep subsecond times on cross-filesystem moves and don't follow links | Björn Jacke | 1 | -0/+22 | |
2009-12-09 | s3:configure: check for lutimes, futimes and futimens | Björn Jacke | 1 | -1/+1 | |
2009-12-08 | s3: make sys_posix_fallocate more generic | Björn Jacke | 2 | -18/+15 | |
this is in preparation for other preallocation methods to be introduced. | |||||
2009-12-08 | s3-spoolss: use SPOOLSS_ARCHITECTURE_ALL in driver enum server code. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-12-08 | s3-spoolss: cleanup _spoolss_EnumPrinterDrivers(). | Günther Deschner | 1 | -139/+6 | |
Guenther | |||||
2009-12-08 | s3-spoolss: remove unused architecture from fill_printer_driver_info1(). | Günther Deschner | 1 | -5/+3 | |
Guenther | |||||
2009-12-08 | s3-spoolss: remove ridiculous amount of duplicate driver code. | Günther Deschner | 1 | -436/+44 | |
Guenther | |||||
2009-12-08 | s3-spoolss: fully support level 8 drivers. | Günther Deschner | 1 | -0/+305 | |
Guenther | |||||
2009-12-08 | s3-spoolss: use driver level info8 everywhere in spoolss server internally. | Günther Deschner | 5 | -211/+318 | |
Guenther | |||||
2009-12-08 | s3: allocate only "new" space, not "old" sparse space in the posix_fallocate ↵ | Björn Jacke | 1 | -2/+3 | |
path this makes the posix_fallocate path work analogous to the manual allocate path. | |||||
2009-12-07 | parent_sd can never be null in this function, so don't | Jeremy Allison | 1 | -1/+5 | |
check for it. Jeremy. | |||||
2009-12-07 | Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ↵ | Jeremy Allison | 3 | -267/+168 | |
properly inherit permissions from parent and 6938 - No hook exists to check creation rights when using acl_xattr module Volker was right (dammit :-). It's much easier to catch this case in the create_file() vfs call instead of trying to do everything inside open() and mkdir(). Hook all these functions to gain the desired effect. Jeremy. | |||||
2009-12-07 | s3: let gencache_init() use tdb_check() | Stefan Metzmacher | 1 | -0/+25 | |
If the check fails we try to clear the tdb and start with an empty cache. metze | |||||
2009-12-07 | s3: let netsamlogon_cache_init() use tdb_check() | Stefan Metzmacher | 1 | -4/+42 | |
If the check fails we try to unlink the old file and start with an empty cache. metze | |||||
2009-12-07 | s3: let tdb_validate_child() use tdb_check() | Stefan Metzmacher | 1 | -0/+11 | |
metze | |||||
2009-12-07 | s3: require tdb 1.1.7 with tdb_check() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-12-07 | s3: de-deprecate "write cache size" to prevent its removal without a proper ↵ | Volker Lendecke | 1 | -1/+1 | |
alternative | |||||
2009-12-07 | s3: fix net and rpcclient after setprinterdataex changes. | Günther Deschner | 2 | -19/+17 | |
Guenther | |||||
2009-12-07 | s3-spoolss: let _spoolss_DeletePrinterData call into ↵ | Günther Deschner | 1 | -38/+5 | |
_spoolss_DeletePrinterDataEx. Guenther | |||||
2009-12-07 | s3-spoolss: let _spoolss_SetPrinterData call into _spoolss_SetPrinterDataEx. | Günther Deschner | 1 | -74/+30 | |
Guenther | |||||
2009-12-07 | s3-spoolss: let _spoolss_GetPrinterData call into _spoolss_GetPrinterDataEx. | Günther Deschner | 1 | -101/+44 | |
Guenther | |||||
2009-12-07 | s3-spoolss: a default printer should have at least a "PrintDriverData" key. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2009-12-07 | s3-winreg: fill in some inline comments. | Günther Deschner | 1 | -10/+38 | |
Guenther | |||||
2009-12-07 | s3-winreg: remove trailing whitespace. | Günther Deschner | 1 | -40/+40 | |
Guenther | |||||
2009-12-07 | s3:auth: Fix typo in debug message. | Karolin Seeger | 1 | -2/+2 | |
Karolin | |||||
2009-12-06 | streamline some log levels for invalid servicenames | Christian Ambach | 2 | -2/+2 | |
I don't think we need to log the fact that a user gave a wrong sharename in Explorer with the highest log level. The level of this was not very consistent: service.c: DEBUG(3,("find_service() failed to find service %s\n", service)); service.c: DEBUG(0,("%s (%s) couldn't find service %s\n", smb2_tcon.c: DEBUG(1,("smbd_smb2_tree_connect: couldn't find service %s\n", This changes the last two to 3 as the first one. Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2009-12-06 | s3: Fix a const discard warning | Volker Lendecke | 1 | -7/+9 | |
2009-12-06 | s3: talloc_array_length deals file with a NULL argument | Volker Lendecke | 1 | -3/+3 | |
2009-12-06 | s3: Small simplification: qsort deals fine with just one entry | Volker Lendecke | 1 | -7/+2 | |
2009-12-06 | s3: Simplify usr_info_cmp by calling timeval_compare() | Volker Lendecke | 1 | -3/+1 | |
2009-12-06 | s3: Add rpcclient wkssvc_enumerateusers | Volker Lendecke | 1 | -0/+51 | |
2009-12-06 | s3: Complete support for NetWkstaGetInfo/NetWkstaEnumUsers | Ian Puleston | 1 | -22/+380 | |
2009-12-06 | s3: First cut at _wkssvc_NetWkstaEnumUsers | Volker Lendecke | 1 | -3/+52 | |
This needs access checks! | |||||
2009-12-06 | s3: Support NetWkstaGetInfo 101 and 102 | Volker Lendecke | 2 | -16/+114 | |
2009-12-05 | s3:dbwrap_ctdb: increase the number of commit retries 5-->100 | Michael Adam | 1 | -1/+1 | |
This is to cope with timeouts when recoveries and transactions collide. Maybe 100 is too hight, but 10 or even 20 have been too low in a very busy environment. Michael | |||||
2009-12-05 | s3:dbwrap_ctdb: increase the rsn of the __transaction_lock__ when storing | Michael Adam | 1 | -0/+2 | |
so that it is correctly handled by recoveries. Also set the dmaster explicitly. Michael | |||||
2009-12-05 | s3: Fix explicit stat64 support | Volker Lendecke | 1 | -3/+12 | |