summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_pam.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-31working on transtive trusts issue:Gerald Carter1-49/+0
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-3/+3
2003-07-20Typo fixes.Rafal Szczesniak1-1/+1
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-4/+4
2003-07-07and so it begins....Gerald Carter1-25/+38
2003-07-03fix for bug #200. flush connections if the machine trsut accountGerald Carter1-1/+31
2003-06-30* rename samstrict auth method to samGerald Carter1-73/+78
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-18/+44
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-5/+5
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-28/+60
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-9/+10
2003-04-07Winbind merges from HEAD:Andrew Bartlett1-5/+18
2003-03-24(merge from HEAD)Andrew Bartlett1-7/+6
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-1/+2
2003-01-15winbindd merges from HEADGerald Carter1-1/+3
2003-01-02Typo..Jeremy Allison1-1/+1
2003-01-02Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison1-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-11/+11
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-0/+7
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+3
2002-08-17sync 3.0 branch with headJelmer Vernooij1-30/+109
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
2002-04-07Spelling.Tim Potter1-1/+1
2002-03-23Various winbind updates:Andrew Bartlett1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-6/+6
2002-02-15Winbind cleanup.Andrew Bartlett1-2/+2
2002-02-11A few small winbind updates:Andrew Bartlett1-10/+5
2002-02-08Fix up some of the DEBUG lines in winbind_pam.cAndrew Bartlett1-8/+10
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett1-30/+69
2002-01-31Removed unused variables.Tim Potter1-2/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-30Fix for password change from Samuel Ziegler <sam@xpedion.com>Tim Potter1-11/+11
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-2/+19
2002-01-14Initialise cli variables and try not to do a cli_shutdown() of uninitialsedAndrew Bartlett1-4/+10
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+2
2002-01-10This changes the winbind protcol a bit:Andrew Bartlett1-21/+13
2002-01-01Further rpc_client removal, this time from winbindd.Andrew Bartlett1-38/+60
2001-12-10added some commentsAndrew Tridgell1-2/+1
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-28/+27
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-5/+7
2001-11-23Got rid of that stupid parse_domain_user() warning when compilingTim Potter1-22/+0
2001-11-23Fixed check machine account function.Tim Potter1-6/+12
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter1-41/+55
2001-10-31Removed unneeded extern.Tim Potter1-2/+0
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-72/+15
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-0/+4
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter1-4/+16
2001-09-12Some patches to authentication:Tim Potter1-4/+4
2001-09-05more warning fixes on solarisAndrew Tridgell1-2/+2