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