summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two typosJelmer Vernooij2003-03-241-1/+1
* Give error message when module doesn't seem to containJelmer Vernooij2003-03-241-0/+5
* Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij2003-03-191-75/+2
* Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij2003-02-201-4/+4
* Use the new modules stuff to load dynrpc modules. Basically this means:Jelmer Vernooij2003-02-181-25/+6
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-15/+11
* Fix some debug levels (were set to 0 with RPC module patch), andJim McDonough2003-01-181-4/+4
* Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough2003-01-171-40/+198
* BIG patch...Andrew Bartlett2003-01-021-3/+3
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-9/+32
* Fix compile warnings.Tim Potter2002-08-221-3/+0
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-16/+19
* fixed a problem with getgroups() where it could include our currentAndrew Tridgell2002-07-151-1/+1
* Kill off const warnings - add a pile of const to various places.Andrew Bartlett2002-07-081-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* 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
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-5/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-3/+3
* fixed character set for user name pullAndrew Tridgell2001-09-211-4/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-2/+2
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-14/+9
* Some patches to authentication:Tim Potter2001-09-121-1/+1
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-2/+0
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-8/+9
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-1/+1
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-5/+13
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+3
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-181-4/+4
* Patch from Simo:Gerald Carter2001-05-071-4/+4
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-11/+18
* 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
* 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