summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-29This is a nice rewrite:Simo Sorce1-8/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+22
2003-04-22Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke1-0/+5
2003-04-16Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison1-2/+10
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke1-187/+2
2003-04-04This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke1-28/+394
2003-03-24Fix two typosJelmer Vernooij1-1/+1
2003-03-24Give error message when module doesn't seem to containJelmer Vernooij1-0/+5
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-75/+2
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij1-4/+4
2003-02-18Use the new modules stuff to load dynrpc modules. Basically this means:Jelmer Vernooij1-25/+6
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-15/+11
2003-01-18Fix some debug levels (were set to 0 with RPC module patch), andJim McDonough1-4/+4
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough1-40/+198
2003-01-02BIG patch...Andrew Bartlett1-3/+3
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-9/+32
2002-08-22Fix compile warnings.Tim Potter1-3/+0
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett1-16/+19
2002-07-15fixed a problem with getgroups() where it could include our currentAndrew Tridgell1-1/+1
2002-07-08Kill off const warnings - add a pile of const to various places.Andrew Bartlett1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Return correct RPC fault PDU on bad handle incoming.Jeremy Allison1-0/+7
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-0/+2
2002-01-09Better explanation message for dmalloc.Martin Pool1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-4/+4
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-2/+6
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-13/+5
2001-11-08Change to guest logon code.Andrew Bartlett1-29/+22
2001-11-04Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett1-1/+4
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+1
2001-10-31... and clean up the unused variables.Andrew Bartlett1-3/+0
2001-10-31Small changes for guest authenticated pipes.Andrew Bartlett1-8/+7
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-41/+35
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-1/+1
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-5/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-3/+3
2001-09-21fixed character set for user name pullAndrew Tridgell1-4/+3
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