Age | Commit message (Expand) | Author | Files | Lines |
2000-10-10 | got rid of tdb_writelock() and instead lock a chain. tdb_writelock() | Andrew Tridgell | 1 | -4/+5 |
2000-09-29 | utils/smbcontrol.c: Fixes from Herb for interactive use. | Jeremy Allison | 1 | -1/+1 |
2000-09-28 | Fix from John Reilly for forms ordering problems. | Jeremy Allison | 1 | -12/+19 |
2000-09-26 | fix for IRIX 6.2 compiler error | Herb Lewis | 1 | -1/+1 |
2000-09-15 | Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work - | Jeremy Allison | 1 | -2/+67 |
2000-09-13 | Ensure old DACL and SACL are preserved if the new SD is a 'set' only. | Jeremy Allison | 1 | -2/+11 |
2000-09-13 | Added time check test before allowing print job. | Jeremy Allison | 1 | -0/+7 |
2000-09-13 | Added missing break statement for manage documents check in | Tim Potter | 1 | -1/+3 |
2000-09-11 | Fixed memory leaks found in enumprinterdrivers code. | Jeremy Allison | 1 | -3/+3 |
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-06 | Temporary fix to convert from level6 (Win2k) to level 3 (NT4) | Jeremy Allison | 1 | -1/+28 |
2000-09-01 | Changes from APPLIANCE_HEAD (per Tim Potter): | David O'Neill | 1 | -19/+84 |
2000-08-31 | Implemented DELETEFORM tested using Gerald's Win32 test code :-). | Jeremy Allison | 1 | -2/+49 |
2000-08-30 | Fixed error returns for moving printer driver files around so generic | Jeremy Allison | 1 | -8/+18 |
2000-08-23 | Tidied up some error returns from printing calls. Still need to map UNIX | Jeremy Allison | 1 | -2/+9 |
2000-08-23 | Added code to do SID to uid/gid conversion. Needed for ACL support. | Jeremy Allison | 1 | -2/+2 |
2000-08-22 | Patch from John Reilly <jreilly@hp.com> for not processing duplicate files | Tim Potter | 1 | -0/+8 |
2000-08-10 | Tidied up security rights definitions. | Jeremy Allison | 1 | -1/+1 |
2000-08-09 | Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changed | Jeremy Allison | 1 | -0/+10 |
2000-08-09 | Fixed memory leak with NT tokens. | Jeremy Allison | 1 | -41/+56 |
2000-08-09 | added printer admin option | Andrew Tridgell | 1 | -4/+16 |
2000-08-01 | Added print job substitutions for %{printername}, %{sharename} and %{portname} | Jeremy Allison | 1 | -7/+55 |
2000-07-31 | Added John Reilly's enumports/addprinter/delprinter scripting code plus the | Jeremy Allison | 1 | -28/+43 |
2000-07-27 | fix the devmode.orientation being set to 0. | Jean-François Micouleau | 1 | -2/+8 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -3/+20 |
2000-07-25 | Fixed up error checking and move printer file code. Fixed a memory leak. | Jeremy Allison | 1 | -8/+33 |
2000-07-25 | Added some error checking and returns to the new 'move' code. | Jeremy Allison | 1 | -12/+46 |
2000-07-25 | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 1 | -31/+243 |
2000-07-22 | Fixed open handle code in printers - 3 functions were always being done | Jeremy Allison | 1 | -12/+13 |
2000-07-19 | Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95 | Jeremy Allison | 1 | -0/+55 |
2000-07-17 | Initialise current time to time(NULL) in add_a_printer_2() | Tim Potter | 1 | -1/+4 |
2000-07-17 | Moved access check for nt_printing_setsec() up into rpc function. | Tim Potter | 1 | -36/+59 |
2000-07-12 | we are now sure the printer_info_2 timestamp is updated everytime | Jean-François Micouleau | 1 | -0/+5 |
2000-07-12 | - The printers are indexed by the sharename in both get_a_printer() and | Jean-François Micouleau | 1 | -15/+15 |
2000-07-11 | Allow name lookup to fail and fall back to using the "Everyone" SID | Jeremy Allison | 1 | -3/+5 |
2000-07-10 | Moved winbind client functions from various odd locations to | Tim Potter | 1 | -25/+0 |
2000-07-10 | Re-instated lanman printing security checks (oops). | Tim Potter | 1 | -32/+90 |
2000-07-06 | printing/nt_printing.c: (From JF) use the driver name - already given to us. | Jeremy Allison | 1 | -4/+1 |
2000-07-06 | Don't check NT permissions when printing from lanman. | Tim Potter | 1 | -0/+8 |
2000-07-06 | Implemented NT printer descriptor checking. Yay! | Tim Potter | 1 | -54/+101 |
2000-07-01 | Found that the minimum priority is 1 and not 0 on NT. | Jean-François Micouleau | 1 | -1/+8 |
2000-06-29 | Tidy up current spool code - added some JRATEST ifdefs to allow | Jeremy Allison | 1 | -1/+1 |
2000-06-26 | Changing drivers using the properties page works - but only if getting/setting | Jeremy Allison | 1 | -4/+13 |
2000-06-23 | Some compile fixes. | Tim Potter | 1 | -3/+0 |
2000-06-22 | lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage. | Jeremy Allison | 1 | -11/+9 |
2000-06-20 | Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also some | Jeremy Allison | 1 | -2/+10 |
2000-06-16 | Added print_access_check() function for checking printer security | Tim Potter | 1 | -0/+71 |
2000-06-09 | untiltime should be 0 by default to cover the whole 24 hours. | Jean-François Micouleau | 1 | -3/+3 |
2000-06-08 | make_sec_acl was passed pointer to static array ace[2], oops. | Luke Leighton | 1 | -1/+1 |
2000-06-08 | Cause printer SD's to be displayed correctly (full control). | Jeremy Allison | 1 | -7/+9 |