Stefan Metzmacher
9fd96e1989
r25576: BOOL -> bool
...
metze
2007-10-10 15:07:58 -05:00
Jelmer Vernooij
b8d6b82f12
r25552: Convert to standard bool type.
2007-10-10 15:07:54 -05:00
Stefan Metzmacher
7d58d0c0c1
r25404: fix the build
...
metze
2007-10-10 15:07:27 -05:00
Jelmer Vernooij
3fcc960839
r25398: Parse loadparm context to all lp_*() functions.
2007-10-10 15:07:25 -05:00
Jelmer Vernooij
abe8349f9b
r25026: Move param/param.h out of includes.h
2007-10-10 15:05:38 -05:00
Andrew Tridgell
fcf38a38ac
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Stefan Metzmacher
5b26cbc342
r17270: split the logic of saying this auth backend wants to handle this
...
request from the password checking. This will help to make
the password checking hook async later
metze
2007-10-10 14:10:25 -05:00
Andrew Tridgell
c791db60c8
r14305: fixed a memory leak and a break error
2007-10-10 13:57:10 -05:00
Jelmer Vernooij
2d655f0528
r13938: Around round of splitups
2007-10-10 13:52:29 -05:00
Tim Potter
e9ec3a379c
r12971: Fix spelling.
2007-10-10 13:51:13 -05:00
Andrew Bartlett
08f8b2aadb
r12824: Another typo.
...
Andrew Bartlett
2007-10-10 13:50:02 -05:00
Andrew Bartlett
f4386f7af1
r12821: Fix typos.
...
Andrew Bartlett
2007-10-10 13:50:01 -05:00
Andrew Bartlett
c90d5e82ff
r12816: Ugly hacks to the auth_unix code to make a SYSTEM token for root. If
...
we are going to try and have a 'real' NT token for these users, it is
going to get messy fast. I want to go down the idmap road, but we
don't have the infrustucure for that yet.
Andrew Bartlett
2007-10-10 13:50:00 -05:00
Andrew Bartlett
17d4d49fe1
r12627: This magic comment keeps minimal_includes.pl from suggesting the
...
removal of this header.
Andrew Bartlett
2007-10-10 13:49:08 -05:00
Stefan Metzmacher
fd7812beb2
r12610: we need struct passwd on some systems
...
metze
2007-10-10 13:49:04 -05:00
Jelmer Vernooij
70e7449318
r12608: Remove some unused #include lines.
2007-10-10 13:49:03 -05:00
Stefan Metzmacher
35e17abb87
r11599: remove local (and broken) version of strhaslower() strhasupper()
...
metze
2007-10-10 13:45:56 -05:00
Jelmer Vernooij
39b2220a84
r8933: Fix missing prototype warnings
2007-10-10 13:30:58 -05:00
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
-