summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-14/+9
2001-09-12Some patches to authentication:Tim Potter1-1/+1
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-2/+0
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-8/+9
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-1/+1
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-5/+13
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+3
2001-05-18Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison1-4/+4
2001-05-07Patch from Simo:Gerald Carter1-4/+4
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-11/+18
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-2/+2
2001-04-07Added 3 params to manipulate shares. "add share command/change share command/Jeremy Allison1-0/+16
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-3/+3
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-45/+26
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-6/+6
2001-03-08Fix for AS/U not liking it's own assoc_gid.Jeremy Allison1-1/+1
2000-12-12Compile fix for new arg to create_nt_token()Tim Potter1-2/+4
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-16/+17
2000-10-18Merge of rpc parse buffer underflow debug code.Tim Potter1-0/+19
2000-10-11Don't initialise groups twice.Tim Potter1-1/+0
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-1/+1
2000-08-28Merge from appliance branch.Tim Potter1-0/+1
2000-08-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison1-1/+12
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-5/+5
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-7/+23
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter1-18/+20
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter1-4/+4
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-6/+6
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-1/+1
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-0/+3
2000-05-17Fixed bug where mallocd size of prs_struct could be larger thanJeremy Allison1-1/+1
2000-05-15Added fix for Win2k ACL query code from Shirish. I need this back portedJeremy Allison1-3/+54
2000-05-15passdb/secrets.c: Fix typo in comment.Jeremy Allison1-4/+4
2000-05-15call prs_dump() on every input and output packet so we have plenty ofAndrew Tridgell1-2/+13
2000-05-15add prs_dump() at the top level rpc switchAndrew Tridgell1-0/+2
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-0/+3
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-18Sync up with 2.0.7 w.r.t. guest users.Jeremy Allison1-3/+3
2000-04-14Ensure sign&seal work. Data len must have RPC_HEADER_LEN removed, butJeremy Allison1-1/+5
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-1/+1
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-27/+0
2000-03-10restore the spoolss pipe as Jeremy replaced srv_pipe with the one fromJean-François Micouleau1-0/+1
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-43/+1056
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 Leighton1-997/+40
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-760/+750