summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-08-14fixed a few bugs in new_smb_io_relarraystr().Gerald Carter1-2/+5
2000-08-14NT printer permissions test program.Tim Potter3-0/+433
2000-08-14restored IS_BITS_SET_xxx macros.Luke Leighton1-0/+5
2000-08-14hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton1-2/+4
2000-08-14jeremy,Luke Leighton1-11/+15
2000-08-14minor formatting fixes.Gerald Carter1-9/+9
2000-08-14fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter1-2/+2
2000-08-12removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter1-3/+36
2000-08-12fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter1-29/+37
2000-08-12FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter3-200/+163
2000-08-12fixed unistr_to_ascii to deal with NULL src stringsGerald Carter1-14/+14
2000-08-12reworked talloc() to in order to help track down invalidGerald Carter2-25/+32
2000-08-12removed (void) typecast from SMB_ASSERTGerald Carter1-1/+1
2000-08-12Updated by Patrick Powell <papowell@lprng.org>John Terpstra1-106/+195
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2-53/+25
2000-08-11First shot at actually *doing* WINS failover.Christopher R. Hertel1-1/+8
2000-08-11Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison1-2/+6
2000-08-10Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison1-62/+68
2000-08-10Tidied up security rights definitions.Jeremy Allison7-39/+30
2000-08-10Removed requirement that sid have an owner before being interpreted.Jeremy Allison1-18/+9
2000-08-10Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2-6/+21
2000-08-10working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter1-2/+9
2000-08-10code formatting cleanupGerald Carter1-6/+0
2000-08-10deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter1-24/+30
2000-08-10Deal will NULL UNISTR in unistr_to_asciiGerald Carter1-13/+21
2000-08-10talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter1-19/+29
2000-08-10Needed to add the SHARED attribute bit when creating a printerGerald Carter2-10/+15
2000-08-09Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison1-0/+10
2000-08-09make protoGerald Carter1-2/+2
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter6-64/+74
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison4-50/+103
2000-08-09got error code right for printer update/add failureAndrew Tridgell1-3/+3
2000-08-09add printer admin docsAndrew Tridgell1-26/+16
2000-08-09added printer admin optionAndrew Tridgell5-46/+51
2000-08-09Fixed AddPrinterDriver()Gerald Carter1-1/+0
2000-08-09fixed help stringAndrew Tridgell1-1/+2
2000-08-08Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison1-1/+1
2000-08-08Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.Jeremy Allison1-4/+17
2000-08-08Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2-223/+149
2000-08-08make protoGerald Carter1-2/+14
2000-08-08cleanup in init_unistr2_from_unistr()Gerald Carter1-27/+19
2000-08-08All changes related to rpcclient...Gerald Carter7-11/+487
2000-08-05it is not my day it seems. :-(Gerald Carter1-1/+1
2000-08-05removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter1-3/+2
2000-08-05Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter1-1/+1
2000-08-04Adding build file.John Terpstra1-0/+14
2000-08-04Adding build system files for Caldera OpenLinux.John Terpstra2-0/+311
2000-08-04make protoGerald Carter1-1/+1
2000-08-04spoolss_addprinterex() was adding the printer and returning theGerald Carter2-26/+28
2000-08-04Fixed up se_access_check() to use the token list from the user structJeremy Allison1-82/+32