summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problems with very long filenames in both smbd and smbclient.Alexander Bokovoy2004-03-121-10/+18
* Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison2004-03-113-28/+8
* Fix processing of pathnames with embedded '\\' characters (0x5c) in CP932Jeremy Allison2004-03-111-5/+23
* Fix dfs referrals - don't use check_path_syntax. Also use mb char calls inJeremy Allison2004-03-091-6/+1
* Yet another '\n' termination of debug message.Rafal Szczesniak2004-03-091-1/+1
* fix build with gcc 2.96 and --with-developerGerald Carter2004-03-091-1/+1
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-092-2/+2
* Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison2004-03-081-5/+11
* Merge from HEAD.Tim Potter2004-03-071-0/+4
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-054-108/+105
* all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2004-03-052-18/+5
* Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison2004-03-041-4/+1
* Fix build farm, older compilers won't let you declare variablesJim McDonough2004-03-041-1/+1
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-032-16/+88
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-034-128/+290
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-282-1/+17
* More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2004-02-282-13/+34
* Interesting fact found by IFSTEST /t LockOverlappedTest...Jeremy Allison2004-02-261-1/+8
* Fixup strange rename error case (gentest).Jeremy Allison2004-02-251-1/+2
* Figured out a new flags bit with gentest and ethereal....Jeremy Allison2004-02-251-2/+10
* More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you lookJeremy Allison2004-02-251-5/+27
* More gentest fixes.Jeremy Allison2004-02-251-6/+17
* Ensure '.' and '..' don't match in delete requests.Jeremy Allison2004-02-241-1/+4
* More gentest error fixups.Jeremy Allison2004-02-243-2/+13
* Fixup bad-path error found by gentest.Jeremy Allison2004-02-241-4/+6
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-242-1/+51
* Fixup correct timeout values for blocking lock timeouts (tested at connectathonJeremy Allison2004-02-241-1/+1
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-201-1/+3
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-201-6/+19
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-192-24/+39
* Fixup the 'multiple-vuids' bugs.Jeremy Allison2004-02-133-96/+86
* merge from old APP_HEADGerald Carter2004-02-124-6/+93
* nsswitch/winbindd_util.c:Andrew Bartlett2004-02-081-11/+0
* More 'static' work.Andrew Bartlett2004-02-081-1/+1
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-082-3/+4
* Samba hasn't used this function for ages - it's now handled deep in theAndrew Bartlett2004-02-081-69/+0
* remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter2004-02-021-23/+58
* * BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER;Gerald Carter2004-01-311-11/+4
* cleanup patch for bug 977 so we don't display incorrect debug messagesGerald Carter2004-01-311-8/+12
* Merge of Chris's fix.Jeremy Allison2004-01-281-11/+31
* bug 977 - don't create a homes share for a user if a static share already exi...Gerald Carter2004-01-271-1/+7
* Revise our server-side password change code to cope with the variousAndrew Bartlett2004-01-261-109/+158
* Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we alwaysAndrew Bartlett2004-01-261-0/+2
* reply_spnego_kerberos did not set the domain of the user handed toVolker Lendecke2004-01-151-0/+7
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-152-8/+12
* revert the cracklib changes until post 3.0.2Gerald Carter2004-01-141-58/+23
* On systems without a working cracklib, ensure we don't include the headerAndrew Bartlett2004-01-121-0/+2
* First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett2004-01-121-23/+56
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free().Jeremy Allison2004-01-071-5/+7