summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()Jeremy Allison2001-04-151-6/+13
* This little piece of insanity is inspired by theJeremy Allison2001-04-141-3/+18
* configure:Jeremy Allison2001-04-146-22/+116
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+2
* Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison2001-04-131-1/+9
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-3/+3
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-134-8/+8
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-134-9/+31
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-6/+5
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-22/+22
* Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-092-0/+27
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-085-5/+5
* Fix from Ed Boraas for not core dumping when out of connection structs.Jeremy Allison2001-04-061-1/+0
* Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota codeJeremy Allison2001-04-051-6/+6
* Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>Jeremy Allison2001-04-011-112/+275
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-312-11/+28
* utils/torture.c: Added one more delete on close test.Jeremy Allison2001-03-301-3/+3
* Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison2001-03-301-1/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-305-155/+194
* Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.Jeremy Allison2001-03-281-1/+1
* Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison2001-03-281-194/+110
* Removed NFS quotas code for Solaris as Alan wants to re-write it.Jeremy Allison2001-03-271-279/+112
* Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.Jeremy Allison2001-03-271-112/+279
* Bail out early if null passwords and lp_null_passwords not set.Jeremy Allison2001-03-271-0/+5
* Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip onJeremy Allison2001-03-261-1/+2
* Patch from Sean.Batt@anu.edu.au to ensure error reporting is done beforeJeremy Allison2001-03-261-3/+3
* smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison2001-03-263-15/+15
* Ensure get/set NT ACL code is redirected through vfs.Jeremy Allison2001-03-261-2/+2
* smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.Jeremy Allison2001-03-262-67/+19
* More unused variables.Jeremy Allison2001-03-231-14/+0
* Made the fixes Andrew suggested to asci string code to use srvstr_push.Jeremy Allison2001-03-231-2/+2
* Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison2001-03-232-17/+121
* groupdb/mapping.c:Jeremy Allison2001-03-231-1/+7
* Sync up with 2.2 ACL code.Jeremy Allison2001-03-231-48/+84
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-0/+5
* New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison2001-03-221-338/+684
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-2/+1
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-2/+2
* fixed some compilation errors with IRIX ccAndrew Tridgell2001-03-181-2/+2
* ADMIN$ is an IPC share, not a disk shareAndrew Tridgell2001-03-171-1/+1
* lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2001-03-171-3/+20
* I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison2001-03-171-67/+175
* don't need to force unicode strings in flg2 anymoreAndrew Tridgell2001-03-161-4/+3
* finished the conversion to unicode of the last of the trans2 fnsAndrew Tridgell2001-03-161-18/+6
* converted the nttrans code to unicode on the wireAndrew Tridgell2001-03-161-117/+13
* converted reply_printqueueAndrew Tridgell2001-03-161-3/+3
* converted reply_searchAndrew Tridgell2001-03-161-7/+9
* enable unicode on the wire by default in smbdAndrew Tridgell2001-03-161-2/+2
* Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison2001-03-151-12/+32
* Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison2001-03-151-3/+12