summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-24Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison1-0/+1
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison1-2/+7
2003-07-24Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy1-1/+1
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison4-250/+256
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2-1/+3
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison1-2/+8
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter2-2/+2
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-3/+3
2003-07-21Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe1-1/+1
2003-07-18make sure we don't allow the creation of directories containingAndrew Tridgell1-1/+5
2003-07-18this fixes a bug where Samba would under some circumstances returnAndrew Tridgell1-1/+7
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison4-21/+44
2003-07-17Formatting tidyups to match the rest of the source.Jeremy Allison1-23/+33
2003-07-17Correctly toggle the signing state to what it was previosly when sendingJeremy Allison1-3/+8
2003-07-17Don't allow read/write raw when signing is active.Jeremy Allison1-0/+8
2003-07-17Putting the framework for server signing in place. Ensure we don't useJeremy Allison1-0/+12
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-1/+5
2003-07-16Reformatting fixes to bring in line with the rest of the source.Jeremy Allison1-338/+325
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison1-12/+16
2003-07-11fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter1-87/+37
2003-07-11use names from enumerated type to get rid of compiler warningsHerb Lewis1-3/+3
2003-07-09Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe1-1/+1
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-6/+17
2003-07-09Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison1-0/+4
2003-07-09Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison1-15/+14
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison1-2/+0
2003-07-07Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison1-0/+10
2003-07-07Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcacheJeremy Allison1-7/+9