index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
auth
/
pampass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
S3: Fixes for coverity issues.
todd stecher
2009-02-10
1
-2
/
+2
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
1
-1
/
+3
*
auth: Fix build warning.
Günther Deschner
2008-08-25
1
-2
/
+3
*
Fix two incompatible pointer warnings
Volker Lendecke
2007-12-08
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-7
/
+14
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-2
/
+2
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-1
/
+1
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-1
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-12
/
+12
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23095: Support systems that have their PAM headers in /usr/include/pam.
James Peach
2007-10-10
1
-0
/
+4
*
r18616: fix breakage after DLIST_ADD_END() changes for --with-pam
Gerald Carter
2007-10-10
1
-2
/
+1
*
r17573: Fix typo
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r12279: unix_mask_match has been broken for *ever*... (How).
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r8889: Another warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r4236: More *alloc fixes.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2703: Fix typo noticed by Igor Belyi <sambauser@katehok.ac93.org>
Jeremy Allison
2007-10-10
1
-1
/
+1
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-4
/
+4
*
Fixed strlower changes I missed. Pointed out by metze.
Jeremy Allison
2003-07-04
1
-2
/
+2
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-5
/
+8
*
Fix use of uninitialsed variable in PAM code
Andrew Bartlett
2002-02-05
1
-2
/
+2
*
Drastic impromvents to pam_winbind.
Andrew Bartlett
2002-02-05
1
-21
/
+2
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Small 'const' updates ahead of some AuthRewrite merging.
Andrew Bartlett
2001-10-31
1
-5
/
+5
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
1
-13
/
+16
*
Fixed up the change password bug when not using PAM.
Jeremy Allison
2001-10-02
1
-2
/
+2
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-12
/
+9
*
cope with pam being off
Andrew Tridgell
2001-09-04
1
-1
/
+1
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-17
/
+18
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-10
/
+10
*
Fix case insensitive password change code.
Jeremy Allison
2001-07-23
1
-4
/
+2
*
Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!
Jeremy Allison
2001-07-06
1
-2
/
+19
*
Added Andrew's pam password change stuff. Needs some testing but looks good !
Jeremy Allison
2001-06-25
1
-44
/
+140
*
Fixed up the oldpw prompts. Made the matching case insensitive.
Jeremy Allison
2001-05-09
1
-5
/
+24
*
Had to add a "pam password change" parameter (defaults to "off") and inlined
Jeremy Allison
2001-05-02
1
-10
/
+11
*
Runtime check for broken PAM systems with no appdata_ptr support. This
Jeremy Allison
2001-05-01
1
-2
/
+22
*
Stop coredump on pam password change with pam_pwdb.so module on error.
Jeremy Allison
2001-05-01
1
-1
/
+5
*
Added Andrew Bartlett's fixes to my changes to his original patch (at the
Jeremy Allison
2001-05-01
1
-2
/
+2
*
Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...
Jeremy Allison
2001-05-01
1
-0
/
+5
*
Fixing consts in pam code.
Jeremy Allison
2001-04-30
1
-2
/
+2
*
Based on an original PAM patch by Andrew Bartlett, re-written by me to
Jeremy Allison
2001-04-30
1
-124
/
+417
*
Added "obey pam restrictions" parameter - default to "off".
Jeremy Allison
2001-04-23
1
-0
/
+17
*
Fix more free twice bugs.
Jeremy Allison
2001-04-23
1
-2
/
+5
*
Fix for bug in code for pam_session failure - pam_end called twice.
Jeremy Allison
2001-04-23
1
-12
/
+5
*
Added smb_ prefix to all Samba wrapper pam functions.
Jeremy Allison
2001-04-23
1
-49
/
+47
*
Commit of a modified version of Andrew Bartlett's patch that removes the
Jeremy Allison
2001-04-22
1
-97
/
+84
[next]