Age | Commit message (Expand) | Author | Files | Lines |
2000-10-25 | Removed erroneous +1's on length of unicode domain names for various | Tim Potter | 1 | -2/+2 |
2000-10-20 | Merge from appliance-head | Tim Potter | 1 | -1/+5 |
2000-10-18 | Merge of rpc parse buffer underflow debug code. | Tim Potter | 1 | -0/+19 |
2000-10-13 | Fixes to get ms-dfs code to compile with the new changes. | Jeremy Allison | 1 | -2/+3 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 2 | -7/+11 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -2/+2 |
2000-10-11 | Don't initialise groups twice. | Tim Potter | 1 | -1/+0 |
2000-10-10 | Fix found by Andrew to stop local/remote printers being | Jeremy Allison | 1 | -3/+18 |
2000-10-10 | a netlogon enum trust query doesn't have a function_code at end. | Jean-François Micouleau | 1 | -12/+55 |
2000-10-09 | I introduced a bug in my last commits. Hopefully nobody noticed :-) | Jean-François Micouleau | 1 | -2/+2 |
2000-10-07 | more cleanup of samr | Jean-François Micouleau | 1 | -62/+65 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 3 | -198/+522 |
2000-10-06 | Proto update. Also fix from John Reilly @ HP for not showing APW with W2K. | Jeremy Allison | 1 | -7/+14 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -3/+1 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 3 | -48/+3 |
2000-10-03 | Fixes from Herb - compiler warnings. | Jeremy Allison | 1 | -1/+1 |
2000-10-02 | Added debug so if zero length messages get sent we successfully remove | Jeremy Allison | 1 | -0/+9 |
2000-09-29 | Missing null termination on printer changenotify message caused insure | Jeremy Allison | 1 | -3/+4 |
2000-09-28 | Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this | Jeremy Allison | 1 | -1/+11 |
2000-09-28 | fixed samr_create_user(). we now correctly parse the query and the reply. | Jean-François Micouleau | 1 | -16/+55 |
2000-09-27 | Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm... | Jeremy Allison | 1 | -2/+2 |
2000-09-27 | samr unknown 0x32 is in fact samr create user. | Jean-François Micouleau | 1 | -49/+28 |
2000-09-26 | broadcast printer notify message to all clients. We now have printer | Jean-François Micouleau | 1 | -8/+15 |
2000-09-26 | Changes from John Reilly to add a parameter "show add printer wizard" that | Jeremy Allison | 1 | -5/+25 |
2000-09-25 | printer notify code. | Jean-François Micouleau | 1 | -6/+144 |
2000-09-21 | Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs are | Jeremy Allison | 1 | -33/+33 |
2000-09-16 | in a printer_info_6, driver version is 64 bits long and there is a 32 bit | Jean-François Micouleau | 1 | -0/+7 |
2000-09-15 | Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work - | Jeremy Allison | 1 | -13/+166 |
2000-09-13 | Added SIGHUP when printer deleted as well as added. | Jeremy Allison | 1 | -0/+3 |
2000-09-12 | Fix for enumjobs infor level 2 which caused smbd to coredump. | Jeremy Allison | 1 | -0/+1 |
2000-09-12 | Fixed error return when printer is PAUSED - should be returning "Pause". | Jeremy Allison | 1 | -1/+1 |
2000-09-11 | Fixed memory leaks found in enumprinterdrivers code. | Jeremy Allison | 1 | -5/+8 |
2000-09-11 | Fix for malloc of zero bytes found by insure. | Jeremy Allison | 1 | -0/+5 |
2000-09-09 | Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs). | Jeremy Allison | 2 | -0/+74 |
2000-09-08 | Fixed typo where docname was being checked for datatype - was causing | Jeremy Allison | 1 | -1/+1 |
2000-09-08 | Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA not | Jeremy Allison | 1 | -1/+1 |
2000-09-07 | Fixed the printerdata code to return NO_MORE_ITEMS if a size is requested | Jeremy Allison | 1 | -1/+20 |
2000-09-07 | Added code to return NO_MORE_ENTRIES when trying to determine | Jeremy Allison | 1 | -0/+12 |
2000-09-06 | Fix from John Reilly for double free of printer struct. | Jeremy Allison | 1 | -3/+4 |
2000-09-06 | Fix for the SID history problem when using a Win2k domain controller | Jeremy Allison | 1 | -8/+9 |
2000-09-05 | Implemented GETFORM tested and working using Gerald's Win32 test progs.... | Jeremy Allison | 2 | -2/+103 |
2000-09-01 | Changes from APPLIANCE_HEAD (per Tim Potter): | David O'Neill | 2 | -13/+11 |
2000-08-31 | Implemented DELETEFORM tested using Gerald's Win32 test code :-). | Jeremy Allison | 2 | -0/+53 |
2000-08-30 | Fixed error returns for moving printer driver files around so generic | Jeremy Allison | 1 | -2/+3 |
2000-08-30 | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all | Jeremy Allison | 2 | -3/+47 |
2000-08-28 | Merge from appliance branch. | Tim Potter | 1 | -0/+1 |
2000-08-28 | yipee! | Andrew Tridgell | 2 | -5/+11 |
2000-08-23 | Tidied up some error returns from printing calls. Still need to map UNIX | Jeremy Allison | 1 | -7/+4 |
2000-08-18 | fixed initialization errors (again!) I must have forgot to | Gerald Carter | 1 | -0/+6 |
2000-08-16 | fixed unitialized struct bug in enum_users (whatever it is called) | Gerald Carter | 1 | -1/+5 |