summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2772: Check correct string length when verifying password-policies. Do notGünther Deschner1-2/+3
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-3/+2
2007-10-10r2708: Don't look for bzero, we don't use it.Jeremy Allison1-1/+11
2007-10-10r2700: Fix bug where we could incorrectly set sparse attribute. Don't useJeremy Allison1-2/+2
2007-10-10r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jpJim McDonough1-3/+8
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-26/+0
2007-10-10r2637: Fix the roundup problem (returning 1mb roundup) for non-WindowsJeremy Allison2-15/+38
2007-10-10r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...Jeremy Allison1-10/+4
2007-10-10r2564: resurrecting smbd/tdbutil.cGerald Carter1-0/+85
2007-10-10r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...Jeremy Allison1-2/+3
2007-10-10r2475: A more helpful debug-message when a connection to a dfs-proxy-share isGünther Deschner1-1/+2
2007-10-10r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fixJeremy Allison1-10/+15
2007-10-10r2388: fix client quota supportStefan Metzmacher1-3/+3
2007-10-10r2333: check the script is not a 0 lenght stringSimo Sorce1-1/+1
2007-10-10r2331: check password script code and example from trunkSimo Sorce1-0/+13
2007-10-10r2219: Remember to count bad_components only on pathname boundaries.Jeremy Allison1-2/+2
2007-10-10r2215: I think I'm really close now. The key is to count the number ofJeremy Allison1-22/+29
2007-10-10r2196: This error code change is incorrect. Still working on it...Jeremy Allison1-5/+0
2007-10-10r2194: Here is the efforts of much pain reproducing W2K3 pathnameJeremy Allison2-72/+87
2007-10-10r2152: Fix for bug #1674, move the symlinks checks into reduce_name().Jeremy Allison2-40/+20
2007-10-10r2150: Fix parsing of names ending in dot and a few other error returnsJeremy Allison1-16/+11
2007-10-10r2116: Ensure statcache has large enough tdb memory hash size (1031).Jeremy Allison1-1/+1
2007-10-10r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2-165/+57
2007-10-10r2083: Fix memleak on return code path.Jeremy Allison1-5/+6
2007-10-10r2082: lp_path should be lp_pathname.Jeremy Allison2-2/+3
2007-10-10r2077: fix logic bug in the check for creating a user's home directory in reg...Gerald Carter1-10/+13
2007-10-10r2076: Removed old dir caching code - not being used now we have theJeremy Allison3-126/+3
2007-10-10r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison1-22/+14
2007-10-10r2027: Fix for but #1657, used initialized variable, fromJeremy Allison1-1/+1
2007-10-10r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison1-75/+65
2007-10-10r2016: Add message to ease access-control-debugging.Günther Deschner1-0/+1
2007-10-10r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger...Gerald Carter1-1/+1
2007-10-10r1980: Re-apply (remember to remove entry from list on delete this time :-).Jeremy Allison1-49/+25
2007-10-10r1978: Roll it back until I do it right.... :-).Jeremy Allison1-24/+49
2007-10-10r1976: Simplify, use standard dlist interface.Jeremy Allison1-49/+24
2007-10-10r1939: Ensure with my new change we set extended security in flags2 inJeremy Allison1-0/+3
2007-10-10r1936: Fix bug noticed by Steve - ensure extended security bit is on onlyJeremy Allison2-1/+7
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter3-2/+3
2007-10-10r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>.Jeremy Allison1-2/+6
2007-10-10r1841: Fix for #1606, can't launch dos exe's.Jeremy Allison1-2/+2
2007-10-10r1681: Ensure we return the same ACL revision on the wire that W2K3 does.Jeremy Allison1-1/+1
2007-10-10r1665: Patch from James Peach @ SGI to stop using sendfile if it isn'tJeremy Allison1-2/+6
2007-10-10r1661: Changed the password history format so that each history entryJeremy Allison1-7/+13
2007-10-10r1570: merging changes from 3.0.5Gerald Carter5-17/+15
2007-10-10r1531: smbd/tdbutil.c isn't used anymore. Bug 1443 is suspected to be a tdbVolker Lendecke1-85/+0
2007-10-10r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...Jeremy Allison1-11/+15
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-5/+6
2007-10-10r1472: Make mknod work again for the CIFS client. Still needs someJeremy Allison1-10/+29
2007-10-10r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison1-2/+6
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison1-10/+75