r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit winbindd...
[vlendec/samba-autobuild/.git] / source3 / nsswitch / winbindd_pam.c
2007-10-10 Gerald Carterr15053: fix portabilities issues between 32-bit winbind...
2007-10-10 Günther Deschnerr14753: Fix the kerberized pam_auth: As we could have...
2007-10-10 Günther Deschnerr14674: Further cleanup for cached logins, only dump...
2007-10-10 Günther Deschnerr14597: Merge DCERPC_FAULT constants from Samba 4.
2007-10-10 Günther Deschnerr14585: Tighten argument list of kerberos_kinit_passwor...
2007-10-10 Günther Deschnerr14514: Fixing last commit. Thanks Volker.
2007-10-10 Günther Deschnerr14513: Fix winbindd_chauthtok: only fallback when...
2007-10-10 Günther Deschnerr14507: Re-disable accidentially re-enabled paranoia...
2007-10-10 Günther Deschnerr14496: Add WBFLAG_PAM_GET_PWD_POLICY bit to only callo...
2007-10-10 Günther Deschnerr14493: There is no point in falling back to a samlogon...
2007-10-10 Gerald Carterr14403: * modifies create_local_nt_token() to create...
2007-10-10 Günther Deschnerr14392: Use KRB5_TGS_NAME.
2007-10-10 Jeremy Allisonr14275: Shut-up coverity false positive (bug #199)...
2007-10-10 Jeremy Allisonr14259: Fix coverity #42. Ensure contact_domain can...
2007-10-10 Günther Deschnerr14148: Removing the not very well tested krb5 ticket...
2007-10-10 Volker Lendecker13914: Fix Coverity bug #151.
2007-10-10 Volker Lendecker13895: As agreed upon with gd on the phone, remove...
2007-10-10 Günther Deschnerr13720: Only lockout Administrator after x bad password...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Günther Deschnerr13639: Never overwrite the acct_flags in rpccli_netlog...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Günther Deschnerr13492: As noone objected on the mailing-list:
2007-10-10 Günther Deschnerr13442: Implement samr_chgpasswd_user3 server-side.
2007-10-10 Günther Deschnerr13409: No functional changes, just some DEBUG cleanup.
2007-10-10 Günther Deschnerr13377: Fix from Volker: Make offline authentication...
2007-10-10 Günther Deschnerr13375: Match XP behaviour: Don't force 'Administrator...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13042: Fix for bug #3248 Stefan Burkei <stefan@burkei...
2007-10-10 Volker Lendecker12313: Introduce yet another copy of the string_sub...
2007-10-10 Günther Deschnerr11851: Display correct error string.
2007-10-10 Volker Lendecker11667: Fix a debug message
2007-10-10 Gerald Carterr11661: Store the INFO3 in the PAC data into the netsam...
2007-10-10 Gerald Carterr11652: Reinstate the netsamlogon_cache in order to...
2007-10-10 Jeremy Allisonr11573: Adding Andrew Bartlett's patch to make machine...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10268: Fix for bug #3095 - winbindd checking credentials.
2007-10-10 Gerald Carterr9588: remove netsamlogon_cache interface...everything...
2007-10-10 Volker Lendecker7785: This looks much larger than it is. It changes...
2007-10-10 Gerald Carterr7454: couple of winbindd fixes
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Volker Lendecker5331: Support SIDs as %s replacements in the afs usern...
2007-10-10 Günther Deschnerr4286: Give back 8 byte lm_session_key in Netrsamlogon...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Andrew Bartlettr2762: Remove silly conversion to and from UTF8 on...
2007-10-10 Andrew Bartlettr2755: Fix NTLMv2 for use with pam_winbind, the plainte...
2007-10-10 Gerald Carterr2177: use the correct counter when copying group rids...
2007-10-10 Gerald Carterr2086: fix bug with winbindd_getpwnam() caused by Micro...
2007-10-10 Günther Deschnerr1887: Fix deadlock loop in winbind's required_membersh...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Jeremy Allisonr565: Uninitialized data fixes from kawasa_r@itg.hitach...
2007-10-10 Gerald Carterr333: other half of fix for winbindd crask from gd...
2007-10-10 Volker Lendecker319: Fix a segfault in winbind. Thanks to Guenther...
2007-10-10 Andrew Bartlettr84: Implement --required-membership-of=, an ntlm_auth...
2007-10-10 Andrew Bartlettr69: Global rename of 'nt_session_key' -> 'user_session...
2004-04-01 Volker LendeckeThis restructures lib/afs.c so that the token data...
2004-02-02 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew Bartlett(merge from 3.0)
2004-01-26 Andrew BartlettThis adds client-side support for the unicode/SAMR...
2004-01-14 Andrew BartlettRemove duplicate comment.
2004-01-06 Andrew BartlettMerge winbind from Samba 3.0 onto HEAD.
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-06 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew Bartlett(merge from 3.0)
2004-01-05 Andrew BartlettGrumble... grumble... fix the build...
2004-01-05 Andrew BartlettChange our Domain controller lookup routines to more...
2003-12-31 Andrew BartlettChanges to our PAM code to cope with the fact that...
2003-12-30 Andrew BartlettGet the DOMAIN\username around the right way (I had...
2003-12-30 Andrew BartlettTry to gain a bit more consistancy in the output of...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-26 Andrew BartlettMerge from 3.0:
2003-11-25 Andrew BartlettAdd a comment, and a useful debug message.
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-12 Andrew Tridgella small include file rearrangement that doesn't affect...
2003-09-24 Gerald Carterfixing a bug in the retry loop for winbindd_pam_auth...
2003-09-24 Gerald Carterfixing a bug in the retry loop for winbindd_pam_auth...
2003-09-17 Jeremy AllisonObviously correct typo bugfix from Lin Li <linl@xandro...
2003-09-17 Jeremy AllisonObviously correct typo bugfix from Lin Li <linl@xandro...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Gerald Carterfix valgrind errors; don't access cli_state pointer...
2003-09-06 Gerald Carterfix bug 382: make sure to free and reset the cli_state...
2003-08-12 Tim PotterFix for bug 269. Change wbinfo and ntlm_auth to conver...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-31 Gerald Carterworking on transtive trusts issue:
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-07-20 Rafal SzczesniakTypo fixes.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-09 Gerald CarterLarge set of changes to add UNIX account/group management
2003-07-07 Gerald Carterand so it begins....
2003-07-03 Gerald Carterfix for bug #200. flush connections if the machine...
2003-06-30 Gerald Carter* rename samstrict auth method to sam
2003-06-29 Gerald CarterHere's the code to make winbindd work on a Samba DC
2003-06-21 Gerald Cartermerge of the netsamlogon caching code from APPLIANCE_HEAD
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-08 Volker LendeckeThis puts real netlogon connection caching to winbind...
2003-04-21 Andrew BartlettMerge from HEAD - save the type of channel used to...
2003-04-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next