index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_pipe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-9
/
+32
*
Fix compile warnings.
Tim Potter
2002-08-22
1
-3
/
+0
*
Based orginally by work by Kai, this patch moves our NT_TOKEN generation into
Andrew Bartlett
2002-08-20
1
-16
/
+19
*
fixed a problem with getgroups() where it could include our current
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
Kill off const warnings - add a pile of const to various places.
Andrew Bartlett
2002-07-08
1
-1
/
+1
*
more debug classess activated
Simo Sorce
2002-06-18
1
-0
/
+3
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Return correct RPC fault PDU on bad handle incoming.
Jeremy Allison
2002-01-25
1
-0
/
+7
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
1
-0
/
+2
*
Better explanation message for dmalloc.
Martin Pool
2002-01-09
1
-1
/
+1
*
I've decided to move the auth code around a bit more...
Andrew Bartlett
2002-01-05
1
-4
/
+4
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-8
/
+8
*
This is another rather major change to the samba authenticaion
Andrew Bartlett
2001-11-24
1
-2
/
+6
*
This change updates lp_guestaccount() to be a *global* paramater, rather than
Andrew Bartlett
2001-11-09
1
-13
/
+5
*
Change to guest logon code.
Andrew Bartlett
2001-11-08
1
-29
/
+22
*
Fix up authenticated pipes in line with vuser changes. This ensures that global
Andrew Bartlett
2001-11-04
1
-1
/
+4
*
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
2001-11-03
1
-1
/
+1
*
... and clean up the unused variables.
Andrew Bartlett
2001-10-31
1
-3
/
+0
*
Small changes for guest authenticated pipes.
Andrew Bartlett
2001-10-31
1
-8
/
+7
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-41
/
+35
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
1
-1
/
+1
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-5
/
+2
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
Fix up a number of intertwined issues:
Andrew Bartlett
2001-09-29
1
-3
/
+3
*
fixed character set for user name pull
Andrew Tridgell
2001-09-21
1
-4
/
+3
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-2
/
+2
*
Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where
Andrew Bartlett
2001-09-16
1
-14
/
+9
*
Some patches to authentication:
Tim Potter
2001-09-12
1
-1
/
+1
*
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2001-09-12
1
-2
/
+0
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-8
/
+9
*
a few cleanups while mergeing the passdb code into 2.2
Gerald Carter
2001-08-09
1
-1
/
+1
*
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
2001-08-03
1
-5
/
+13
*
This removes unused paramaters from various authtication functions, and should
Andrew Bartlett
2001-07-08
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-3
/
+3
*
Fix the W2KSP2 joining a Samba domain problem.
Jeremy Allison
2001-05-18
1
-4
/
+4
*
Patch from Simo:
Gerald Carter
2001-05-07
1
-4
/
+4
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
1
-11
/
+18
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-2
/
+2
*
Added 3 params to manipulate shares. "add share command/change share command/
Jeremy Allison
2001-04-07
1
-0
/
+16
*
AS/U on a sparc now joins and authenticates against a Samba PDC !
Jeremy Allison
2001-03-15
1
-3
/
+3
*
Fixed reading of strings from big-endian RPC clients.
Jeremy Allison
2001-03-13
1
-3
/
+3
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-45
/
+26
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-6
/
+6
*
Fix for AS/U not liking it's own assoc_gid.
Jeremy Allison
2001-03-08
1
-1
/
+1
*
Compile fix for new arg to create_nt_token()
Tim Potter
2000-12-12
1
-2
/
+4
*
Large commit which restructures the local password storage API.
Gerald Carter
2000-11-13
1
-16
/
+17
*
Merge of rpc parse buffer underflow debug code.
Tim Potter
2000-10-18
1
-0
/
+19
*
Don't initialise groups twice.
Tim Potter
2000-10-11
1
-1
/
+0
*
added samr_set_user_info and info_2.
Jean-François Micouleau
2000-10-07
1
-1
/
+1
*
Merge from appliance branch.
Tim Potter
2000-08-28
1
-0
/
+1
[next]