summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-31only honor the first OID in the sessetup snego negotiate. DeviatesGerald Carter1-4/+15
2003-07-31Wrap calls to change_oem_password() in become_root()/unbecome_root() pairsJeremy Allison2-61/+66
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-07-29Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison1-9/+20
2003-07-29Finish tridge's patch as referenced here :Jeremy Allison1-0/+17
2003-07-27Allow the stat cache to better handle invalid multibyte strings, by usingAndrew Bartlett1-8/+25
2003-07-27Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett1-11/+4
2003-07-27Some small fixes to our charset conversion code:Andrew Bartlett1-3/+4
2003-07-25Start the packet signing engine in the kerberos case in the same placeJeremy Allison1-3/+8
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter3-5/+5
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter3-3/+3