summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-244-250/+256
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-242-1/+3
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-241-2/+8
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-232-2/+2
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+3
* Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe2003-07-211-1/+1
* make sure we don't allow the creation of directories containingAndrew Tridgell2003-07-181-1/+5
* this fixes a bug where Samba would under some circumstances returnAndrew Tridgell2003-07-181-1/+7
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-184-21/+44
* Formatting tidyups to match the rest of the source.Jeremy Allison2003-07-171-23/+33
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-171-3/+8
* Don't allow read/write raw when signing is active.Jeremy Allison2003-07-171-0/+8
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-171-0/+12
* Add API framework for server SMB signing.Jeremy Allison2003-07-161-1/+5
* Reformatting fixes to bring in line with the rest of the source.Jeremy Allison2003-07-161-338/+325
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-12/+16
* fix sid_to_[uid|gid] (spotted by Volker).Gerald Carter2003-07-111-87/+37
* use names from enumerated type to get rid of compiler warningsHerb Lewis2003-07-111-3/+3
* Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe2003-07-091-1/+1
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-6/+17
* Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison2003-07-091-0/+4
* Ensure we correctly test for errors in uid/gid_to sid.Jeremy Allison2003-07-091-15/+14
* Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2003-07-081-2/+0
* Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison2003-07-071-0/+10
* Fix from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> for new MB statcacheJeremy Allison2003-07-071-7/+9
* Fixed a couple of const issues with the new code.Jeremy Allison2003-07-071-1/+1
* and so it begins....Gerald Carter2003-07-072-13/+409
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-061-1/+1
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-7/+13
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-036-12/+13
* Missed this in the previous patch - we now have a seperate idea of theAndrew Bartlett2003-07-031-1/+1
* Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe2003-07-021-0/+1
* Added fix for Japanese case names in statcache - these can changeJeremy Allison2003-07-021-2/+33
* Whitespace reformat before applying a patch.Jeremy Allison2003-07-021-184/+187
* Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. IncorrectJeremy Allison2003-07-011-1/+1
* Fixed the latest complaint from jcmd :-). We were storing -1 for theJeremy Allison2003-07-011-6/+10
* Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison2003-06-301-20/+10
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-272-7/+11
* large change:Gerald Carter2003-06-251-1/+1
* Fixed the merge_default_aces() code to work correctly with inheritance.Jeremy Allison2003-06-231-11/+38
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-224-10/+10
* Always initialize.Andrew Bartlett2003-06-211-0/+2
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-3/+0
* Fixed sorting algorithm to prevent problems with W2K clients.Jeremy Allison2003-06-201-2/+2
* Mapping of Windows ACL inheritance and protected bits onto extended attributesJeremy Allison2003-06-201-16/+461
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-1/+1
* Fix an spelling mistake.Richard Sharpe2003-06-131-1/+1
* Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett2003-06-071-6/+14
* * add in David Lee's utmp patch (defaults to on if available)Gerald Carter2003-06-062-11/+18
* SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell2003-06-061-1/+1