1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

168 Commits

Author SHA1 Message Date
David O'Neill
a3a28675fa Changes from APPLIANCE_HEAD (per Tim Potter):
- make proto
	- addition of function to convert from errno values to NT status codes
	  (source/lib/error.c)
	- purge queue done without full access permission will purge only the
	  jobs owned by that user, rather than failing.
	- unlock job database tdb before sending job to printer
	- in print_job_start(), ensure that we don't pick a jobid with an existing
	  temporary file that may be owned by another user, as it causes silent
	  failures.
	- fixes for printer permission checking for NT5 clients
	  (source/include/rpc_spoolss.h, source/printing/nt_printing.c,
	   source/printing/printing.c, source/rpc_server/srv_spoolss_nt.c)
	- change from uint8 to 'enum SID_NAME_USE' (source/rpc_server/srv_lsa.c)
	- fixed memory leaks for win95 driver download process
	  (source/smbd/lanman.c)
	- properly free prs_structs and dacl in testsuite/printing/psec.c
(This used to be commit 74af3e2cae)
2000-09-01 18:49:26 +00:00
Tim Potter
3628c65e3c Merge.
(This used to be commit 604f6a34ef)
2000-08-14 21:27:54 +00:00
Tim Potter
b5f75af6f9 NT printer permissions test program.
(This used to be commit 9af82423d2)
2000-08-14 18:39:51 +00:00
Tim Potter
affabf1909 Test for reloading smb.conf after SIGHUP. Needs to be run as root.
(This used to be commit db54e72d2f)
2000-07-24 06:18:21 +00:00
Tim Potter
7e7d0598c6 se_access_check() tests.
(This used to be commit bba912cad8)
2000-07-06 07:12:13 +00:00
Tim Potter
f08e3c36b0 Added more args to smbclient wrapper - there's probably a better way
to do this.
(This used to be commit 8de200ecbc)
2000-06-30 06:18:42 +00:00
Tim Potter
8a62ee4974 Don't return a value for a void function.
(This used to be commit 66fd7da08f)
2000-06-23 07:02:59 +00:00
Tim Potter
a90b7ab61b Test harness stuff for compiling things.
(This used to be commit 0af2a1ea69)
2000-06-23 07:00:43 +00:00
Tim Potter
c4f74ddb83 Tests for new security context stuff.
(This used to be commit 85a68bc449)
2000-06-23 06:21:08 +00:00
Tim Potter
5ca89e3952 Start of test blurb.
(This used to be commit cb9d9e4f89)
2000-05-24 06:40:39 +00:00
Tim Potter
5711e0af18 Test transfer of large random file w/o corruption.
(This used to be commit a9790f1961)
2000-05-24 06:40:11 +00:00
Tim Potter
b0953a3595 Fix to return buffer output properly.
(This used to be commit 6d50bb36a6)
2000-05-24 06:39:48 +00:00
Tim Potter
bbc94ebb4b Test various operations on ipc$ share.
(This used to be commit 5b3fcc303d)
2000-05-24 06:20:08 +00:00
Tim Potter
2962a4cc61 Testharness for masktest program.
(This used to be commit 4a14b16cd1)
2000-05-24 06:03:00 +00:00
Tim Potter
efc723ddd1 Test wildcard rename function.
(This used to be commit a9133e2df0)
2000-05-24 05:58:58 +00:00
Tim Potter
1f37fca4c5 Environment variables for single server test scripts.
(This used to be commit 82ff52ee86)
2000-05-24 05:52:23 +00:00
Tim Potter
8af41e021f Routines for driving smbclient from DejaGnu.
(This used to be commit fa6a360abe)
2000-05-24 05:51:52 +00:00
Tim Potter
75ebfc6f7a Merge from TNG.
(This used to be commit af5ded9f17)
2000-05-12 06:55:09 +00:00