summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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 Allison9-194/+258
2001-03-30Added one more test - just to make sure flag can be unset.Jeremy Allison1-1/+43
2001-03-30Expanded delete on close test to 6 cases. I now understand the semantics ofJeremy Allison1-2/+53
2001-03-30Changed to using GENERIC_XX constants instead of hex values to makeJeremy Allison1-9/+57
2001-03-30Added delete on close test that has allowed me to determine how w2kJeremy Allison1-0/+147
2001-03-29Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison2-0/+42
2001-03-29Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison2-6/+23
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 typo bug spotted by Jim Vopni jimv@metrics.com. Caused no status toJeremy Allison1-1/+1
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter4-165/+165
2001-03-28More memory leaks fixed courtesy of Insure ...Richard Sharpe1-11/+44
2001-03-28Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter1-2/+2
2001-03-28Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison1-194/+110
2001-03-27make protoGerald Carter1-7/+7
2001-03-27merge from 2.2.Gerald Carter4-69/+69
2001-03-27One small Insure fix for a memory leak. More fixes to come perhaps ...Richard Sharpe1-2/+52
2001-03-27Removed NFS quotas code for Solaris as Alan wants to re-write it.Jeremy Allison1-279/+112
2001-03-27Patch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle LPRng v3.16 and above.Jeremy Allison1-11/+30
2001-03-27Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.Jeremy Allison1-112/+279
2001-03-27standards.h only exists on IRIX 6.x and above (Herb please check !).Jeremy Allison2-2/+2
2001-03-27Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison2-52/+84
2001-03-27Fix for ENOSPC from DCB.Jeremy Allison1-4/+10
2001-03-27Bail out early if null passwords and lp_null_passwords not set.Jeremy Allison1-0/+5
2001-03-27merge from 2.2Gerald Carter1-8/+71
2001-03-26Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip onJeremy Allison1-1/+2
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison6-26/+75
2001-03-26Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.Jeremy Allison1-1/+11
2001-03-26Missed a cli_set_port on message code connect.Jeremy Allison1-1/+1
2001-03-26Patch from Sean.Batt@anu.edu.au to ensure error reporting is done beforeJeremy Allison1-3/+3
2001-03-26Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.Jeremy Allison1-1/+13
2001-03-26Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison2-28/+40
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-25merge from 2.2Gerald Carter1-0/+96
2001-03-23Added Gerald's fixes.Jeremy Allison2-3/+0
2001-03-23a much simpler talloc() implementation. This version has the followingAndrew Tridgell2-31/+37
2001-03-23More unused variables.Jeremy Allison3-28/+6
2001-03-23Fix insure-found parameter size missmatch.Jeremy Allison2-3/+3
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 Allison5-17/+210
2001-03-23groupdb/mapping.c:Jeremy Allison5-464/+482
2001-03-23can delete mapping from command line now.Jean-François Micouleau1-12/+15
2001-03-23Sync up with 2.2 ACL code.Jeremy Allison2-52/+84
2001-03-23first pass of the new group mapping codeJean-François Micouleau10-519/+2208
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison3-338/+710
2001-03-21Fix memory leak when doing DLIST_REMOVE(head,head).Jeremy Allison1-1/+1
2001-03-21added -E option (for exit on errors)Andrew Tridgell1-2/+8
2001-03-21latest attempt at lanman1 wildcard matchingAndrew Tridgell1-4/+20