summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix another error code return against Samba4 test suite... Don't allowJeremy Allison2003-08-121-0/+4
* Test invalid map system, map hidden, create mask, force create maskJeremy Allison2003-08-121-1/+1
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-091-1/+1
* Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-073-53/+186
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-072-4/+6
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-074-3/+16
* Spelling.Tim Potter2003-08-061-1/+1
* Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison2003-08-031-0/+6
* Output message saying "signed connect" instead of just connect when signingJeremy Allison2003-08-031-0/+1