summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-04-18a missing string conversion.Jean-François Micouleau1-1/+1
2001-04-18new files for headAndrew Tridgell2-0/+750
2001-04-18merge from 2.2Andrew Tridgell4-788/+46
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2-8/+17
2001-04-18Rememver to use VFS at all times... even in new user_can_read_file code :-).Jeremy Allison1-3/+3
2001-04-16hide unreadable patch from idraAndrew Tridgell1-0/+49
2001-04-16Finally got the semantics right (hurrah!).Jeremy Allison1-6/+14
2001-04-16Correct fix for open readonly with truncate.Jeremy Allison1-17/+18
2001-04-15Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()Jeremy Allison1-6/+13
2001-04-14This little piece of insanity is inspired by theJeremy Allison1-3/+18
2001-04-14configure:Jeremy Allison6-22/+116
2001-04-13Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison1-0/+2
2001-04-13Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison1-1/+9
2001-04-13Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison1-3/+3
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison4-8/+8
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