Age | Commit message (Expand) | Author | Files | Lines |
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -0/+1 |
2010-08-28 | s3: Fix smb_pam_passcheck | Volker Lendecke | 1 | -2/+2 |
2010-08-28 | s3: Those functions are no macros anymore :-) | Volker Lendecke | 1 | -4/+0 |
2010-08-27 | s3: Lift smbd_server_fd() from smb_pam_passcheck | Volker Lendecke | 1 | -7/+2 |
2010-08-27 | s3: Lift smbd_server_fd() from smb_pam_start | Volker Lendecke | 1 | -16/+9 |
2010-08-27 | s3: Pass rhost through to smb_pam_passchange | Volker Lendecke | 1 | -2/+3 |
2010-08-26 | s3: Fix typos | Volker Lendecke | 1 | -2/+2 |
2010-08-24 | pam: fix unused variable warning | Björn Jacke | 1 | -1/+1 |
2010-08-23 | s3: PAM_RHOST and PAM_TTY are enums on FreeBSD | Volker Lendecke | 1 | -3/+3 |
2010-08-22 | s3: Turn two macros into functions | Volker Lendecke | 1 | -6/+24 |
2010-08-22 | s3: Pass the rhost through smb_pam_accountcheck | Volker Lendecke | 1 | -3/+3 |
2010-08-22 | s3: Fix some nonemtpy blank lines | Volker Lendecke | 1 | -10/+9 |
2010-08-16 | s3: Remove get_client_fd() | Volker Lendecke | 1 | -2/+3 |
2009-11-13 | s3/pam: move variable declaration into belonging ifdef section | Björn Jacke | 1 | -1/+1 |
2009-02-10 | S3: Fixes for coverity issues. | todd stecher | 1 | -2/+2 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -1/+3 |
2008-08-25 | auth: Fix build warning. | Günther Deschner | 1 | -2/+3 |
2007-12-08 | Fix two incompatible pointer warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -7/+14 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -2/+2 |
2007-11-03 | I can't get away without a 'length' arg. :-). | Jeremy Allison | 1 | -1/+1 |
2007-11-03 | Stop get_peer_addr() and client_addr() from using global | Jeremy Allison | 1 | -1/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -12/+12 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23095: Support systems that have their PAM headers in /usr/include/pam. | James Peach | 1 | -0/+4 |
2007-10-10 | r18616: fix breakage after DLIST_ADD_END() changes for --with-pam | Gerald Carter | 1 | -2/+1 |
2007-10-10 | r17573: Fix typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r12279: unix_mask_match has been broken for *ever*... (How). | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r8889: Another warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r4236: More *alloc fixes. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org> | Jeremy Allison | 1 | -1/+1 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -4/+4 |
2003-07-04 | Fixed strlower changes I missed. Pointed out by metze. | Jeremy Allison | 1 | -2/+2 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -2/+2 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -5/+8 |
2002-02-05 | Fix use of uninitialsed variable in PAM code | Andrew Bartlett | 1 | -2/+2 |
2002-02-05 | Drastic impromvents to pam_winbind. | Andrew Bartlett | 1 | -21/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 1 | -5/+5 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -13/+16 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -2/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -12/+9 |
2001-09-04 | cope with pam being off | Andrew Tridgell | 1 | -1/+1 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -17/+18 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -10/+10 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -4/+2 |
2001-07-06 | Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!! | Jeremy Allison | 1 | -2/+19 |