summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 2 more places where win2003 forces UCS2Andrew Tridgell2003-06-061-2/+2
* - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell2003-06-061-3/+3
* make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell2003-06-061-1/+2
* - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-061-5/+5
* fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell2003-06-061-2/+1
* fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell2003-06-061-5/+5
* removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell2003-06-061-8/+0
* Added EA operations to VFS layer.Jeremy Allison2003-06-062-1/+81
* fixed the termination of several trans2 stringsAndrew Tridgell2003-06-041-3/+3
* shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell2003-06-041-1/+1
* added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell2003-06-011-3/+9
* fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell2003-06-011-35/+2
* Got us happy running under valgrind again :-).Jeremy Allison2003-05-313-0/+10
* Fixes to stop valgrind complaining about uninitialised memory when it'sJeremy Allison2003-05-312-0/+16
* Ensure 'blank' entries show up in both default and normal entries toJeremy Allison2003-05-301-13/+7
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-294-235/+256
* Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-107/+14
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* Fix printf warnings in debug statments.Tim Potter2003-05-271-2/+2
* Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5