summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Correct fix for excel read-only bug. Add panic for logic error in developer m...Jeremy Allison2003-10-022-6/+7
* Fix for not opening Excel 2000 files that are read-only. Needs tidyingJeremy Allison2003-10-021-3/+4
* Take care of condition where DOS and NT error codes must differ. Found byJeremy Allison2003-09-291-1/+1
* Ensure %S gets expanded in read/write lists.Jeremy Allison2003-09-261-6/+13
* Fix for valid users = %S in homes share.Jeremy Allison2003-09-261-3/+7
* This only touches the fake kaserver support. It adds two parameters:Volker Lendecke2003-09-231-1/+3
* Fix coredump from Samba4 torture suite.Jeremy Allison2003-09-172-0/+5
* Fix OOPS when dealing with mangled names reported by several users.Jeremy Allison2003-09-151-1/+1
* A *curse* upon the person who #ifdefed out the mangle debug statementsJeremy Allison2003-09-151-1/+1
* Fixed typo in debug.Tim Potter2003-09-151-1/+1
* Fix for bug #273 - smbd crash on machine account change.Jeremy Allison2003-09-101-10/+7
* Protect against core dump if ioctl for print job sends invalid fid. FoundJeremy Allison2003-09-081-1/+5
* make sure we substitute basic variables in read/write listGerald Carter2003-09-081-2/+2
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+4
* More cachegrind tuning, plus fix an error message.Jeremy Allison2003-09-052-4/+6
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-055-10/+11
* fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter2003-09-051-1/+4
* Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2003-09-042-99/+63
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-041-0/+4
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-1/+1
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-271-463/+0
* Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison2003-08-271-1/+23
* Fix initial debug.Jeremy Allison2003-08-271-1/+1
* Remove completely unneeded malloc/free out of this codepath.Jeremy Allison2003-08-271-12/+11
* adding some debugs while tracking down a bugGerald Carter2003-08-261-0/+5
* Fix memleak.Volker Lendecke2003-08-251-1/+3
* Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison2003-08-201-1/+1
* metze's autogenerate patch for version.hGerald Carter2003-08-202-2/+2
* Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter2003-08-191-7/+59
* Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison2003-08-193-0/+23
* Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison2003-08-191-2/+4
* Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison2003-08-191-8/+10
* Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett2003-08-181-1/+1
* Added level 262. Found by Samba4 torture tester.Jeremy Allison2003-08-181-0/+44
* Add level 261 to search. Found using Samba4 tester.Jeremy Allison2003-08-181-0/+22
* Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison2003-08-164-71/+256
* Fix memleaks.Volker Lendecke2003-08-151-0/+5
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-1/+1
* get rid of unused callHerb Lewis2003-08-151-12/+0
* Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison2003-08-151-3/+0
* Ignore silently set disposition information when set on a path.Jeremy Allison2003-08-151-1/+2
* nlink field should decrement when delete pending is set.Jeremy Allison2003-08-141-2/+8
* Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison2003-08-141-6/+1
* Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2003-08-142-10/+23
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-144-32/+51
* In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke2003-08-141-15/+2
* Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison2003-08-131-1/+1
* Better path checking for chkpth. We now pass Samba4 chkpath and unlink.Jeremy Allison2003-08-131-4/+25
* More chkpth fixes from Samba4 tests.Jeremy Allison2003-08-131-2/+15
* Ensure we pass the Samba4 unlink test !Jeremy Allison2003-08-131-1/+9