libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / auth / pampass.c
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2019-11-27 Ralph Boehmesmbdotconf: mark "passwd chat" with substitution="1"
2018-11-28 Andreas Schneiders3:auth: Use #ifdef instead of #if for config.h definitions
2018-03-01 Andreas Schneiders3:auth: Add FALL_THROUGH statements in pampass.c
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-05-04 Maks Naumovs3: Fix pam_authenticate() when lp_null_passwords(...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-10-19 Gregor Becks3:auth: use const in smb_pam_xxx_session()
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2011-03-29 Günther Deschners3-auth: use auth.h where needed.
2011-02-08 Günther Deschnerpam: share pam errors in a common location.
2010-08-28 Volker Lendeckes3: Fix smb_pam_passcheck
2010-08-28 Volker Lendeckes3: Those functions are no macros anymore :-)
2010-08-27 Volker Lendeckes3: Lift smbd_server_fd() from smb_pam_passcheck
2010-08-27 Volker Lendeckes3: Lift smbd_server_fd() from smb_pam_start
2010-08-27 Volker Lendeckes3: Pass rhost through to smb_pam_passchange
2010-08-26 Volker Lendeckes3: Fix typos
2010-08-24 Björn Jackepam: fix unused variable warning
2010-08-23 Volker Lendeckes3: PAM_RHOST and PAM_TTY are enums on FreeBSD
2010-08-22 Volker Lendeckes3: Turn two macros into functions
2010-08-22 Volker Lendeckes3: Pass the rhost through smb_pam_accountcheck
2010-08-22 Volker Lendeckes3: Fix some nonemtpy blank lines
2010-08-16 Volker Lendeckes3: Remove get_client_fd()
2009-11-13 Björn Jackes3/pam: move variable declaration into belonging ifdef...
2009-02-10 todd stecherS3: Fixes for coverity issues.
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-25 Günther Deschnerauth: Fix build warning.
2007-12-08 Volker LendeckeFix two incompatible pointer warnings
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23095: Support systems that have their PAM headers...
2007-10-10 Gerald Carterr18616: fix breakage after DLIST_ADD_END() changes...
2007-10-10 Volker Lendecker17573: Fix typo
2007-10-10 Jeremy Allisonr12279: unix_mask_match has been broken for *ever*...
2007-10-10 Volker Lendecker8889: Another warning
2007-10-10 Volker Lendecker6445: Make us survive the PARANOID_MALLOC_CHECKER...
2007-10-10 Jeremy Allisonr4236: More *alloc fixes.
2007-10-10 Jeremy Allisonr2703: Fix typo noticed by Igor Belyi <sambauser@kateho...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-05 Jeremy AllisonMore tuning from cachegrind. Change most trim_string...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-04 Jeremy AllisonFixed strlower changes I missed. Pointed out by metze.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-02 Jeremy AllisonAddress the string_sub problem by changing len = 0...
2002-05-22 Andrew BartlettCleanups!
2002-05-21 Simo Sorcetypo, sorry
2002-05-21 Simo Sorcedebug classized
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-02-05 Andrew BartlettFix use of uninitialsed variable in PAM code
2002-02-05 Andrew BartlettDrastic impromvents to pam_winbind.
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-31 Andrew BartlettSmall 'const' updates ahead of some AuthRewrite merging.
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-02 Jeremy AllisonFixed up the change password bug when not using PAM.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-04 Andrew Tridgellcope with pam being off
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-07-23 Jeremy AllisonFix case insensitive password change code.
2001-07-06 Jeremy AllisonPassword changing via PAM works now. DONT CHANGE THIS...
2001-06-25 Jeremy AllisonAdded Andrew's pam password change stuff. Needs some...
2001-05-09 Jeremy AllisonFixed up the oldpw prompts. Made the matching case...
2001-05-02 Jeremy AllisonHad to add a "pam password change" parameter (defaults...
2001-05-01 Jeremy AllisonRuntime check for broken PAM systems with no appdata_pt...
2001-05-01 Jeremy AllisonStop coredump on pam password change with pam_pwdb...
2001-05-01 Jeremy AllisonAdded Andrew Bartlett's fixes to my changes to his...
2001-05-01 Jeremy AllisonAllow pam code to compile on Solaris (which doesn't...
2001-04-30 Jeremy AllisonFixing consts in pam code.
2001-04-30 Jeremy AllisonBased on an original PAM patch by Andrew Bartlett,...
2001-04-23 Jeremy AllisonAdded "obey pam restrictions" parameter - default to...
2001-04-23 Jeremy AllisonFix more free twice bugs.
2001-04-23 Jeremy AllisonFix for bug in code for pam_session failure - pam_end...
2001-04-23 Jeremy AllisonAdded smb_ prefix to all Samba wrapper pam functions.
2001-04-22 Jeremy AllisonCommit of a modified version of Andrew Bartlett's patch...
2001-04-20 John TerpstraOops. Typos.
2001-04-19 John TerpstraAdded error reporting to pam_session code.
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-18 Jeremy Allisonpatch from Steve Langasek <vorlon@netexpress.net> to...
2001-04-13 John TerpstraUpdated with Andrew Bartlett patch.
2001-04-12 Jeremy AllisonMerged John's changes.
2001-04-11 John TerpstraUpdating pampass from Samba-2.2 code tree. ===> JHT
2001-04-10 Jeremy AllisonAdded JohnT and Andrew Bartlett's PAM changes.