summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-07Fixed a couple of const issues with the new code.Jeremy Allison1-1/+1
2003-07-07and so it begins....Gerald Carter2-13/+409
2003-07-06This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett1-1/+1
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett1-7/+13
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison6-12/+13
2003-07-03Missed this in the previous patch - we now have a seperate idea of theAndrew Bartlett1-1/+1
2003-07-02Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe1-0/+1
2003-07-02Added fix for Japanese case names in statcache - these can changeJeremy Allison1-2/+33
2003-07-02Whitespace reformat before applying a patch.Jeremy Allison1-184/+187
2003-07-01Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. IncorrectJeremy Allison1-1/+1
2003-07-01Fixed the latest complaint from jcmd :-). We were storing -1 for theJeremy Allison1-6/+10
2003-06-30Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison1-20/+10
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2-7/+11
2003-06-25large change:Gerald Carter1-1/+1
2003-06-23Fixed the merge_default_aces() code to work correctly with inheritance.Jeremy Allison1-11/+38
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce4-10/+10
2003-06-21Always initialize.Andrew Bartlett1-0/+2
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-3/+0