summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_netlog_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-08Fix domain logon that I broke 3 days ago.Jean-François Micouleau1-1/+4
2001-12-06again an intrusive patch:Jean-François Micouleau1-19/+3
2001-11-26challange -> challengeTim Potter1-5/+6
2001-11-25Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-4/+22
2001-11-08Change to guest logon code.Andrew Bartlett1-1/+8
2001-11-07Initilising these variables before appending the domain groups to themAndrew Bartlett1-1/+3
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-5/+5
2001-10-31Fix up domain logons. Tested with NT4.Andrew Bartlett1-5/+4
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-144/+53
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-0/+2
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-1/+1
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-0/+6
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-10/+22
2001-09-26More updates to prevent account-guessing.Andrew Bartlett1-12/+10
2001-09-16Minor tidy-up.Andrew Bartlett1-1/+1
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-35/+5
2001-09-12Some patches to authentication:Tim Potter1-1/+1
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-06Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter1-9/+42
2001-08-28Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter1-6/+35
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-25/+25