1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Andrew Bartlett 83db39d2b5 Fix this to use the plaintext password code directly, like SWAT does.
This whole area needs to be cleaned up.  Should this kind of passowrd
change/check be permitted with encrypt passwords = yes?

In any case I've also had trouble testing this, as I can't find the right
software/configuration to exersise this behaviour.  But its better than the
previous situation.  Any assistance greatly appriciated.

Andrew Bartlett
(This used to be commit 37655b4289)
2001-09-26 12:12:26 +00:00
..
.cvsignore Added *.po to .cvsignore files. 2001-06-01 11:26:20 +00:00
auth_domain.c the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but the client code still needs some work 2001-09-04 07:13:01 +00:00
auth_rhosts.c We are not meant to touch the username, so use the pass->pw_name output rather 2001-09-20 10:26:50 +00:00
auth_server.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
auth_smbpasswd.c Revert this one: The NTLMv2 checks need the original username as found 2001-09-20 00:19:55 +00:00
auth_unix.c Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire! 2001-09-20 13:15:35 +00:00
auth_util.c Now that we always get back an NTSTATUS code actually pass it on to the 2001-09-14 10:38:40 +00:00
auth.c Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c where 2001-09-16 06:35:35 +00:00
blocking.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
build_options.c Update build_options.c in line with new configure options. 2001-09-26 02:30:55 +00:00
chgpasswd.c Update for new pdb_set_plaintext_passwd() interface. 2001-09-26 11:55:13 +00:00
close.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
conn.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
connection.c Removed unneeded variable, added comment on deadlock prevention. 2001-09-19 07:06:34 +00:00
dfree.c The big character set handling changeover! 2001-07-04 07:15:53 +00:00
dir.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
dosmode.c strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 2001-07-04 07:36:09 +00:00
error.c added filename to error_packet() 2001-09-05 10:18:58 +00:00
fileio.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
filename.c - don't try to print pointers 2001-07-25 06:29:26 +00:00
files.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
groupname.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
ipc.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
lanman.c Fix this to use the plaintext password code directly, like SWAT does. 2001-09-26 12:12:26 +00:00
mangle.c - the inactive core of the new mangling code that use tdb 2001-09-25 09:57:06 +00:00
message.c converted smbd to use NTSTATUS by default 2001-08-27 08:19:43 +00:00
negprot.c Fix up NT_STATUS return for session setups, Win2k objects to anything other 2001-09-23 05:16:03 +00:00
noquotas.c The big character set handling changeover! 2001-07-04 07:15:53 +00:00
notify_hash.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
notify_kernel.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
notify.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
nttrans.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
open.c Change log message to 2 from zero when failing to create directory. 2001-09-24 23:50:28 +00:00
oplock_irix.c Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR 2001-03-11 00:32:10 +00:00
oplock_linux.c convert more code to using d_printf 2001-09-08 02:59:23 +00:00
oplock.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
password.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
pipes.c converted smbd to use NTSTATUS by default 2001-08-27 08:19:43 +00:00
posix_acls.c Log sys_acl_set_XX at level 2 not zero. 2001-09-25 00:05:26 +00:00
process.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
quotas.c Attempt to make quotas work with RH7.1, and with other Linuxen... This is 2001-09-21 22:06:03 +00:00
reply.c Lets call an NTSTATUS an nt_status, not an ecode. 2001-09-23 23:07:53 +00:00
sec_ctx.c don't try to initgroups in non root mode 2001-09-19 03:30:20 +00:00
server.c Add the ability to display Samba's build options with smbd -b and as a level 4 2001-09-19 09:44:12 +00:00
service.c Rearrange the ordering of the checks in make_connection(). The new order has 2001-09-20 07:09:28 +00:00
session.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
srvstr.c The big character set handling changeover! 2001-07-04 07:15:53 +00:00
ssl.c Remove the exit_server() calls that stop nmbd linking. 2001-07-03 21:32:23 +00:00
statcache.c fixed a typo 2001-09-25 06:38:07 +00:00
trans2.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00
uid.c Fix invalid uid being used after logoff. Thanks to Nigel Williams 2001-07-28 01:46:47 +00:00
utmp.c Be sure to not use strlen with NULL pointer. 2001-06-15 08:00:36 +00:00
vfs-wrap.c merge profile data changes from 2.2 2001-09-05 18:43:55 +00:00
vfs.c move to SAFE_FREE() 2001-09-17 11:25:41 +00:00