summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_netlog_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-122/+147
2007-10-10r10269: Server-side fix for creds change - revert jcmd's change.Jeremy Allison1-8/+2
2007-10-10r9261: Fix #2976: windows member servers wouldn't alloc connections from usersJim McDonough1-0/+9
2007-10-10r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...Jim McDonough1-3/+3
2007-10-10r9112: Fix #2953 - credentials chain on DC gets out of sync with client whenJim McDonough1-5/+12
2007-10-10r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...Jim McDonough1-2/+7
2007-10-10r7217: Only allow schannel connections if a successful Auth2 has been doneVolker Lendecke1-0/+2
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-6/+0
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r2761: Print the decrypted, not encrypted key.Andrew Bartlett1-2/+2
2007-10-10r2137: This is a patch I've been running at Hawker for a while.Andrew Bartlett1-19/+29
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-13/+56
2007-10-10r196: merging struct uuid from trunkGerald Carter1-0/+17
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-7/+7
2004-03-18Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke1-1/+9
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-6/+17
2003-11-07Remove compleatly wrong comments. (There were correct, 2 years ago...)Andrew Bartlett1-6/+0
2003-07-23Typo in comment.Tim Potter1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-2/+0
2003-07-03well this was easy...Gerald Carter1-2/+1
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-14/+13
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-0/+2
2003-04-22Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke1-8/+0
2003-04-06Merge the TNG netlogon schannel from HEAD.Volker Lendecke1-1/+33
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-1/+1
2003-02-02Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett1-1/+10
2003-01-04Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and returnAndrew Bartlett1-10/+8
2003-01-04Fix another pstring/fstring typoAndrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-11-20merged the %U changes to 3.0Andrew Tridgell1-0/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-4/+1
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+2
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-15/+38
2002-03-27merge from SAMBA_2_2Gerald Carter1-6/+6
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-05Spelling fixes.Tim Potter1-3/+3
2002-03-03Some more fixes to enusre we execute the same code pathes as before thisAndrew Bartlett1-8/+8
2002-03-03This patch allows NT4 domains to trust Samba.Andrew Bartlett1-84/+81
2002-03-01SECURITY FIXES:Andrew Bartlett1-1/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett1-12/+30
2002-01-20Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett1-1/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-1/+6
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-1/+1
2002-01-09Better explanation message for dmalloc.Martin Pool1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-27/+35