summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* merging for 2.2.6pre1Gerald Carter2002-07-271-1/+1
* Move over to RELEASE branch.Jeremy Allison2002-02-011-18/+21
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-31/+20
* Syncup getting ready for release.Jeremy Allison2001-07-061-4/+4
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-2/+2
* Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison2001-04-071-0/+16
* Removed rpc_unistrXX calls as the fix in include/byteorder.h now meansJeremy Allison2001-03-141-3/+3
* We were not byte swaaping the unicode strings on reading them from a packetJeremy Allison2001-03-131-3/+3
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-6/+6
* Fix for AS/U not liking it's own assoc_gid.Jeremy Allison2001-03-081-1/+1
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-3/+2
* Put back the OLD_NTDOMAIN stuff for the time being until I've finishedJeremy Allison2001-02-191-0/+3
* Ensure that the talloc context stays around until *after* the last bitJeremy Allison2001-02-181-3/+0
* synched up with head so that SAMBA_2_2 will compileGerald Carter2000-12-121-1/+2
* get rid of compiler warningsHerb Lewis2000-11-171-1/+1
* Merge from HEAD of the printer fixes.Jeremy Allison2000-10-211-0/+19
* Brought Tim's new initgroups winbind functionality. Now need to fixJeremy Allison2000-10-111-1/+0
* Syncup with HEAD.Jeremy Allison2000-10-101-1/+1
* Merge from appliance branch.Tim Potter2000-08-281-0/+1
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-041-1/+12
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-5/+5
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-7/+23
* Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2000-07-031-18/+20
* Removed save directory argument to become_root() calls. Probably most ofTim Potter2000-06-231-4/+4
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-6/+6
* Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele2000-05-261-1/+1
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+3
* Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison2000-05-171-1/+1
* Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison2000-05-151-3/+54
* passdb/secrets.c: Fix typo in comment.Jeremy Allison2000-05-151-4/+4
* call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell2000-05-151-2/+13
* add prs_dump() at the top level rpc switchAndrew Tridgell2000-05-151-0/+2
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+3
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison2000-04-181-3/+3
* Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison2000-04-141-1/+5
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-1/+1
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-27/+0
* restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau2000-03-101-0/+1
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-091-43/+1056
* 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-031-997/+40
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-760/+750
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-26/+4
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-281/+422
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+5
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-13/+107
* adding user session key into network netlogon response.Luke Leighton1999-11-211-2/+2
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+1