Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r2708: Don't look for bzero, we don't use it. | Jeremy Allison | 1 | -1/+11 |
2007-10-10 | r2700: Fix bug where we could incorrectly set sparse attribute. Don't use | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jp | Jim McDonough | 1 | -3/+8 |
2007-10-10 | r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC | Jeremy Allison | 1 | -26/+0 |
2007-10-10 | r2637: Fix the roundup problem (returning 1mb roundup) for non-Windows | Jeremy Allison | 2 | -15/+38 |
2007-10-10 | r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes... | Jeremy Allison | 1 | -10/+4 |
2007-10-10 | r2564: resurrecting smbd/tdbutil.c | Gerald Carter | 1 | -0/+85 |
2007-10-10 | r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t... | Jeremy Allison | 1 | -2/+3 |
2007-10-10 | r2475: A more helpful debug-message when a connection to a dfs-proxy-share is | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fix | Jeremy Allison | 1 | -10/+15 |
2007-10-10 | r2388: fix client quota support | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r2333: check the script is not a 0 lenght string | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r2331: check password script code and example from trunk | Simo Sorce | 1 | -0/+13 |
2007-10-10 | r2219: Remember to count bad_components only on pathname boundaries. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r2215: I think I'm really close now. The key is to count the number of | Jeremy Allison | 1 | -22/+29 |
2007-10-10 | r2196: This error code change is incorrect. Still working on it... | Jeremy Allison | 1 | -5/+0 |
2007-10-10 | r2194: Here is the efforts of much pain reproducing W2K3 pathname | Jeremy Allison | 2 | -72/+87 |
2007-10-10 | r2152: Fix for bug #1674, move the symlinks checks into reduce_name(). | Jeremy Allison | 2 | -40/+20 |
2007-10-10 | r2150: Fix parsing of names ending in dot and a few other error returns | Jeremy Allison | 1 | -16/+11 |
2007-10-10 | r2116: Ensure statcache has large enough tdb memory hash size (1031). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2112: Simplify the mangle hash code to use an in-memory tdb. | Jeremy Allison | 2 | -165/+57 |
2007-10-10 | r2083: Fix memleak on return code path. | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r2082: lp_path should be lp_pathname. | Jeremy Allison | 2 | -2/+3 |
2007-10-10 | r2077: fix logic bug in the check for creating a user's home directory in reg... | Gerald Carter | 1 | -10/+13 |
2007-10-10 | r2076: Removed old dir caching code - not being used now we have the | Jeremy Allison | 3 | -126/+3 |
2007-10-10 | r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope... | Jeremy Allison | 1 | -22/+14 |
2007-10-10 | r2027: Fix for but #1657, used initialized variable, from | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 1 | -75/+65 |
2007-10-10 | r2016: Add message to ease access-control-debugging. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r1980: Re-apply (remember to remove entry from list on delete this time :-). | Jeremy Allison | 1 | -49/+25 |
2007-10-10 | r1978: Roll it back until I do it right.... :-). | Jeremy Allison | 1 | -24/+49 |
2007-10-10 | r1976: Simplify, use standard dlist interface. | Jeremy Allison | 1 | -49/+24 |
2007-10-10 | r1939: Ensure with my new change we set extended security in flags2 in | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r1936: Fix bug noticed by Steve - ensure extended security bit is on only | Jeremy Allison | 2 | -1/+7 |
2007-10-10 | r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ... | Gerald Carter | 3 | -2/+3 |
2007-10-10 | r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r1841: Fix for #1606, can't launch dos exe's. | Jeremy Allison | 1 | -2/+2 |
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 |