summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0110-64/+222
* 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
* fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter2000-08-291-16/+17
* added -A <authfile> option to smbclient for the reading of username /Gerald Carter2000-08-291-9/+71
* needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2000-08-292-31/+30
* make rpcclent by default.Gerald Carter2000-08-291-1/+1
* added the -A <authfile> option for allowing the reading of userGerald Carter2000-08-293-213/+265
* first draft at rpcclient man page for HEAD branch. Taken heavilyGerald Carter2000-08-293-0/+744
* This doesn't compile but is a placeholder for moving the UNIXJeremy Allison2000-08-291-0/+618
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-282-3/+2
* added a little description of useage and output format since this givesHerb Lewis2000-08-281-1/+27
* fixed typos spotted by Ron Alexander <rcalex@home.com>Gerald Carter2000-08-282-2/+2
* script written by herb for reporting which smb.conf parametersGerald Carter2000-08-281-0/+96
* Merge bug - still getting used to dirdiff.Tim Potter2000-08-281-1/+0
* Oops - missed a file.Tim Potter2000-08-281-0/+42
* Merge from appliance branch.Tim Potter2000-08-283-0/+12
* yipee!Andrew Tridgell2000-08-285-6/+24
* made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell2000-08-281-37/+34
* arrgh.Andrew Tridgell2000-08-281-0/+4
* vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2000-08-252-3/+3
* Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter2000-08-251-1/+1
* - fixed the %U macro so that the old (and documented) semantics workAndrew Tridgell2000-08-251-2/+13