summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison4-9/+31
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-6/+5
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison1-22/+22
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison2-0/+27
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison5-5/+5
2001-04-06Fix from Ed Boraas for not core dumping when out of connection structs.Jeremy Allison1-1/+0
2001-04-05Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota codeJeremy Allison1-6/+6
2001-04-01Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>Jeremy Allison1-112/+275
2001-03-31started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2-11/+28
2001-03-30utils/torture.c: Added one more delete on close test.Jeremy Allison1-3/+3
2001-03-30Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison1-1/+1
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison5-155/+194
2001-03-28Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.Jeremy Allison1-1/+1
2001-03-28Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison1-194/+110
2001-03-27Removed NFS quotas code for Solaris as Alan wants to re-write it.Jeremy Allison1-279/+112
2001-03-27Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.Jeremy Allison1-112/+279
2001-03-27Bail out early if null passwords and lp_null_passwords not set.Jeremy Allison1-0/+5
2001-03-26Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip onJeremy Allison1-1/+2
2001-03-26Patch from Sean.Batt@anu.edu.au to ensure error reporting is done beforeJeremy Allison1-3/+3
2001-03-26smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison3-15/+15
2001-03-26Ensure get/set NT ACL code is redirected through vfs.Jeremy Allison1-2/+2
2001-03-26smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.Jeremy Allison2-67/+19
2001-03-23More unused variables.Jeremy Allison1-14/+0
2001-03-23Made the fixes Andrew suggested to asci string code to use srvstr_push.Jeremy Allison1-2/+2
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2-17/+121
2001-03-23groupdb/mapping.c:Jeremy Allison1-1/+7
2001-03-23Sync up with 2.2 ACL code.Jeremy Allison1-48/+84
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+5
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison1-338/+684
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-2/+1
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-2/+2
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell1-2/+2
2001-03-17ADMIN$ is an IPC share, not a disk shareAndrew Tridgell1-1/+1
2001-03-17lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison1-3/+20
2001-03-17I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison1-67/+175
2001-03-16don't need to force unicode strings in flg2 anymoreAndrew Tridgell1-4/+3
2001-03-16finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell1-18/+6
2001-03-16converted the nttrans code to unicode on the wireAndrew Tridgell1-117/+13
2001-03-16converted reply_printqueueAndrew Tridgell1-3/+3
2001-03-16converted reply_searchAndrew Tridgell1-7/+9
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell1-2/+2
2001-03-15Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison1-12/+32
2001-03-15Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison1-3/+12
2001-03-14don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell1-40/+0
2001-03-14converted the smb messaging code to unicodeAndrew Tridgell1-17/+15
2001-03-14converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell1-179/+145
2001-03-13fixed srvstr_push() callAndrew Tridgell1-1/+1
2001-03-13converted a bunch more fns to unicodeAndrew Tridgell1-14/+12
2001-03-13Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison1-2/+9
2001-03-13simpler and more correct srvstr_push()Andrew Tridgell3-25/+25