Age | Commit message (Expand) | Author | Files | Lines |
2000-09-09 | Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs). | Jeremy Allison | 5 | -6/+137 |
2000-09-08 | Fixed up get_a_printer_driver_3 so it looks in the tdb using the correct | Jeremy Allison | 1 | -0/+11 |
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 | 2 | -1/+2 |
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-07 | Hopefully this should fix the primary group permission problem. | Tim Potter | 1 | -2/+0 |
2000-09-06 | Temporary fix to convert from level6 (Win2k) to level 3 (NT4) | Jeremy Allison | 1 | -1/+28 |
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 | 6 | -30/+76 |
2000-09-05 | Implemented GETFORM tested and working using Gerald's Win32 test progs.... | Jeremy Allison | 5 | -4/+180 |
2000-09-01 | Changes from APPLIANCE_HEAD (per Tim Potter): | David O'Neill | 9 | -63/+213 |
2000-09-01 | Fix from John Reilly @ HP for my typo with the parameters being reversed. Ooops. | Jeremy Allison | 1 | -3/+3 |
2000-09-01 | -U% should be an anonymous connection. Fixed bug where | Gerald Carter | 1 | -1/+2 |
2000-09-01 | Fix for swat to return correct MIME type for text files. From "Ron | Tim Potter | 1 | -0/+2 |
2000-08-31 | Implemented DELETEFORM tested using Gerald's Win32 test code :-). | Jeremy Allison | 6 | -3/+152 |
2000-08-31 | make sure a couple of variables are initialised | Andrew Tridgell | 1 | -2/+2 |
2000-08-31 | fixed "admin users" option with new security code | Andrew Tridgell | 1 | -0/+5 |
2000-08-31 | Removed compiler warning. | Tim Potter | 1 | -5/+5 |
2000-08-30 | Fixed overrun write error when using debuglevel > 50. | Jeremy Allison | 1 | -1/+1 |
2000-08-30 | Fixed error returns for moving printer driver files around so generic | Jeremy Allison | 3 | -11/+22 |
2000-08-30 | Added vfs_unlink call to ensure vfs is used on unlink from client. | Jeremy Allison | 3 | -2/+12 |
2000-08-30 | Fix for bind interfaces only sometimes picking the wrong IP address | Jeremy Allison | 1 | -2/+24 |
2000-08-30 | Implemented AbortPrinter() from Gerald's Win32 test code. Just purge all | Jeremy Allison | 8 | -13/+112 |
2000-08-29 | missed removing the static declaration of strwicmp() | Gerald Carter | 1 | -1/+0 |
2000-08-29 | make proto | Gerald Carter | 1 | -0/+2 |
2000-08-29 | added -P (for no prompt) and -A <authfile> options | Gerald Carter | 3 | -33/+103 |
2000-08-29 | added a #define for SPOOLSSGETPRINTERDATAEX. Although we do not | Gerald Carter | 1 | -0/+1 |
2000-08-29 | fixed previous bug spotted by Elrond in get_printerdrivernumber(). | Gerald Carter | 1 | -16/+17 |
2000-08-29 | added -A <authfile> option to smbclient for the reading of username / | Gerald Carter | 1 | -9/+71 |
2000-08-29 | needed to use strwicmp() in smbclient code, so I moved it to util_str.c | Gerald Carter | 2 | -31/+30 |
2000-08-29 | make rpcclent by default. | Gerald Carter | 1 | -1/+1 |
2000-08-29 | This doesn't compile but is a placeholder for moving the UNIX | Jeremy Allison | 1 | -0/+618 |
2000-08-28 | smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error. | Jeremy Allison | 2 | -3/+2 |
2000-08-28 | Merge bug - still getting used to dirdiff. | Tim Potter | 1 | -1/+0 |
2000-08-28 | Oops - missed a file. | Tim Potter | 1 | -0/+42 |
2000-08-28 | Merge from appliance branch. | Tim Potter | 3 | -0/+12 |
2000-08-28 | yipee! | Andrew Tridgell | 5 | -6/+24 |
2000-08-28 | made reopen_logs() always re-open logs, not try and be smart about not | Andrew Tridgell | 1 | -37/+34 |
2000-08-28 | arrgh. | Andrew Tridgell | 1 | -0/+4 |
2000-08-25 | vfs write data fix. Fix for name matching in addtosmbpass | Jeremy Allison | 2 | -3/+3 |
2000-08-25 | Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant. | Tim Potter | 1 | -1/+1 |
2000-08-25 | - fixed the %U macro so that the old (and documented) semantics work | Andrew Tridgell | 1 | -2/+13 |
2000-08-25 | Updated file with version in TNG. | Tim Potter | 1 | -2/+3 |
2000-08-24 | Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACL | Jeremy Allison | 1 | -8/+9 |
2000-08-23 | Tidied up some error returns from printing calls. Still need to map UNIX | Jeremy Allison | 3 | -10/+16 |
2000-08-23 | Documentation on NT_USER_TOKEN. Requested by Sander. | Jeremy Allison | 1 | -0/+5 |
2000-08-23 | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 5 | -26/+266 |
2000-08-22 | Patch from John Reilly <jreilly@hp.com> for not processing duplicate files | Tim Potter | 1 | -0/+8 |
2000-08-21 | Fix for safe_free freeing static strings. From Robert August Vincent, II. | Jeremy Allison | 1 | -5/+6 |