summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* getfileline() - line with length of zero -> filebuf[strlen(filebuf)-1]Luke Leighton2000-08-181-10/+13
* changing some debug message levelsGerald Carter2000-08-181-12/+12
* Fix for Win9x driver downloads when information isGerald Carter2000-08-171-83/+153
* added comment for my own memory purposesGerald Carter2000-08-171-0/+1
* hack for unmarshalling unistr's on machines with BIG_ENDIAN archGerald Carter2000-08-161-2/+19
* - fixed memcpy bug in copy_unistr2()Gerald Carter2000-08-161-7/+21
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* fixed typo.Gerald Carter2000-08-161-1/+1
* fixed error in [public] spotted by Ron Alexander <rcalex@home.com>Gerald Carter2000-08-151-2/+1
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Tidied up extra ()'s.Jeremy Allison2000-08-151-12/+12
* Reverted the change Luke made. Removed IS_BITS_SET_XX macros.Jeremy Allison2000-08-142-18/+7
* Merge.Tim Potter2000-08-141-2/+2
* fixed a few bugs in new_smb_io_relarraystr().Gerald Carter2000-08-141-2/+5
* NT printer permissions test program.Tim Potter2000-08-143-0/+433
* restored IS_BITS_SET_xxx macros.Luke Leighton2000-08-141-0/+5
* hey, jerry: turns out you _have_ converted to get_safe_nt_errmsg!!!Luke Leighton2000-08-141-2/+4
* jeremy,Luke Leighton2000-08-141-11/+15
* minor formatting fixes.Gerald Carter2000-08-141-9/+9
* fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter2000-08-141-2/+2
* removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter2000-08-121-3/+36
* fixes to prs_unistr UNMARSHALLING only. Problem was due to talloc'sGerald Carter2000-08-121-29/+37
* FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter2000-08-123-200/+163
* fixed unistr_to_ascii to deal with NULL src stringsGerald Carter2000-08-121-14/+14
* reworked talloc() to in order to help track down invalidGerald Carter2000-08-122-25/+32
* removed (void) typecast from SMB_ASSERTGerald Carter2000-08-121-1/+1
* Updated by Patrick Powell <papowell@lprng.org>John Terpstra2000-08-121-106/+195
* Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2000-08-112-53/+25
* First shot at actually *doing* WINS failover.Christopher R. Hertel2000-08-111-1/+8
* Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison2000-08-111-2/+6
* Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison2000-08-101-62/+68
* Tidied up security rights definitions.Jeremy Allison2000-08-107-39/+30
* Removed requirement that sid have an owner before being interpreted.Jeremy Allison2000-08-101-18/+9
* Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2000-08-102-6/+21
* working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter2000-08-101-2/+9
* code formatting cleanupGerald Carter2000-08-101-6/+0
* deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter2000-08-101-24/+30
* Deal will NULL UNISTR in unistr_to_asciiGerald Carter2000-08-101-13/+21
* talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter2000-08-101-19/+29
* Needed to add the SHARED attribute bit when creating a printerGerald Carter2000-08-102-10/+15
* Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison2000-08-091-0/+10
* make protoGerald Carter2000-08-091-2/+2
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-096-64/+74
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-094-50/+103
* got error code right for printer update/add failureAndrew Tridgell2000-08-091-3/+3
* add printer admin docsAndrew Tridgell2000-08-091-26/+16
* added printer admin optionAndrew Tridgell2000-08-095-46/+51
* Fixed AddPrinterDriver()Gerald Carter2000-08-091-1/+0
* fixed help stringAndrew Tridgell2000-08-091-1/+2