summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* fixed a memory leak of devmode in spoolssAndrew Tridgell2000-04-251-0/+3
* more pstring/fstring errors found by insureAndrew Tridgell2000-04-231-15/+16
* another fstring/pstring fixAndrew Tridgell2000-04-231-1/+1
* fixed another spoolss memory leakAndrew Tridgell2000-04-232-2/+2
* we can't pass a fstring to a routine expecting a pstringAndrew Tridgell2000-04-231-1/+1
* fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell2000-04-231-0/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-2/+6
* Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison2000-04-181-3/+3
* got rid of FILE* in the unix name mapping codeAndrew Tridgell2000-04-161-8/+8
* - put the job status in english not french!Andrew Tridgell2000-04-161-7/+49
* JF and Jeremy - please have a look at what I did to the spoolssAndrew Tridgell2000-04-161-183/+59
* Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison2000-04-141-1/+5
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-1/+1
* added checks to open both \\server\printer and \\server\share.Jean-François Micouleau2000-04-101-3/+44
* Modified interfaces and added checks around *all* *alloc callsJeremy Allison2000-04-062-60/+174
* filled the architecture table (useless for the moment).Jean-François Micouleau2000-04-061-18/+37
* changed all the status code to ERROR_xxx instead of NT_STATUS_xx which areJean-François Micouleau2000-04-051-88/+74
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-041-2/+0
* Snuck in some whitespace cleanup while I was visiting these files. (-:Tim Potter2000-04-043-6/+0
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-048-320/+296
* IRIX include fixes.Jeremy Allison2000-03-311-0/+5
* split addprinterex in preparation for level 1 support and to stop itJean-François Micouleau2000-03-291-8/+28
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-291-74/+95
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-229-264/+1
* disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
* disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-229-0/+221
* Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
* fix a bug in enumprinterdriversJean-François Micouleau2000-03-161-6/+14
* oops ! forgot smb.h in last commitJean-François Micouleau2000-03-132-2/+14
* small fix for addprinterex at level 2Jean-François Micouleau2000-03-131-10/+8
* parse correctly getprinterdriver2Jean-François Micouleau2000-03-132-44/+46
* You *must* use O_EXCL when using mktemp (security issue).Jeremy Allison2000-03-111-1/+1
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-103-60/+118
* getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-101-121/+193
* removed unused variableJean-François Micouleau2000-03-101-1/+0
* restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau2000-03-101-0/+1
* Not used. Functionality folded back into rpc_server/srv_pipe.c (where itJeremy Allison2000-03-091-1181/+0
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-092-105/+1533
* Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2000-03-071-102/+126
* fixed enumprinterdata.Jean-François Micouleau2000-03-071-2/+2
* changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-061-6/+13
* Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2000-02-291-2/+67
* added enumprintprocessordatatypesJean-François Micouleau2000-02-262-0/+85
* rewrote enumprinterdata. still a bug in it but reproducing it hard andJean-François Micouleau2000-02-262-124/+126
* made dynamic the Printer struct. No more limits :-)Jean-François Micouleau2000-02-241-187/+169
* converted a couple of bzero() to memset()Jean-François Micouleau2000-02-242-206/+274
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-232-43/+43
* more rewrite ...Jean-François Micouleau2000-02-212-359/+551
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-153-528/+1207