summaryrefslogtreecommitdiff
path: root/source3/auth/pampass.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-3/+3
* s3:auth: Add FALL_THROUGH statements in pampass.cAndreas Schneider2018-03-011-2/+2
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s3: Fix pam_authenticate() when lp_null_passwords() is trueMaks Naumov2015-05-041-1/+1
* s3:auth: use const in smb_pam_xxx_session()Gregor Beck2012-10-191-4/+4
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+2
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* pam: share pam errors in a common location.Günther Deschner2011-02-081-0/+1
* s3: Fix smb_pam_passcheckVolker Lendecke2010-08-281-2/+2
* s3: Those functions are no macros anymore :-)Volker Lendecke2010-08-281-4/+0
* s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke2010-08-271-7/+2
* s3: Lift smbd_server_fd() from smb_pam_startVolker Lendecke2010-08-271-16/+9
* s3: Pass rhost through to smb_pam_passchangeVolker Lendecke2010-08-271-2/+3
* s3: Fix typosVolker Lendecke2010-08-261-2/+2
* pam: fix unused variable warningBjörn Jacke2010-08-241-1/+1
* s3: PAM_RHOST and PAM_TTY are enums on FreeBSDVolker Lendecke2010-08-231-3/+3
* s3: Turn two macros into functionsVolker Lendecke2010-08-221-6/+24
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-221-3/+3
* s3: Fix some nonemtpy blank linesVolker Lendecke2010-08-221-10/+9
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-2/+3
* s3/pam: move variable declaration into belonging ifdef sectionBjörn Jacke2009-11-131-1/+1
* S3: Fixes for coverity issues.todd stecher2009-02-101-2/+2
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+3
* auth: Fix build warning.Günther Deschner2008-08-251-2/+3
* Fix two incompatible pointer warningsVolker Lendecke2007-12-081-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-7/+14
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-2/+2
* I can't get away without a 'length' arg. :-).Jeremy Allison2007-11-031-1/+1
* Stop get_peer_addr() and client_addr() from using globalJeremy Allison2007-11-031-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-12/+12
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23095: Support systems that have their PAM headers in /usr/include/pam.James Peach2007-10-101-0/+4
* r18616: fix breakage after DLIST_ADD_END() changes for --with-pamGerald Carter2007-10-101-2/+1
* r17573: Fix typoVolker Lendecke2007-10-101-1/+1
* r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison2007-10-101-2/+2
* r8889: Another warningVolker Lendecke2007-10-101-1/+1
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2007-10-101-5/+5
* r4236: More *alloc fixes.Jeremy Allison2007-10-101-1/+1
* r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>Jeremy Allison2007-10-101-1/+1
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-4/+4
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-041-2/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+8
* Fix use of uninitialsed variable in PAM codeAndrew Bartlett2002-02-051-2/+2
* Drastic impromvents to pam_winbind.Andrew Bartlett2002-02-051-21/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett2001-10-311-5/+5
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-13/+16