summaryrefslogtreecommitdiff
path: root/source3/auth/pampass.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-5/+5
2007-10-10r4236: More *alloc fixes.Jeremy Allison1-1/+1
2007-10-10r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>Jeremy Allison1-1/+1
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-4/+4
2003-07-04Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+8
2002-02-05Fix use of uninitialsed variable in PAM codeAndrew Bartlett1-2/+2
2002-02-05Drastic impromvents to pam_winbind.Andrew Bartlett1-21/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-5/+5
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-13/+16
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-12/+9
2001-09-04cope with pam being offAndrew Tridgell1-1/+1