summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_netlog_nt.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of walking the entire group database, grabbing all members of eachAndrew Bartlett2002-11-251-10/+8
* more %U fixes for headAndrew Tridgell2002-11-201-0/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-4/+1
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-2/+2
* Ok, what's this? Samba as a PDC wants to authenticate a user coming inVolker Lendecke2002-09-231-2/+2
* Name get and set dir drive functions consistently.Tim Potter2002-07-211-1/+1
* Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-201-2/+2
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Update the netlogon code to better cope with trusted domains, where thingsAndrew Bartlett2002-06-151-10/+29
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-2/+3
* Passdb:Andrew Bartlett2002-05-181-4/+4
* 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
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-25/+25
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3