Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 2002-03-23 | 1 | -1/+1 |
| | | | | | | memory between users of shared libs. Andrew Bartlett | ||||
* | Fix stupid typo ! | Jeremy Allison | 2002-02-05 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Fixup error mapping so we have only one table containing errno -> dos error ↵ | Jeremy Allison | 2002-01-16 | 1 | -28/+26 |
| | | | | | | | -> NT STATUS maps. Fixes problem with disk full returning incorrect error. Jeremy. | ||||
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵ | Andrew Tridgell | 2001-09-04 | 1 | -2/+2 |
| | | | | the client code still needs some work | ||||
* | more NTSTATUS/WERROR conversion | Andrew Tridgell | 2001-09-03 | 1 | -3/+3 |
| | |||||
* | Changes from APPLIANCE_HEAD (per Tim Potter): | David O'Neill | 2000-09-01 | 1 | -0/+75 |
- 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 |