index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
Format tidyup.
Jeremy Allison
2003-08-08
1
-4
/
+4
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
1
-1
/
+1
*
In the presense of RPC fragments, schannel is not strictly request/reply,
Andrew Bartlett
2003-07-17
1
-5
/
+0
*
Jeremy requested that I get my NTLMSSP patch into CVS. He didn't request
Andrew Bartlett
2003-07-14
1
-14
/
+26
*
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
1
-1
/
+1
*
And finally IDMAP in 3_0
Simo Sorce
2003-05-12
1
-8
/
+2
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
1
-4
/
+22
*
Setting the credentials for the netsec netlogon pipe connect upon each
Volker Lendecke
2003-04-22
1
-0
/
+5
*
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
Jeremy Allison
2003-04-16
1
-2
/
+10
*
use the new modules system for the rpc modules (backport from HEAD)
Jelmer Vernooij
2003-04-15
1
-99
/
+7
*
Merge of rpcecho pipe for testing large dcerpc requests and responses.
Tim Potter
2003-04-14
1
-0
/
+5
*
Put the core schannel functions to parse_prs.c. They are also used by
Volker Lendecke
2003-04-09
1
-187
/
+2
*
Merge the TNG netlogon schannel from HEAD.
Volker Lendecke
2003-04-06
1
-28
/
+394
*
Fix const warning.
Jeremy Allison
2003-03-03
1
-1
/
+1
*
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
1
-15
/
+11
*
merge from HEAD - enable dynamic RPC modules
Jim McDonough
2003-02-14
1
-40
/
+198
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-3
/
+3
*
merge of new client side support the Win2k LSARPC UUID in rpcbind
Gerald Carter
2002-10-04
1
-9
/
+32
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-19
/
+19
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-2
/
+5
*
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
[next]