Age | Commit message (Expand) | Author | Files | Lines |
2002-08-21 | addform fix from SAMBA_2_2 | Gerald Carter | 1 | -17/+29 |
2002-08-20 | segfault fixes merged from APP_HEAD | Gerald Carter | 1 | -32/+42 |
2002-08-19 | add support for the "value,OID" format described in MSDN. | Gerald Carter | 1 | -1/+31 |
2002-08-19 | added wrapper for delete_printer_data() that write the printer out to disk. | Gerald Carter | 1 | -7/+15 |
2002-08-19 | change notify fix left out of merge by APP_HEAD by accident | Gerald Carter | 1 | -1/+2 |
2002-08-18 | * Fix DeletePrinterDataEx() to work with arbitrary registry keys | Gerald Carter | 1 | -29/+72 |
2002-08-18 | fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys. | Gerald Carter | 1 | -51/+36 |
2002-08-18 | * small formatting fixes | Gerald Carter | 1 | -57/+79 |
2002-08-18 | fixed up a few comments | Gerald Carter | 1 | -64/+2 |
2002-08-18 | * fix Get/SetPrinterDataEx() to work with printer key other | Gerald Carter | 1 | -119/+217 |
2002-08-17 | * the printing code should now be back to the working state it was | Gerald Carter | 1 | -18/+38 |
2002-08-17 | fix seg fault in _spoolss_enumprinterkey after changes... | Gerald Carter | 1 | -19/+29 |
2002-08-16 | fix small bug in enumprinterdataex due to my changes (still more lurking | Gerald Carter | 1 | -1/+3 |
2002-08-16 | Fairly large change to printing code. | Gerald Carter | 1 | -466/+244 |
2002-08-08 | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 1 | -109/+171 |
2002-08-08 | Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+21 |
2002-07-29 | couple of minor formatting fixes to help me see better. | Gerald Carter | 1 | -2/+5 |
2002-07-29 | merge from SAMBA_2_2 | Gerald Carter | 1 | -7/+13 |
2002-07-24 | done! printer_info_2, devicemode, sec_desc, & printer data all enumerate | Gerald Carter | 1 | -1/+1 |
2002-07-22 | Sync with APPLIANCE_HEAD branch (whitespace, const only) | Tim Potter | 1 | -2/+0 |
2002-07-22 | Merge from APPLIANCE_HEAD. | Tim Potter | 1 | -9/+9 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 1 | -11/+20 |
2002-07-12 | We must ZERO_STRUCT before using the buffer in copy_unistr2. | Jeremy Allison | 1 | -0/+3 |
2002-07-11 | added copyright | Gerald Carter | 1 | -1/+1 |
2002-07-11 | last check in for tonight. | Gerald Carter | 1 | -15/+10 |
2002-07-11 | all that is left to do is to actually perform the | Gerald Carter | 1 | -4/+24 |
2002-07-11 | intermediate work on DeletePrinterDriverEx(). This call | Gerald Carter | 1 | -19/+24 |
2002-07-08 | fix typo | Gerald Carter | 1 | -1/+1 |
2002-07-08 | added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and | Gerald Carter | 1 | -59/+95 |
2002-07-08 | * basic implementation of SPOOLSS_DELETEPRINTERDATAEX and | Gerald Carter | 1 | -0/+70 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 1 | -1/+1 |
2002-07-02 | Merge of constant renames from APPLIANCE_HEAD. | Tim Potter | 1 | -53/+53 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -344/+540 |
2002-06-24 | compile fix | Gerald Carter | 1 | -0/+1 |
2002-06-24 | printing merge from SAMBA_2_2. Ther server code looks to be in sync now. | Gerald Carter | 1 | -42/+95 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-06-11 | merge from 2.2 | Gerald Carter | 1 | -0/+1 |
2002-06-06 | Fix compile error - doh! | Tim Potter | 1 | -4/+0 |
2002-06-06 | Moved some notify related constants into srv_spoolss_nt.c since | Tim Potter | 1 | -0/+8 |
2002-06-06 | Fixed out of date comment for _spoolss_rffpcnex() | Tim Potter | 1 | -4/+2 |
2002-05-24 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+3 |
2002-05-24 | merge from SAMBA_2_2. | Gerald Carter | 1 | -3/+5 |
2002-05-19 | Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if a | Tim Potter | 1 | -0/+3 |
2002-05-09 | Merged in printing fixes... There were many missing ! | Jeremy Allison | 1 | -1/+111 |
2002-04-22 | merge from SAMBA_2_2 | Gerald Carter | 1 | -7/+1 |
2002-04-18 | Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptr | Jeremy Allison | 1 | -1/+1 |
2002-04-15 | Merge of print server permission handling fixes from HEAD. | Tim Potter | 1 | -12/+37 |
2002-04-11 | Correctly emulate NT in printer handle opening access rights. | Jeremy Allison | 1 | -1/+6 |
2002-04-11 | s/werror_str/dos_errstr/g to fix compile | Gerald Carter | 1 | -3/+3 |
2002-04-11 | WERROR merge from SAMBA_2_2 | Gerald Carter | 1 | -16/+22 |