summaryrefslogtreecommitdiff
path: root/source3/auth/auth_domain.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison1-1/+1
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij1-2/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-2/+2
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+4
2003-04-24Merge auth changes from HEAD:Andrew Bartlett1-1/+6
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-2/+8
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-1/+8
2003-03-24(merge from HEAD)Andrew Bartlett1-7/+0
2003-03-17Mege from HEAD - doxygen.Andrew Bartlett1-1/+1
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett1-1/+2
2003-01-04Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett1-3/+3
2002-12-13merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-88/+8
2002-11-23[merge from APP_HEAD]Gerald Carter1-2/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-8/+7
2002-11-09Fix bug found by tpot with given password server.Jeremy Allison1-1/+1
2002-11-08Don't set global_machine_password_needs_changing ifTim Potter1-4/+6
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-2/+17
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-10/+23
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+4
2002-08-17sync 3.0 branch with headJelmer Vernooij1-36/+103
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-77/+41
2002-03-27Moved debug messages for grabbing/releasing mutex.Jeremy Allison1-2/+0
2002-03-26Don't hold the mutex for more than 20 seconds.Jeremy Allison1-2/+4
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-16/+121
2002-03-01SECURITY FIXES:Andrew Bartlett1-6/+4
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-11/+12
2002-02-18serialise all domain auth requestsAndrew Tridgell1-1/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-16/+2
2002-01-25Remove check for passwordserver = "*" as we now initialise it.Tim Potter1-1/+6
2002-01-14Fix a segfault in auth/auth_domain.c error cases.Andrew Bartlett1-2/+1
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+4
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell1-1/+1
2002-01-11The DC is meant to be sent the *unmapped* username...Andrew Bartlett1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-18/+33
2002-01-01A farily large commit:Andrew Bartlett1-147/+99
2001-12-14If domain SID can't be fetched, we shouldn't return NT_STATUS_NO_MEMORY. It ...Jim McDonough1-1/+1
2001-12-06again an intrusive patch:Jean-François Micouleau1-1/+2
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-1/+1
2001-11-27fix sense of lp_allow_trusted_domains()Andrew Tridgell1-1/+1
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-11/+16
2001-11-26challange -> challengeTim Potter1-1/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-5/+3
2001-11-26This compleats the of the authenticaion subystem into the new 'auth'Andrew Bartlett1-1/+410
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-3/+15
2001-11-11This extra check isn't needed, we can only get here if secuirty=domainAndrew Bartlett1-3/+0
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0