summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-13/+8
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1415: One more memory leak, found by valgrind..Jeremy Allison2007-10-101-0/+3
* r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison2007-10-101-17/+17
* r1338: A netlogon schannel failure is a normal event with XP clients. They ca...Volker Lendecke2007-10-101-1/+1
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-6/+9
* r475: Don't add ss padding length to the sent length as this is comparedJeremy Allison2007-10-101-1/+1
* r473: Fix for Microsoft hotfix MS04-011 password change breakage.Jeremy Allison2007-10-101-26/+52
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
* r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter2007-10-101-2/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-3/+9
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-11/+19
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+2
* fix buildGerald Carter2003-08-141-0/+2
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-60/+135
* Format tidyup.Jeremy Allison2003-08-081-4/+4
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-171-5/+0
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-14/+26
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-1/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-121-8/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+22
* Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-221-0/+5
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-2/+10
* use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij2003-04-151-99/+7
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-0/+5
* Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-187/+2
* Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-061-28/+394
* Fix const warning.Jeremy Allison2003-03-031-1/+1
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-15/+11
* merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-141-40/+198
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-3/+3
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-9/+32
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-19/+19
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Return correct RPC fault PDU on bad handle incoming.Jeremy Allison2002-01-251-0/+7
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-0/+2
* Better explanation message for dmalloc.Martin Pool2002-01-091-1/+1
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-4/+4
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-8/+8
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-2/+6
* This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett2001-11-091-13/+5
* Change to guest logon code.Andrew Bartlett2001-11-081-29/+22
* Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett2001-11-041-1/+4
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+1
* ... and clean up the unused variables.Andrew Bartlett2001-10-311-3/+0
* Small changes for guest authenticated pipes.Andrew Bartlett2001-10-311-8/+7
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-41/+35