Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r1681: Ensure we return the same ACL revision on the wire that W2K3 does. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1665: Patch from James Peach @ SGI to stop using sendfile if it isn't | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r1661: Changed the password history format so that each history entry | Jeremy Allison | 1 | -7/+13 |
2007-10-10 | r1570: merging changes from 3.0.5 | Gerald Carter | 5 | -17/+15 |
2007-10-10 | r1531: smbd/tdbutil.c isn't used anymore. Bug 1443 is suspected to be a tdb | Volker Lendecke | 1 | -85/+0 |
2007-10-10 | r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d... | Jeremy Allison | 1 | -11/+15 |
2007-10-10 | r1492: Rework our random number generation system. | Andrew Bartlett | 1 | -5/+6 |
2007-10-10 | r1472: Make mknod work again for the CIFS client. Still needs some | Jeremy Allison | 1 | -10/+29 |
2007-10-10 | r1414: Memory leak fixes found by valgrind whilst checking the password histo... | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r1388: Adding password history code for ldap backend, based on a patch from | Jeremy Allison | 1 | -10/+75 |
2007-10-10 | r1375: When setting writable=yes in smb.conf and only allow read access in the | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r1370: BUG 1297 - prevent map_username() from being called twice during logon | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r1333: NFS Quota support from Dan Peterson. | Richard Sharpe | 1 | -1/+203 |
2007-10-10 | r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1314: Restore the 2.2 'force unknown acl user' parameter. When getting a sec... | Volker Lendecke | 1 | -19/+23 |
2007-10-10 | r1311: Turn on sendfile for non-oplocked files. tridge proved | Jeremy Allison | 1 | -8/+10 |
2007-10-10 | r1304: Turns out non-io opens that cause oplock breaks are a *different* set | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r1301: Fix bogus error message when using "mangling method = hash" rather | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r1263: Make "defer sharing violations" a global parameter. | Jeremy Allison | 3 | -2/+28 |
2007-10-10 | r1260: Added new parameter in the protocol section. "defer sharing violations", | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r1259: Ensure we pass Samba4 RAW-RENAME test. | Jeremy Allison | 1 | -9/+165 |
2007-10-10 | r1257: Ensure we deferr a sharing violation on rename correctly. | Jeremy Allison | 1 | -1/+11 |
2007-10-10 | r1255: Ensure we check attributes correctly on rename request. Gets us furthe... | Jeremy Allison | 2 | -7/+12 |
2007-10-10 | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 7 | -16/+48 |
2007-10-10 | r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a... | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r1117: Doh ! Remember to turn off signing when sending a "break to level II" ... | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all | Jeremy Allison | 6 | -78/+177 |
2007-10-10 | r1097: Fix errno being incorrectly set. Noticed by Richard. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r1093: Ensure we clear any cached errors on a deferred open call so | Jeremy Allison | 4 | -0/+20 |
2007-10-10 | r1089: Removed spurious oplock message in deferred open processing. | Jeremy Allison | 3 | -5/+17 |
2007-10-10 | r1085: Now it's had some proper user testing, merge in the deferred open fix.... | Jeremy Allison | 8 | -47/+521 |
2007-10-10 | r1011: fix bad merge (from a few months ago) and ensure that we always use td... | Gerald Carter | 2 | -6/+6 |
2007-10-10 | r998: Arrrgggh. Do it right this time :-(. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r996: Fix error in change to queuing code (dlink). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r974: Fix open code to pass more torture tests. We now pass the Samba4 | Jeremy Allison | 1 | -28/+87 |
2007-10-10 | r971: Auto remove store dos attributes if underlying filesystem | Jeremy Allison | 2 | -11/+26 |
2007-10-10 | r957: Fixup moribund unix extensions mknod code path. Don't add in | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r945: "Correct" (as in, more correct) way to handle stat opens. Doesn't regress | Jeremy Allison | 1 | -22/+25 |
2007-10-10 | r942: If using DOS error codes, we need to return ERRDOS/ERRbadpath for chkpt... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r933: When using widelinks = no, use realpath to canonicalize the | Jeremy Allison | 3 | -2/+41 |
2007-10-10 | r931: Ensure we push 16 bytes (including null termination) | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r925: add changes frpm trunk (r841 and r842) -- enable background queue updat... | Gerald Carter | 1 | -6/+7 |
2007-10-10 | r814: conn is 0 during ioctl (at least during smbtorture IOCTL test) | Herb Lewis | 2 | -2/+4 |
2007-10-10 | r799: BUG 1259 -- add 'printcap cache time' patch from Lars | Gerald Carter | 2 | -1/+51 |
2007-10-10 | r786: Memory leak fixes in (mostly) error code paths from | Jeremy Allison | 2 | -2/+10 |
2007-10-10 | r779: Fix specific case of open that doesn't cause oplock break, or share mod... | Jeremy Allison | 2 | -7/+22 |
2007-10-10 | r762: Fix for #1319 when security > share. | Jeremy Allison | 1 | -2/+8 |
2007-10-10 | r742: Volker discovered that we can truncate a locked file. Well I never ! :-). | Jeremy Allison | 1 | -22/+2 |
2007-10-10 | r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode locking | Richard Sharpe | 1 | -0/+14 |
2007-10-10 | r716: Fix for bugid #1345 (Macromedia Homesite cannot connect anymore after u... | Jeremy Allison | 1 | -0/+4 |