Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | The kerberos_verify compoenent of the SessionSetup sync with HEAD. | Andrew Bartlett | 2003-03-17 | 1 | -6/+26 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard's | Andrew Bartlett | 2003-03-17 | 7 | -49/+143 | |
| | | | | | | | | | | | | session key and auth verifier patches. Andrew Bartlett | |||||
* | | Merge from HEAD - doxygen | Andrew Bartlett | 2003-03-17 | 1 | -2/+2 | |
| | | ||||||
* | | Mege from HEAD - doxygen. | Andrew Bartlett | 2003-03-17 | 2 | -8/+8 | |
| | | ||||||
* | | Merge from (earlier) HEAD - doxygen. | Andrew Bartlett | 2003-03-17 | 1 | -6/+8 | |
| | | | | | | | | I'm not merging the current HEAD string stuff quite yet. | |||||
* | | merge from HEAD - dump tokenGroups as sids. | Andrew Bartlett | 2003-03-17 | 1 | -0/+1 | |
| | | ||||||
* | | pstrcpy_base merges for client-side smbpasswd. | Andrew Bartlett | 2003-03-17 | 1 | -9/+9 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge from HEAD: | Andrew Bartlett | 2003-03-17 | 3 | -4/+69 | |
| | | | | | | | | | | | | | | | | new 'net ads dn' doxygen fixes net help fixes. | |||||
* | | Merge new statcache.c from HEAD. | Andrew Bartlett | 2003-03-17 | 1 | -61/+126 | |
| | | ||||||
* | | Fix memory leak. | Volker Lendecke | 2003-03-17 | 1 | -0/+2 | |
| | | | | | | | | Volker | |||||
* | | Fix building --with-smbwrapper. | Tim Potter | 2003-03-17 | 2 | -24/+6 | |
| | | ||||||
* | | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before ↵ | Gerald Carter | 2003-03-14 | 3 | -21/+39 | |
| | | | | | | | | dereferencing | |||||
* | | Fix off by one bug noticed by Andrew Bartlett. | Jeremy Allison | 2003-03-14 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from HEAD. 'win2000 can take much longer than the specified time to ↵ | Jeremy Allison | 2003-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | respond to a lock - so to make the torture tests valid I give it a grace time of 10 seconds instead of 2' Jeremy. | |||||
* | | Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call' | Jeremy Allison | 2003-03-13 | 1 | -2/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of tdb_unlockeys() crash fix. | Tim Potter | 2003-03-13 | 1 | -0/+2 | |
| | | ||||||
* | | Merge of added locking functions from HEAD. | Tim Potter | 2003-03-13 | 1 | -1/+81 | |
| | | ||||||
* | | Merge of some commentary for getprinter info levels supported by win2k+ | Tim Potter | 2003-03-13 | 1 | -0/+16 | |
| | | ||||||
* | | In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>, | Martin Pool | 2003-03-13 | 1 | -0/+4 | |
| | | | | | | | | | | etc. So check for that as well as the old names when including macros and conditionally defining -DVALGRIND. | |||||
* | | Change size parameters from signed to unsigned to fix up warnings. | Jeremy Allison | 2003-03-13 | 5 | -96/+191 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of Andrew Bartlett's SID limit fix from HEAD. | Jeremy Allison | 2003-03-13 | 1 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | fixed a strcat noticed by metze | Andrew Tridgell | 2003-03-12 | 1 | -1/+1 | |
| | | ||||||
* | | Ensure we count the length correctly in mangle_map. | Jeremy Allison | 2003-03-12 | 1 | -6/+15 | |
| | | | | | | | | Jeremy. | |||||
* | | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string ↵ | Gerald Carter | 2003-03-12 | 3 | -1/+6 | |
| | | | | | | | | from .NET RC2) | |||||
* | | We use unsigned now, so use %u. | Jeremy Allison | 2003-03-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>. | Jeremy Allison | 2003-03-11 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | When opening an existing DB, don't require the hash_size specified to | Martin Pool | 2003-03-11 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | the open call to be the same as that of the existing tdb. The specified hash_size is only used if the tdb needs to be (re)created. With this patch in place, tdbtool can open the printing tdbs, which are created with a hash_size of 5000. Before it would fail with EIO. | |||||
* | | Patch from Ronan Waide: | Martin Pool | 2003-03-11 | 1 | -1/+1 | |
| | | | | | | | | | | > when doing "enumdomusers", rpcclient prints each one preceded by the > word "group" instead of "user" | |||||
* | | Remove obsolete file. | Tim Potter | 2003-03-11 | 1 | -13/+0 | |
| | | ||||||
* | | strcpy_base from HEAD and trivial fix for smbclient -L | Volker Lendecke | 2003-03-10 | 2 | -8/+17 | |
| | | | | | | | | Volker | |||||
* | | check a pointer before dereferencing it; not sure why userdata == NULL though | Gerald Carter | 2003-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | Use "$@" to preserve shell quoting in case somebody passes an escaped | Martin Pool | 2003-03-10 | 1 | -1/+1 | |
| | | | | | | | | string as a configure parameter. | |||||
* | | Fix typo in earlier fix, caught by Ranjit @ HP. | Jeremy Allison | 2003-03-08 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out. | Jeremy Allison | 2003-03-07 | 3 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Extra const committed by mistake - revert. | Jeremy Allison | 2003-03-07 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Missed parentheses around complex logic. | Jeremy Allison | 2003-03-07 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Patch from Michael Steffens. In his own words : | Jeremy Allison | 2003-03-07 | 3 | -82/+203 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------- I think there are basically two problem: 1. Windows clients do not always send ACEs for SMB_ACL_USER_OBJ, SMB_ACL_GROUP_OBJ, and SMB_ACL_OTHER. The function ensure_canon_entry_valid() is prepared for that, but tries to "guess" values from group or other permissions, respectively, otherwise falling back to minimum r-- for the owner. Even if the owner had full permissions before setting ACL. This is the problem with W2k clients. 2. Function set_nt_acl() always chowns *before* attempting to set POSIX ACLs. This is ok in a take-ownership situation, but must fail if the file is to be given away. This is the problem with XP clients, trying to transfer ownership of the original file to the temp file. The problem with NT4 clients (no ACEs are transferred to the temp file, thus are lost after moving the temp file to the original name) is a client problem. It simply doesn't attempt to. I have played around with that using posic_acls.c from 3.0 merged into 2.2. As a result I can now present two patches, one for each branch. They basically modify: 1. Interpret missing SMB_ACL_USER_OBJ, SMB_ACL_GROUP_OBJ, or SMB_ACL_OTHER as "preserve current value" instead of attempting to build one ourself. The original code is still in, but only as fallback in case current values can't be retrieved. 2. Rearrange set_nt_acl() such that chown is only done before setting ACLs if there is either no change of owning user, or change of owning user is towards the current user. Otherwise chown is done after setting ACLs. It now seems to produce reasonable results. (Well, as far as it can. If NT4 doesn't even try to transfer ACEs, only deliberate use of named default ACEs and/or "force group" or the crystal ball can help :) ------------------------------------------------------------------------- Jeremy. | |||||
* | | Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit. | Jeremy Allison | 2003-03-07 | 1 | -0/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parameters | Jeremy Allison | 2003-03-07 | 3 | -69/+227 | |
| | | | | | | | | | | differently to W2K, cope with this. Jeremy. | |||||
* | | add #define for the max device name length in a DEVICEMODE | Gerald Carter | 2003-03-06 | 3 | -2/+4 | |
| | | ||||||
* | | More const fixes. | Jeremy Allison | 2003-03-05 | 2 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Writable string const fixes. | Jeremy Allison | 2003-03-05 | 2 | -7/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for little-used lpq parser. | Jeremy Allison | 2003-03-05 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Connectathon fix. W2K -> W2K over port 445 doing a tconX does the full | Jeremy Allison | 2003-03-05 | 1 | -7/+2 | |
| | | | | | | | | | | | | \\server\share syntax, not just a "share" tconX syntax. This broke interop with a vendor. Jeremy. | |||||
* | | preparing for release of 3.0alpha22 | Gerald Carter | 2003-03-04 | 1 | -1/+1 | |
| | | ||||||
* | | More janitorial duties, fixing the BIG_UINT changes for large offsets. | Richard Sharpe | 2003-03-03 | 2 | -6/+7 | |
| | | ||||||
* | | Const warning fixes. | Jeremy Allison | 2003-03-03 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix const warning. | Jeremy Allison | 2003-03-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | dlysym takes a const char *. | Jeremy Allison | 2003-03-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | * always report ourselves as a Windows 2000 print server (even | Gerald Carter | 2003-03-03 | 1 | -8/+29 | |
| | | | | | | | | | | without ADS support) * add "MinorVersion" print server data key and comment on "OSVersion" |