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