summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-3/+3
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-45/+26
* 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
* Compile fix for new arg to create_nt_token()Tim Potter2000-12-121-2/+4
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-16/+17
* Merge of rpc parse buffer underflow debug code.Tim Potter2000-10-181-0/+19
* Don't initialise groups twice.Tim Potter2000-10-111-1/+0
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-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
* Shirish Kalele <kalele@veritas.com> noticed that NT workstations areLuke Leighton1999-11-161-18/+51
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-1/+42
* renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1999-07-261-5/+5
* improving authentication code (tidyup).Luke Leighton1999-06-291-13/+25
* last part of RPC api change.Jean-François Micouleau1999-05-031-1/+1
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-5/+46
* SAM database "set user info".Luke Leighton1999-03-251-1/+9
* Stefan Walters: purify spotted rverf should be alloc'd to 16 bytes not 8.Luke Leighton1999-03-171-1/+1