summaryrefslogtreecommitdiff
path: root/source3/auth/pampass.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-20auth: Avoid a memset with callocVolker Lendecke1-3/+1
2025-06-14s3:auth: Fix Coverity ID 1646934: memory leak in make_pw_chatShachar Sharon1-0/+3
2025-05-15lib: Save lines by avoiding explicit ZERO_STRUCTP callsVolker Lendecke1-3/+1
2024-07-17s3:auth: let smb_pam_conv() handle resp=NULLStefan Metzmacher1-3/+10
2024-06-28s3:auth: Avoid passing freed pamh pointer to funcitons using itAndreas Schneider1-3/+7
2024-06-28s3:auth: Remove trailing spaces in pampass.cAndreas Schneider1-9/+9
2023-09-11s3:auth: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s3:auth: Add missing newlines to logging messagesJoseph Sutton1-2/+2
2023-07-05s3:auth: Fix code spellingAndreas Schneider1-5/+5
2022-12-12lib: Remove fstring_sub() that was used just onceVolker Lendecke1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-27smbdotconf: mark "passwd chat" with substitution="1"Ralph Boehme1-1/+3
2018-11-28s3:auth: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-3/+3
2018-03-01s3:auth: Add FALL_THROUGH statements in pampass.cAndreas Schneider1-2/+2
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-05-04s3: Fix pam_authenticate() when lp_null_passwords() is trueMaks Naumov1-1/+1
2012-10-19s3:auth: use const in smb_pam_xxx_session()Gregor Beck1-4/+4
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+2
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-02-08pam: share pam errors in a common location.Günther Deschner1-0/+1
2010-08-28s3: Fix smb_pam_passcheckVolker Lendecke1-2/+2
2010-08-28s3: Those functions are no macros anymore :-)Volker Lendecke1-4/+0
2010-08-27s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke1-7/+2
2010-08-27s3: Lift smbd_server_fd() from smb_pam_startVolker Lendecke1-16/+9
2010-08-27s3: Pass rhost through to smb_pam_passchangeVolker Lendecke1-2/+3
2010-08-26s3: Fix typosVolker Lendecke1-2/+2
2010-08-24pam: fix unused variable warningBjörn Jacke1-1/+1
2010-08-23s3: PAM_RHOST and PAM_TTY are enums on FreeBSDVolker Lendecke1-3/+3
2010-08-22s3: Turn two macros into functionsVolker Lendecke1-6/+24
2010-08-22s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke1-3/+3
2010-08-22s3: Fix some nonemtpy blank linesVolker Lendecke1-10/+9
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-2/+3
2009-11-13s3/pam: move variable declaration into belonging ifdef sectionBjörn Jacke1-1/+1
2009-02-10S3: Fixes for coverity issues.todd stecher1-2/+2
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-1/+3
2008-08-25auth: Fix build warning.Günther Deschner1-2/+3
2007-12-08Fix two incompatible pointer warningsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-7/+14
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-2/+2
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-1/+1
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach1-0/+4
2007-10-10r18616: fix breakage after DLIST_ADD_END() changes for --with-pamGerald Carter1-2/+1
2007-10-10r17573: Fix typoVolker Lendecke1-1/+1
2007-10-10r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison1-2/+2
2007-10-10r8889: Another warningVolker Lendecke1-1/+1