summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hum, I should remove my gloves when I'm in front of an xterm :)Jean-François Micouleau2000-02-071-21/+24
* spoolss definitions.Jean-François Micouleau2000-02-071-4/+43
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-072-0/+4227
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-211-1/+1
* HP changes for registry querying.Jeremy Allison2000-01-141-1/+9
* modified smbd/msrpc credential transfer system. user session keyLuke Leighton2000-01-111-0/+10
* using read_with_timeout(), min data size 16 bytes (DCE/RPC header), maxLuke Leighton2000-01-041-1/+5
* oops, must use read_data() not read(), as read() may only provideLuke Leighton2000-01-041-2/+2
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-033-998/+1167
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-134-4289/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1311-4481/+3146
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-124-34/+19
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-1211-599/+739
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+5
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-062-13/+132
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-17/+17
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-30/+22
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-2/+8
* service control manager API completed. svcenum -i works, but does notLuke Leighton1999-11-241-0/+1
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-7/+17
* WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1999-11-241-4/+3
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-245-124/+254
* adding user session key into network netlogon response.Luke Leighton1999-11-212-11/+37