samba.git
2000-08-30 Jeremy AllisonFixed overrun write error when using debuglevel > 50.
2000-08-30 Jeremy AllisonFixed error returns for moving printer driver files...
2000-08-30 Jeremy AllisonAdded vfs_unlink call to ensure vfs is used on unlink...
2000-08-30 Jeremy AllisonFix for bind interfaces only sometimes picking the...
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-29 Gerald Cartermissed removing the static declaration of strwicmp()
2000-08-29 Gerald Cartermake proto
2000-08-29 Gerald Carteradded -P (for no prompt) and -A <authfile> options
2000-08-29 Gerald Carteradded a #define for SPOOLSSGETPRINTERDATAEX. Although...
2000-08-29 Gerald Carterfixed previous bug spotted by Elrond in get_printerdriv...
2000-08-29 Gerald Carteradded -A <authfile> option to smbclient for the reading...
2000-08-29 Gerald Carterneeded to use strwicmp() in smbclient code, so I moved...
2000-08-29 Gerald Cartermake rpcclent by default.
2000-08-29 Gerald Carteradded the -A <authfile> option for allowing the reading...
2000-08-29 Gerald Carterfirst draft at rpcclient man page for HEAD branch....
2000-08-29 Jeremy AllisonThis doesn't compile but is a placeholder for moving...
2000-08-28 Jeremy Allisonsmbd/password.c: Fixed typo in Tim's new code that...
2000-08-28 Herb Lewisadded a little description of useage and output format...
2000-08-28 Gerald Carterfixed typos spotted by Ron Alexander <rcalex@home.com>
2000-08-28 Gerald Carterscript written by herb for reporting which smb.conf...
2000-08-28 Tim PotterMerge bug - still getting used to dirdiff.
2000-08-28 Tim PotterOops - missed a file.
2000-08-28 Tim PotterMerge from appliance branch.
2000-08-28 Andrew Tridgellyipee!
2000-08-28 Andrew Tridgellmade reopen_logs() always re-open logs, not try and...
2000-08-28 Andrew Tridgellarrgh.
2000-08-25 Jeremy Allisonvfs write data fix. Fix for name matching in addtosmbpass
2000-08-25 Tim PotterReplaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAI...
2000-08-25 Andrew Tridgell- fixed the %U macro so that the old (and documented...
2000-08-25 Tim PotterUpdated file with version in TNG.
2000-08-24 Jeremy AllisonModified to use sid_to_uid and sid_to_gid. Now ready...
2000-08-23 Jeremy AllisonTidied up some error returns from printing calls. Still...
2000-08-23 Jeremy AllisonDocumentation on NT_USER_TOKEN. Requested by Sander.
2000-08-23 Jeremy AllisonAdded code to do SID to uid/gid conversion. Needed...
2000-08-22 Tim PotterPatch from John Reilly <jreilly@hp.com> for not process...
2000-08-21 Jeremy AllisonFix for safe_free freeing static strings. From Robert...
2000-08-18 Luke Leightonoops. must return "" string and length zero when strle...
2000-08-18 Gerald Carterfixed an off by one error where I was tromping on memory
2000-08-18 Gerald Carterfixed initialization errors (again!) I must have forgot to
2000-08-18 Luke Leightongetfileline() - line with length of zero -> filebuf...
2000-08-18 Gerald Carterchanging some debug message levels
2000-08-17 Gerald CarterFix for Win9x driver downloads when information is
2000-08-17 Gerald Carteradded comment for my own memory purposes
2000-08-16 Gerald Carterhack for unmarshalling unistr's on machines with BIG_EN...
2000-08-16 Gerald Carter- fixed memcpy bug in copy_unistr2()
2000-08-16 Gerald Carterfixed unitialized struct bug in enum_users (whatever...
2000-08-16 Gerald Carterfixed typo.
2000-08-15 Gerald Carterfixed error in [public] spotted by Ron Alexander <rcale...
2000-08-15 Tim PotterMerge of uninitialised variable fix from APPLIANCE_HEAD.
2000-08-15 Jeremy AllisonTidied up extra ()'s.
2000-08-14 Jeremy AllisonReverted the change Luke made. Removed IS_BITS_SET_XX...
2000-08-14 Tim PotterMerge.
2000-08-14 Gerald Carterfixed a few bugs in new_smb_io_relarraystr().
2000-08-14 Tim PotterNT printer permissions test program.
2000-08-14 Luke Leightonrestored IS_BITS_SET_xxx macros.
2000-08-14 Luke Leightonhey, jerry: turns out you _have_ converted to get_safe_...
2000-08-14 Luke Leightonjeremy,
2000-08-14 Gerald Carterminor formatting fixes.
2000-08-14 Gerald Carterfix for new_smb_io_relarraystr() and new_smb_io_relstr()
2000-08-12 Gerald Carterremoved the prs_align in spoolss_smb_io_unistr() ...
2000-08-12 Gerald Carterfixes to prs_unistr UNMARSHALLING only. Problem was...
2000-08-12 Gerald CarterFIxed some unmarshalling problems with relstr and unist...
2000-08-12 Gerald Carterfixed unistr_to_ascii to deal with NULL src strings
2000-08-12 Gerald Carterreworked talloc() to in order to help track down invalid
2000-08-12 Gerald Carterremoved (void) typecast from SMB_ASSERT
2000-08-12 John TerpstraUpdated by Patrick Powell <papowell@lprng.org>
2000-08-11 Jeremy AllisonFixed the problem with UNISTR marshalling in a buffer5...
2000-08-11 Christopher... First shot at actually *doing* WINS failover.
2000-08-11 Jeremy AllisonFix case where volumename could be returned as UNIX...
2000-08-10 Jeremy AllisonAdded "add_printer_hook" call to update printer for...
2000-08-10 Jeremy AllisonTidied up security rights definitions.
2000-08-10 Jeremy AllisonRemoved requirement that sid have an owner before being...
2000-08-10 Gerald CarterWorking on spoolss_getprinterdriver() as it does not...
2000-08-10 Gerald Carterworking on the unmarshalling of dependentfiles to a...
2000-08-10 Gerald Cartercode formatting cleanup
2000-08-10 Gerald Carterdeal with allocation size of 0 in prs_unistr when UNMAR...
2000-08-10 Gerald CarterDeal will NULL UNISTR in unistr_to_ascii
2000-08-10 Gerald Cartertalloc returns 0xdeadbeef when asked to allocate 0...
2000-08-10 Gerald CarterNeeded to add the SHARED attribute bit when creating...
2000-08-09 Jeremy AllisonFixed bug in new printer access check code. If PRINTER_...
2000-08-09 Gerald Cartermake proto
2000-08-09 Gerald CarterMore work on AddPrinterDriver() and AddPrinterEx()...
2000-08-09 Jeremy AllisonFixed memory leak with NT tokens.
2000-08-09 Andrew Tridgellgot error code right for printer update/add failure
2000-08-09 Andrew Tridgelladd printer admin docs
2000-08-09 Andrew Tridgelladded printer admin option
2000-08-09 Gerald CarterFixed AddPrinterDriver()
2000-08-09 Andrew Tridgellfixed help string
2000-08-08 Jeremy AllisonFound the sec_ctx_stack overflow - a become_root()...
2000-08-08 Jeremy AllisonAdded SID "Everyone" S-1-1-0 as always matching if...
2000-08-08 Jeremy AllisonChanged the sec desc access checks to match the spec...
2000-08-08 Gerald Cartermake proto
2000-08-08 Gerald Cartercleanup in init_unistr2_from_unistr()
2000-08-08 Gerald CarterAll changes related to rpcclient...
2000-08-05 Gerald Carterit is not my day it seems. :-(
2000-08-05 Gerald Carterremoved the for() loop to copy the buffer in init_unist...
2000-08-05 Gerald CarterFixed bug in init_unistr2_from_unistr() found by Elrond.
2000-08-04 John TerpstraAdding build file.
2000-08-04 John TerpstraAdding build system files for Caldera OpenLinux.
2000-08-04 Gerald Cartermake proto
next