summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell8-34/+56
2000-09-12we should not lowercase the username we receive inAndrew Tridgell1-2/+0
2000-09-12much nicer message interface. We now register dispatch functions,Andrew Tridgell3-28/+66
2000-09-11Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison2-8/+11
2000-09-11Fix for malloc of zero bytes found by insure.Jeremy Allison1-0/+5
2000-09-11debug messages now work for nmbdAndrew Tridgell2-82/+79
2000-09-11a simple test program I use to test the debug message systemAndrew Tridgell1-0/+63
2000-09-11the first cut of the internal messaging system.Andrew Tridgell12-101/+306
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison5-6/+137
2000-09-08Fixed up get_a_printer_driver_3 so it looks in the tdb using the correctJeremy Allison1-0/+11
2000-09-08Fixed typo where docname was being checked for datatype - was causingJeremy Allison1-1/+1
2000-09-08Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison2-1/+2
2000-09-07Fixed the printerdata code to return NO_MORE_ITEMS if a size is requestedJeremy Allison1-1/+20
2000-09-07Added code to return NO_MORE_ENTRIES when trying to determineJeremy Allison1-0/+12
2000-09-07Hopefully this should fix the primary group permission problem.Tim Potter1-2/+0
2000-09-06Temporary fix to convert from level6 (Win2k) to level 3 (NT4)Jeremy Allison1-1/+28
2000-09-06Fix from John Reilly for double free of printer struct.Jeremy Allison1-3/+4
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison6-30/+76
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison5-4/+180
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill9-63/+213
2000-09-01Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops.Jeremy Allison1-3/+3
2000-09-01-U% should be an anonymous connection. Fixed bug whereGerald Carter1-1/+2
2000-09-01Fix for swat to return correct MIME type for text files. From "RonTim Potter1-0/+2
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison6-3/+152
2000-08-31make sure a couple of variables are initialisedAndrew Tridgell1-2/+2
2000-08-31fixed "admin users" option with new security codeAndrew Tridgell1-0/+5
2000-08-31Removed compiler warning.Tim Potter1-5/+5
2000-08-30Fixed overrun write error when using debuglevel > 50.Jeremy Allison1-1/+1
2000-08-30Fixed error returns for moving printer driver files around so genericJeremy Allison3-11/+22
2000-08-30Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison3-2/+12
2000-08-30Fix for bind interfaces only sometimes picking the wrong IP addressJeremy Allison1-2/+24
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison8-13/+112
2000-08-29missed removing the static declaration of strwicmp()Gerald Carter1-1/+0
2000-08-29make protoGerald Carter1-0/+2
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter3-33/+103
2000-08-29added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter1-0/+1
2000-08-29fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter1-16/+17
2000-08-29added -A <authfile> option to smbclient for the reading of username /Gerald Carter1-9/+71
2000-08-29needed to use strwicmp() in smbclient code, so I moved it to util_str.cGerald Carter2-31/+30
2000-08-29make rpcclent by default.Gerald Carter1-1/+1
2000-08-29This doesn't compile but is a placeholder for moving the UNIXJeremy Allison1-0/+618
2000-08-28smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2-3/+2
2000-08-28Merge bug - still getting used to dirdiff.Tim Potter1-1/+0
2000-08-28Oops - missed a file.Tim Potter1-0/+42
2000-08-28Merge from appliance branch.Tim Potter3-0/+12
2000-08-28yipee!Andrew Tridgell5-6/+24
2000-08-28made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell1-37/+34
2000-08-28arrgh.Andrew Tridgell1-0/+4
2000-08-25vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2-3/+3
2000-08-25Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.Tim Potter1-1/+1