index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
auth
/
pass_check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
s3:auth: Fix code spelling
Andreas Schneider
1
-1
/
+1
2014-04-15
auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.c
Andrew Bartlett
1
-14
/
+0
2014-04-15
auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.c
Andrew Bartlett
1
-20
/
+0
2014-04-15
auth: Remove linux_bigcrypt support from pass_check.c
Andrew Bartlett
1
-32
/
+0
2014-04-15
auth: Remove support for plaintext auth on systems that use getprpwnam()
Andrew Bartlett
1
-10
/
+0
2014-04-15
auth: Remove plaintext OSF1 password support
Andrew Bartlett
1
-64
/
+0
2014-04-15
auth: Remove afs_auth() from pass_check.c and s4's auth_unix
Andrew Bartlett
1
-35
/
+0
2014-04-15
auth: Remove dfs_auth() from pass_check.c and s4's auth_unix
Andrew Bartlett
1
-315
/
+0
2014-04-15
auth: Remove unused PASSWORD_LENTH macro from pass_check.c
Andrew Bartlett
1
-6
/
+0
2014-04-15
auth: Remove static variable ths_user from password_check() code
Andrew Bartlett
1
-36
/
+9
2013-06-11
auth: Remove "password level"
Andrew Bartlett
1
-79
/
+0
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-2
/
+6
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-2
/
+2
2011-07-19
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
1
-2
/
+2
2011-05-05
More simple const fixes.
Jeremy Allison
1
-8
/
+8
2011-03-30
s3: try to fix the build on some non-linux buildfarm machines.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-includes: move some chgpasswd related defines to the locations where they ...
Günther Deschner
1
-0
/
+6
2010-08-28
s3: Lift smbd_server_fd() from pass_check()
Volker Lendecke
1
-7
/
+1
2010-08-28
s3: Lift smbd_server_fd() from password_check()
Volker Lendecke
1
-11
/
+13
2010-08-28
s3: Fix some nonempty blank lines
Volker Lendecke
1
-15
/
+15
2010-08-27
s3: Lift smbd_server_fd() from smb_pam_passcheck
Volker Lendecke
1
-1
/
+8
2010-08-27
s3: Pass "private_data" through string_combinations()
Volker Lendecke
1
-12
/
+24
2010-08-16
s3-auth: Remove obsolete 'update encrypted' option.
Andreas Schneider
1
-9
/
+4
2010-08-14
s3:auth Make Samba3 use the new common struct auth_usersupplied_info
Andrew Bartlett
1
-4
/
+4
2007-12-17
Correctly define prototypes for accessor functions.
Jeremy Allison
1
-3
/
+3
2007-12-17
More static fstring removal.
Jeremy Allison
1
-33
/
+116
2007-11-14
Remove pstring from auth/*
Jeremy Allison
1
-2
/
+5
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-4
/
+4
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
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
1
-2
/
+8
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
1
-2
/
+2
2007-10-10
r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.
Tim Potter
1
-1
/
+1
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-3
/
+2
2003-02-10
Cleanups: (merge from HEAD)
Andrew Bartlett
1
-1
/
+1
2002-10-01
Updates from Samba HEAD:
Andrew Bartlett
1
-4
/
+4
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-37
/
+28
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-17
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
1
-3
/
+21
2001-11-11
Remove built-in support for clear-text kerberos authentication.
Andrew Bartlett
1
-123
/
+3
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-5
/
+0
2001-09-20
Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!
Andrew Bartlett
1
-80
/
+118
2001-09-19
Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c by
Andrew Bartlett
1
-5
/
+6
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-1
/
+1
2001-08-30
Fixed silly typo.
Jeremy Allison
1
-3
/
+3
2001-08-30
Fix from Paul Green to set correct lengths.
Jeremy Allison
1
-3
/
+3
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-07-08
This removes unused paramaters from various authtication functions, and should
Andrew Bartlett
1
-7
/
+2
[next]