summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_netlog_nt.c
Commit message (Expand)AuthorAgeFilesLines
* Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-221-8/+0
* Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-061-1/+33
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-1/+1
* Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett2003-02-021-1/+10
* Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and returnAndrew Bartlett2003-01-041-10/+8
* Fix another pstring/fstring typoAndrew Bartlett2003-01-041-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-0/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+1
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+2
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-15/+38
* merge from SAMBA_2_2Gerald Carter2002-03-271-6/+6
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* Spelling fixes.Tim Potter2002-03-051-3/+3
* Some more fixes to enusre we execute the same code pathes as before thisAndrew Bartlett2002-03-031-8/+8
* This patch allows NT4 domains to trust Samba.Andrew Bartlett2002-03-031-84/+81
* SECURITY FIXES:Andrew Bartlett2002-03-011-1/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2002-01-261-12/+30
* Fix the negation of the extra parinoia check on machine password changes.Andrew Bartlett2002-01-201-1/+1
* This is another *BIG* change...Andrew Bartlett2002-01-201-1/+6
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-1/+1
* Better explanation message for dmalloc.Martin Pool2002-01-091-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-051-27/+35
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* Fix domain logon that I broke 3 days ago.Jean-François Micouleau2001-12-081-1/+4
* again an intrusive patch:Jean-François Micouleau2001-12-061-19/+3
* challange -> challengeTim Potter2001-11-261-5/+6
* Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett2001-11-251-1/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-4/+22
* Change to guest logon code.Andrew Bartlett2001-11-081-1/+8
* Initilising these variables before appending the domain groups to themAndrew Bartlett2001-11-071-1/+3
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-5/+5
* Fix up domain logons. Tested with NT4.Andrew Bartlett2001-10-311-5/+4
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-144/+53
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-0/+2
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-1/+1
* This commit is number 1 of 4.Andrew Bartlett2001-10-291-0/+6
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-291-10/+22
* More updates to prevent account-guessing.Andrew Bartlett2001-09-261-12/+10
* Minor tidy-up.Andrew Bartlett2001-09-161-1/+1
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-35/+5
* Some patches to authentication:Tim Potter2001-09-121-1/+1
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-061-9/+42
* Send a MSG_SMB_SAM_SYNC when a netlogon_ctrl2 message is received.Tim Potter2001-08-281-6/+35