summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-1/+1
2000-04-10added checks to open both \\server\printer and \\server\share.Jean-François Micouleau1-3/+44
2000-04-06Modified interfaces and added checks around *all* *alloc callsJeremy Allison2-60/+174
2000-04-06filled the architecture table (useless for the moment).Jean-François Micouleau1-18/+37
2000-04-05changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau1-88/+74
2000-04-04Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison1-2/+0
2000-04-04Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter3-6/+0
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter8-320/+296
2000-03-31IRIX include fixes.Jeremy Allison1-0/+5
2000-03-29split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau1-8/+28
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-74/+95
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison9-264/+1
2000-03-22disabled the getgrent() code recently added that returns all unix groupsLuke Leighton1-0/+17
2000-03-22disabled code from HP that replaced get_sampwd_entries() withLuke Leighton1-1/+26
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton9-0/+221
2000-03-21Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison1-20/+252
2000-03-16fix a bug in enumprinterdriversJean-François Micouleau1-6/+14
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau2-2/+14
2000-03-13small fix for addprinterex at level 2Jean-François Micouleau1-10/+8
2000-03-13parse correctly getprinterdriver2Jean-François Micouleau2-44/+46
2000-03-11You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison1-1/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison3-60/+118
2000-03-10getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau1-121/+193
2000-03-10removed unused variableJean-François Micouleau1-1/+0
2000-03-10restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau1-0/+1
2000-03-09Not used. Functionality folded back into rpc_server/srv_pipe.c (where itJeremy Allison1-1181/+0
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2-105/+1533
2000-03-07Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau1-102/+126
2000-03-07fixed enumprinterdata.Jean-François Micouleau1-2/+2
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-6/+13
2000-02-29Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison1-2/+67
2000-02-26added enumprintprocessordatatypesJean-François Micouleau2-0/+85
2000-02-26rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2-124/+126
2000-02-24made dynamic the Printer struct. No more limits :-)Jean-François Micouleau1-187/+169
2000-02-24converted a couple of bzero() to memset()Jean-François Micouleau2-206/+274
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison2-43/+43
2000-02-21more rewrite ...Jean-François Micouleau2-359/+551
2000-02-15fix the reply of rpc_alter_contextJean-François Micouleau3-528/+1207
2000-02-07Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau1-21/+24
2000-02-07spoolss definitions.Jean-François Micouleau1-4/+43
2000-02-07First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2-0/+4227
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton1-1/+1
2000-01-14HP changes for registry querying.Jeremy Allison1-1/+9
2000-01-11modified smbd/msrpc credential transfer system. user session keyLuke Leighton1-0/+10
2000-01-04using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton1-1/+5
2000-01-04oops, must use read_data() not read(), as read() may only provideLuke Leighton1-2/+2
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton3-998/+1167
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell4-4289/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell11-4481/+3146
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton4-34/+19