summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-09-08make sure we substitute basic variables in read/write listGerald Carter1-2/+2
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+4
2003-09-05More cachegrind tuning, plus fix an error message.Jeremy Allison2-4/+6
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison5-10/+11
2003-09-05fix bug 397: use a variant of alloc_sub_basic() for string lists.Gerald Carter1-1/+4
2003-09-04Fix UNIX passwd sync properly. I've finally understoodJeremy Allison2-99/+63
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+4
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-1/+1
2003-08-27Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter1-463/+0
2003-08-27Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison1-1/+23
2003-08-27Fix initial debug.Jeremy Allison1-1/+1
2003-08-27Remove completely unneeded malloc/free out of this codepath.Jeremy Allison1-12/+11
2003-08-26adding some debugs while tracking down a bugGerald Carter1-0/+5
2003-08-25Fix memleak.Volker Lendecke1-1/+3
2003-08-20Attempt to fix the charcnv issues causing nmbd to crash. If we get a failedJeremy Allison1-1/+1
2003-08-20metze's autogenerate patch for version.hGerald Carter2-2/+2
2003-08-19Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter1-7/+59
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison3-0/+23
2003-08-19Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison1-2/+4
2003-08-19Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison1-8/+10
2003-08-18Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett1-1/+1
2003-08-18Added level 262. Found by Samba4 torture tester.Jeremy Allison1-0/+44
2003-08-18Add level 261 to search. Found using Samba4 tester.Jeremy Allison1-0/+22
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison4-71/+256
2003-08-15Fix memleaks.Volker Lendecke1-0/+5
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-08-15get rid of unused callHerb Lewis1-12/+0
2003-08-15Fix attribute set using setfileinfo - Samba4 found.Jeremy Allison1-3/+0
2003-08-15Ignore silently set disposition information when set on a path.Jeremy Allison1-1/+2
2003-08-14nlink field should decrement when delete pending is set.Jeremy Allison1-2/+8
2003-08-14Fix setfileinfo level 1 - it only takes 12 bytes. Found by Samba4Jeremy Allison1-6/+1
2003-08-14Fix changing of attributes via setattr. Samba4 test fixes.Jeremy Allison2-10/+23
2003-08-14Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison4-32/+51
2003-08-14In ads_verify_realm, all we use in the ADS_STRUCT is theVolker Lendecke1-15/+2
2003-08-13Query volume info level 2 fix - found by Samba4 tester.Jeremy Allison1-1/+1
2003-08-13Better path checking for chkpth. We now pass Samba4 chkpath and unlink.Jeremy Allison1-4/+25
2003-08-13More chkpth fixes from Samba4 tests.Jeremy Allison1-2/+15
2003-08-13Ensure we pass the Samba4 unlink test !Jeremy Allison1-1/+9
2003-08-12Fix another error code return against Samba4 test suite... Don't allowJeremy Allison1-0/+4
2003-08-12Test invalid map system, map hidden, create mask, force create maskJeremy Allison1-1/+1
2003-08-09fix for BUG #267 (problem with supplementary groups).Gerald Carter1-1/+1
2003-08-07Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison3-53/+186
2003-08-07An oplock break reply from the client causes the sequence number to beJeremy Allison2-4/+6
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison4-3/+16
2003-08-06Spelling.Tim Potter1-1/+1
2003-08-03Fix up #defines around utmp_host and utmp_name. Noticed by Cord.Hockemeyer@un...Jeremy Allison1-0/+6
2003-08-03Output message saying "signed connect" instead of just connect when signingJeremy Allison1-0/+1
2003-08-02Ensure we don't leak any sign records on cancel of pending requests.Jeremy Allison2-0/+2
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2-3/+5
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison3-0/+18