index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
/
srv_netlog_nt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now.
Volker Lendecke
1
-0
/
+29
2007-10-10
r11617: fix typo
Gerald Carter
1
-1
/
+1
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-1
/
+4
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-2
/
+2
2007-10-10
r10792: Fix the "schannel not stored across client disconnects" problem.
Jeremy Allison
1
-4
/
+6
2007-10-10
r10724: Got a little ahead of myself...
Jeremy Allison
1
-1
/
+0
2007-10-10
r10722: Remove unused BOOL in struct dcinfo.
Jeremy Allison
1
-0
/
+4
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-122
/
+147
2007-10-10
r10269: Server-side fix for creds change - revert jcmd's change.
Jeremy Allison
1
-8
/
+2
2007-10-10
r9261: Fix #2976: windows member servers wouldn't alloc connections from users
Jim McDonough
1
-0
/
+9
2007-10-10
r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...
Jim McDonough
1
-3
/
+3
2007-10-10
r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
Jim McDonough
1
-5
/
+12
2007-10-10
r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...
Jim McDonough
1
-2
/
+7
2007-10-10
r7217: Only allow schannel connections if a successful Auth2 has been done
Volker Lendecke
1
-0
/
+2
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
1
-6
/
+0
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r2761: Print the decrypted, not encrypted key.
Andrew Bartlett
1
-2
/
+2
2007-10-10
r2137: This is a patch I've been running at Hawker for a while.
Andrew Bartlett
1
-19
/
+29
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
1
-13
/
+56
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-0
/
+17
2007-10-10
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
1
-7
/
+7
2004-03-18
Fix sambaUserWorkstations for network samlogons against us as DC. Strip
Volker Lendecke
1
-1
/
+9
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-6
/
+17
2003-11-07
Remove compleatly wrong comments. (There were correct, 2 years ago...)
Andrew Bartlett
1
-6
/
+0
2003-07-23
Typo in comment.
Tim Potter
1
-1
/
+1
2003-07-03
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
1
-2
/
+0
2003-07-03
well this was easy...
Gerald Carter
1
-2
/
+1
2003-06-30
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
1
-14
/
+13
2003-06-29
Here's the code to make winbindd work on a Samba DC
Gerald Carter
1
-0
/
+2
2003-04-22
Setting the credentials for the netsec netlogon pipe connect upon each
Volker Lendecke
1
-8
/
+0
2003-04-06
Merge the TNG netlogon schannel from HEAD.
Volker Lendecke
1
-1
/
+33
2003-02-24
Merge of server-side authentication changes to 3.0:
Andrew Bartlett
1
-1
/
+1
2003-02-02
Merge from HEAD: Send the session key to the client, allowing it to perform SMB
Andrew Bartlett
1
-1
/
+10
2003-01-04
Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and return
Andrew Bartlett
1
-10
/
+8
2003-01-04
Fix another pstring/fstring typo
Andrew Bartlett
1
-1
/
+1
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-11-20
merged the %U changes to 3.0
Andrew Tridgell
1
-0
/
+1
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-4
/
+1
2002-11-02
Merge passdb from HEAD -> 3.0
Andrew Bartlett
1
-2
/
+2
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-2
/
+2
2002-08-17
Sync 3.0 branch with HEAD
Jelmer Vernooij
1
-3
/
+3
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-15
/
+38
2002-03-27
merge from SAMBA_2_2
Gerald Carter
1
-6
/
+6
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-1
/
+1
2002-03-05
Spelling fixes.
Tim Potter
1
-3
/
+3
2002-03-03
Some more fixes to enusre we execute the same code pathes as before this
Andrew Bartlett
1
-8
/
+8
2002-03-03
This patch allows NT4 domains to trust Samba.
Andrew Bartlett
1
-84
/
+81
2002-03-01
SECURITY FIXES:
Andrew Bartlett
1
-1
/
+7
[next]