summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't need srvstr_push_size or srvstr_pull_sizeAndrew Tridgell2001-03-141-40/+0
* converted the smb messaging code to unicodeAndrew Tridgell2001-03-141-17/+15
* converted a bunch more trans2 calls for unicode. This got quite tricky :(Andrew Tridgell2001-03-141-179/+145
* fixed srvstr_push() callAndrew Tridgell2001-03-131-1/+1
* converted a bunch more fns to unicodeAndrew Tridgell2001-03-131-14/+12
* Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison2001-03-131-2/+9
* simpler and more correct srvstr_push()Andrew Tridgell2001-03-133-25/+25
* converted reply_tcon()Andrew Tridgell2001-03-131-40/+22
* converted a bunch more server functions to unicodeAndrew Tridgell2001-03-131-10/+20
* added STR_ASCII flag to srvstr_pull()Andrew Tridgell2001-03-131-2/+2
* - convert chkpathAndrew Tridgell2001-03-131-4/+5
* converted findnext to unicodeAndrew Tridgell2001-03-131-1/+1
* this patch does a number of things:Andrew Tridgell2001-03-135-93/+127
* Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison2001-03-131-3/+3
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-2/+0
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-112-4/+4
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-1134-125/+1
* converted reply_open, reply_open_and_x and reply_fcloseAndrew Tridgell2001-03-101-8/+11
* started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell2001-03-103-36/+225