1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Andrew Bartlett
ecbd2235a3 r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
user_info strcture in auth/

This moves it to a pattern much like that found in ntvfs, with
functions to migrate between PAIN, HASH and RESPONSE passwords.

Instead of make_user_info*() functions, we simply fill in the control
block in the callers, per recent dicussions on the lists.  This
removed a lot of data copies as well as error paths, as we can grab
much of it with talloc.

Andrew Bartlett
2007-10-10 13:29:55 -05:00
Love Hörnquist Åstrand
95cb2d942f r8390: (smb_pam_start): move variable to scope within #ifdef to avoid warning
for those PAM implementations w/o PAM_RHOST and/or PAM_TTY
2007-10-10 13:20:14 -05:00
Andrew Tridgell
a57738769d r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can you
please check that this is what you intended?
2007-10-10 13:19:25 -05:00
Simo Sorce
08ec299dcb r7934: ported samba3 pass_check functions to auth_unix.c
not having these platforms they are untested,
let's hope the buildfarm can catch any problem
2007-10-10 13:18:52 -05:00
Simo Sorce
4444585f06 r7242: typo 2007-10-10 13:17:31 -05:00
Simo Sorce
0c894de58b r7232: add some more auth stuff
enables us to authenticate against system users (only PAM support right now)
2007-10-10 13:17:29 -05:00
Andrew Tridgell
4aba6e7101 r2650: fixed a memory leak in make_server_info() 2007-10-10 12:59:16 -05:00
Stefan Metzmacher
af89a78123 - port AUTH and PASSDB subsystems to new
SMB_SUBSYSTEM() scheme

- some const fixes in ntvfs

metze
-
Andrew Tridgell
b0510b5428 first public release of samba4 code -