| Commit message (Expand) | Author | Age | Files | Lines |
| * | * the printing code should now be back to the working state it was | Gerald Carter | 2002-08-17 | 1 | -18/+38 |
| * | fix seg fault in _spoolss_enumprinterkey after changes... | Gerald Carter | 2002-08-17 | 1 | -19/+29 |
| * | Return access granted in create_user2. | Tim Potter | 2002-08-16 | 1 | -3/+1 |
| * | fix small bug in enumprinterdataex due to my changes (still more lurking | Gerald Carter | 2002-08-16 | 1 | -1/+3 |
| * | Fairly large change to printing code. | Gerald Carter | 2002-08-16 | 1 | -466/+244 |
| * | Return the error if get_group_domain_entries() fails. | Andrew Bartlett | 2002-08-16 | 1 | -1/+3 |
| * | Rename unknown_0 field in create_user2 reply in the actual struct. | Tim Potter | 2002-08-15 | 1 | -1/+4 |
| * | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 2002-08-08 | 1 | -109/+171 |
| * | Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD. | Tim Potter | 2002-08-08 | 2 | -0/+84 |
| * | Add SAMR 0x3e, which is samr_connect4. Seems to be the same as our | Jim McDonough | 2002-08-06 | 2 | -7/+93 |
| * | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which | Jim McDonough | 2002-07-30 | 2 | -3/+131 |
| * | add another registry rpc (opnum 0x14). Have no idea what it's real name | Gerald Carter | 2002-07-29 | 2 | -0/+50 |
| * | couple of minor formatting fixes to help me see better. | Gerald Carter | 2002-07-29 | 1 | -2/+5 |
| * | merge from SAMBA_2_2 | Gerald Carter | 2002-07-29 | 1 | -7/+13 |
| * | Fix a missing 'no memory' return in last night's svrsvc code, and use | Andrew Bartlett | 2002-07-28 | 1 | -1/+1 |
| * | A very long time ago (actually 6 months ago) I promised to commit this code | Andrew Bartlett | 2002-07-27 | 2 | -87/+338 |
| * | 3 things: | Gerald Carter | 2002-07-26 | 1 | -5/+10 |
| * | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 2002-07-26 | 1 | -3/+1 |
| * | * fix return code so we don't let a client just open any key it wants | Gerald Carter | 2002-07-24 | 1 | -1/+1 |
| * | done! printer_info_2, devicemode, sec_desc, & printer data all enumerate | Gerald Carter | 2002-07-24 | 1 | -1/+1 |
| * | several changes in this checkin | Gerald Carter | 2002-07-24 | 2 | -64/+119 |
| * | implemented getgrouplist() for systems that don't have it and use it | Andrew Tridgell | 2002-07-23 | 1 | -33/+29 |
| * | * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2 | Gerald Carter | 2002-07-23 | 2 | -3/+72 |
| * | Sync with APPLIANCE_HEAD branch (whitespace, const only) | Tim Potter | 2002-07-22 | 1 | -2/+0 |
| * | Merge from APPLIANCE_HEAD. | Tim Potter | 2002-07-22 | 1 | -9/+9 |
| * | Name get and set dir drive functions consistently. | Tim Potter | 2002-07-21 | 1 | -1/+1 |
| * | More use of intermediate variables to avoid issues with pointer size and casts. | Andrew Bartlett | 2002-07-21 | 1 | -9/+27 |
| * | another intermediate checkin on the way to enumerating forms | Gerald Carter | 2002-07-20 | 1 | -9/+10 |
| * | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 2002-07-20 | 1 | -9/+26 |
| * | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 2002-07-20 | 1 | -2/+2 |
| * | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 2002-07-20 | 1 | -6/+6 |
| * | * refactored registry operations some. subkey lists and | Gerald Carter | 2002-07-19 | 1 | -46/+47 |
| * | virtual registry framework with initial printing hooks. | Gerald Carter | 2002-07-18 | 1 | -75/+123 |
| * | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 2002-07-17 | 1 | -11/+20 |
| * | splitting off storage/retrieval routines for abstracting the | Gerald Carter | 2002-07-15 | 1 | -323/+11 |
| * | fixed a number of real bugs found by warnings on the 64 bit irix compiler | Andrew Tridgell | 2002-07-15 | 1 | -2/+0 |
| * | fixed a problem with getgroups() where it could include our current | Andrew Tridgell | 2002-07-15 | 1 | -1/+1 |
| * | We must ZERO_STRUCT before using the buffer in copy_unistr2. | Jeremy Allison | 2002-07-12 | 1 | -0/+3 |
| * | added copyright | Gerald Carter | 2002-07-11 | 2 | -2/+3 |
| * | last check in for tonight. | Gerald Carter | 2002-07-11 | 1 | -15/+10 |
| * | all that is left to do is to actually perform the | Gerald Carter | 2002-07-11 | 1 | -4/+24 |
| * | intermediate work on DeletePrinterDriverEx(). This call | Gerald Carter | 2002-07-11 | 1 | -19/+24 |
| * | fix typo | Gerald Carter | 2002-07-08 | 1 | -1/+1 |
| * | added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and | Gerald Carter | 2002-07-08 | 2 | -66/+96 |
| * | * basic implementation of SPOOLSS_DELETEPRINTERDATAEX and | Gerald Carter | 2002-07-08 | 2 | -1/+194 |
| * | Kill off const warnings - add a pile of const to various places. | Andrew Bartlett | 2002-07-08 | 1 | -1/+1 |
| * | Jerry: Sorry if I am stepping on toes here, but this should fix the compile on | Andrew Bartlett | 2002-07-08 | 1 | -16/+17 |
| * | Updates to the 'name -> sid' code: | Andrew Bartlett | 2002-07-07 | 1 | -1/+1 |
| * | Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control. | Andrew Bartlett | 2002-07-06 | 1 | -2/+4 |
| * | Remove C++ comments. | Tim Potter | 2002-07-05 | 1 | -2/+2 |