summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter2002-08-082-0/+84
| * Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough2002-08-062-7/+93
| * Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-302-3/+131
| * add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter2002-07-292-0/+50
| * couple of minor formatting fixes to help me see better.Gerald Carter2002-07-291-2/+5
| * merge from SAMBA_2_2Gerald Carter2002-07-291-7/+13
| * Fix a missing 'no memory' return in last night's svrsvc code, and useAndrew Bartlett2002-07-281-1/+1
| * A very long time ago (actually 6 months ago) I promised to commit this codeAndrew Bartlett2002-07-272-87/+338
| * 3 things:Gerald Carter2002-07-261-5/+10
| * Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-3/+1
| * * fix return code so we don't let a client just open any key it wantsGerald Carter2002-07-241-1/+1
| * done! printer_info_2, devicemode, sec_desc, & printer data all enumerateGerald Carter2002-07-241-1/+1
| * several changes in this checkinGerald Carter2002-07-242-64/+119
| * implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell2002-07-231-33/+29
| * * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2002-07-232-3/+72
| * Sync with APPLIANCE_HEAD branch (whitespace, const only)Tim Potter2002-07-221-2/+0
| * Merge from APPLIANCE_HEAD.Tim Potter2002-07-221-9/+9
| * Name get and set dir drive functions consistently.Tim Potter2002-07-211-1/+1
| * More use of intermediate variables to avoid issues with pointer size and casts.Andrew Bartlett2002-07-211-9/+27
| * another intermediate checkin on the way to enumerating formsGerald Carter2002-07-201-9/+10
| * More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-9/+26
| * Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-2/+2
| * enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-6/+6
| * * refactored registry operations some. subkey lists andGerald Carter2002-07-191-46/+47
| * virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-75/+123
| * Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-171-11/+20
| * splitting off storage/retrieval routines for abstracting theGerald Carter2002-07-151-323/+11
| * fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell2002-07-151-2/+0
| * fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-151-1/+1
* | * We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2003-04-111-1/+11
* | simple fix to hopefully speed up srv_spoolss_replyopenprinter().Gerald Carter2003-04-111-22/+36
* | Ensure we're not filtering our essential delete messages.Jeremy Allison2003-04-101-2/+2
* | Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-187/+2
* | another forgotten merge sitting on my laptop from app_head; only stall open_p...Gerald Carter2003-04-091-3/+6
* | fixup extra SAFE_FREE()'s noticed by abartletGerald Carter2003-04-081-2/+0
* | Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-063-33/+438
* | Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-021-8/+95
* | fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...Gerald Carter2003-04-011-1/+3
* | fix potential smbd crash when we fail to alloacte a policy handle for a print...Gerald Carter2003-03-311-6/+7
* | add a few error checks in EnumPrinterData()Gerald Carter2003-03-311-4/+5
* | (merge from HEAD)Andrew Bartlett2003-03-211-7/+33
* | lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-6/+0
* | Ensure dev in make_connection is const.Jeremy Allison2003-03-181-1/+1
* | Merge of Andrew Bartlett's SID limit fix from HEAD.Jeremy Allison2003-03-131-0/+5
* | Fix const warning.Jeremy Allison2003-03-031-1/+1
* | * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
* | * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-031-3/+15
* | Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-011-0/+6
* | additional fix for CR 601Gerald Carter2003-02-271-0/+6
* | Progress on CR 601Gerald Carter2003-02-251-155/+122