Age | Commit message (Expand) | Author | Files | Lines |
2000-08-14 | Merge. | Tim Potter | 1 | -2/+2 |
2000-08-14 | fixed a few bugs in new_smb_io_relarraystr(). | Gerald Carter | 1 | -2/+5 |
2000-08-14 | NT printer permissions test program. | Tim Potter | 3 | -0/+433 |
2000-08-14 | restored IS_BITS_SET_xxx macros. | Luke Leighton | 1 | -0/+5 |
2000-08-14 | hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!! | Luke Leighton | 1 | -2/+4 |
2000-08-14 | jeremy, | Luke Leighton | 1 | -11/+15 |
2000-08-14 | minor formatting fixes. | Gerald Carter | 1 | -9/+9 |
2000-08-14 | fix for new_smb_io_relarraystr() and new_smb_io_relstr() | Gerald Carter | 1 | -2/+2 |
2000-08-12 | removed the prs_align in spoolss_smb_io_unistr() (JF, please check) | Gerald Carter | 1 | -3/+36 |
2000-08-12 | fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc's | Gerald Carter | 1 | -29/+37 |
2000-08-12 | FIxed some unmarshalling problems with relstr and unistr arrays | Gerald Carter | 3 | -200/+163 |
2000-08-12 | fixed unistr_to_ascii to deal with NULL src strings | Gerald Carter | 1 | -14/+14 |
2000-08-12 | reworked talloc() to in order to help track down invalid | Gerald Carter | 2 | -25/+32 |
2000-08-12 | removed (void) typecast from SMB_ASSERT | Gerald Carter | 1 | -1/+1 |
2000-08-12 | Updated by Patrick Powell <papowell@lprng.org> | John Terpstra | 1 | -106/+195 |
2000-08-11 | Fixed the problem with UNISTR marshalling in a buffer5 struct. | Jeremy Allison | 2 | -53/+25 |
2000-08-11 | First shot at actually *doing* WINS failover. | Christopher R. Hertel | 1 | -1/+8 |
2000-08-11 | Fix case where volumename could be returned as UNIX charset or DOS codepage | Jeremy Allison | 1 | -2/+6 |
2000-08-10 | Added "add_printer_hook" call to update printer for Win9x clients. | Jeremy Allison | 1 | -62/+68 |
2000-08-10 | Tidied up security rights definitions. | Jeremy Allison | 7 | -39/+30 |
2000-08-10 | Removed requirement that sid have an owner before being interpreted. | Jeremy Allison | 1 | -18/+9 |
2000-08-10 | Working on spoolss_getprinterdriver() as it does not display all the | Gerald Carter | 2 | -6/+21 |
2000-08-10 | working on the unmarshalling of dependentfiles to a DRIVER_INFO_3 | Gerald Carter | 1 | -2/+9 |
2000-08-10 | code formatting cleanup | Gerald Carter | 1 | -6/+0 |
2000-08-10 | deal with allocation size of 0 in prs_unistr when UNMARSHALLING | Gerald Carter | 1 | -24/+30 |
2000-08-10 | Deal will NULL UNISTR in unistr_to_ascii | Gerald Carter | 1 | -13/+21 |
2000-08-10 | talloc returns 0xdeadbeef when asked to allocate 0 bytes | Gerald Carter | 1 | -19/+29 |
2000-08-10 | Needed to add the SHARED attribute bit when creating a printer | Gerald Carter | 2 | -10/+15 |
2000-08-09 | Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changed | Jeremy Allison | 1 | -0/+10 |
2000-08-09 | make proto | Gerald Carter | 1 | -2/+2 |
2000-08-09 | More work on AddPrinterDriver() and AddPrinterEx() client RPC's | Gerald Carter | 6 | -64/+74 |
2000-08-09 | Fixed memory leak with NT tokens. | Jeremy Allison | 4 | -50/+103 |
2000-08-09 | got error code right for printer update/add failure | Andrew Tridgell | 1 | -3/+3 |
2000-08-09 | add printer admin docs | Andrew Tridgell | 1 | -26/+16 |
2000-08-09 | added printer admin option | Andrew Tridgell | 5 | -46/+51 |
2000-08-09 | Fixed AddPrinterDriver() | Gerald Carter | 1 | -1/+0 |
2000-08-09 | fixed help string | Andrew Tridgell | 1 | -1/+2 |
2000-08-08 | Found the sec_ctx_stack overflow - a become_root() should have been an | Jeremy Allison | 1 | -1/+1 |
2000-08-08 | Added SID "Everyone" S-1-1-0 as always matching if present in an ACE. | Jeremy Allison | 1 | -4/+17 |
2000-08-08 | Changed the sec desc access checks to match the spec. Needs testing. | Jeremy Allison | 2 | -223/+149 |
2000-08-08 | make proto | Gerald Carter | 1 | -2/+14 |
2000-08-08 | cleanup in init_unistr2_from_unistr() | Gerald Carter | 1 | -27/+19 |
2000-08-08 | All changes related to rpcclient... | Gerald Carter | 7 | -11/+487 |
2000-08-05 | it is not my day it seems. :-( | Gerald Carter | 1 | -1/+1 |
2000-08-05 | removed the for() loop to copy the buffer in init_unistr2_from_unistr() | Gerald Carter | 1 | -3/+2 |
2000-08-05 | Fixed bug in init_unistr2_from_unistr() found by Elrond. | Gerald Carter | 1 | -1/+1 |
2000-08-04 | Adding build file. | John Terpstra | 1 | -0/+14 |
2000-08-04 | Adding build system files for Caldera OpenLinux. | John Terpstra | 2 | -0/+311 |
2000-08-04 | make proto | Gerald Carter | 1 | -1/+1 |
2000-08-04 | spoolss_addprinterex() was adding the printer and returning the | Gerald Carter | 2 | -26/+28 |