summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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