summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* fixed typoGerald Carter2000-09-141-1/+1
* Ensure old DACL and SACL are preserved if the new SD is a 'set' only.Jeremy Allison2000-09-131-2/+11
* Added SIGHUP when printer deleted as well as added.Jeremy Allison2000-09-131-0/+3
* don't show equivalent enum options in swatAndrew Tridgell2000-09-131-5/+8
* first cut at smbcontrol program. It currently allows syntax like:Andrew Tridgell2000-09-135-18/+209
* When creating a print job entry for the printing backend, use the WindowsTim Potter2000-09-131-11/+21
* Added time check test before allowing print job.Jeremy Allison2000-09-132-1/+13
* Added missing break statement for manage documents check inTim Potter2000-09-131-1/+3
* Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison2000-09-121-0/+1
* Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison2000-09-121-1/+1
* With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison2000-09-121-1/+0
* spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2000-09-123-3/+11
* fixed a race in the pipe() setup in sys_select()Andrew Tridgell2000-09-121-1/+1
* - fixed some memory leaks in the messages codeAndrew Tridgell2000-09-123-4/+50
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-128-34/+56
* we should not lowercase the username we receive inAndrew Tridgell2000-09-121-2/+0
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-123-28/+66
* Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison2000-09-112-8/+11
* Fix for malloc of zero bytes found by insure.Jeremy Allison2000-09-111-0/+5
* debug messages now work for nmbdAndrew Tridgell2000-09-112-82/+79
* a simple test program I use to test the debug message systemAndrew Tridgell2000-09-111-0/+63
* the first cut of the internal messaging system.Andrew Tridgell2000-09-1112-101/+306
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-095-6/+137
* Fixed up get_a_printer_driver_3 so it looks in the tdb using the correctJeremy Allison2000-09-081-0/+11
* Fixed typo where docname was being checked for datatype - was causingJeremy Allison2000-09-081-1/+1
* Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison2000-09-082-1/+2
* Fixed the printerdata code to return NO_MORE_ITEMS if a size is requestedJeremy Allison2000-09-071-1/+20
* Added code to return NO_MORE_ENTRIES when trying to determineJeremy Allison2000-09-071-0/+12
* Hopefully this should fix the primary group permission problem.Tim Potter2000-09-071-2/+0
* Temporary fix to convert from level6 (Win2k) to level 3 (NT4)Jeremy Allison2000-09-061-1/+28
* Fix from John Reilly for double free of printer struct.Jeremy Allison2000-09-061-3/+4
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-066-30/+76
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-055-4/+180
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-019-63/+213
* Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops.Jeremy Allison2000-09-011-3/+3
* -U% should be an anonymous connection. Fixed bug whereGerald Carter2000-09-011-1/+2
* Fix for swat to return correct MIME type for text files. From "RonTim Potter2000-09-011-0/+2
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-316-3/+152
* make sure a couple of variables are initialisedAndrew Tridgell2000-08-311-2/+2
* fixed "admin users" option with new security codeAndrew Tridgell2000-08-311-0/+5
* Removed compiler warning.Tim Potter2000-08-311-5/+5
* Fixed overrun write error when using debuglevel > 50.Jeremy Allison2000-08-301-1/+1
* Fixed error returns for moving printer driver files around so genericJeremy Allison2000-08-303-11/+22
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-303-2/+12
* Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison2000-08-301-2/+24
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-308-13/+112
* missed removing the static declaration of strwicmp()Gerald Carter2000-08-291-1/+0
* make protoGerald Carter2000-08-291-0/+2
* added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-293-33/+103
* added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter2000-08-291-0/+1