Alan DeKok wrote:

> "Paul Hampson" <[EMAIL PROTECTED]> wrote:
> 
> > From: Nicolas Baradakis
> > Sent: Thursday, 11 September 2003 7:56 PM
> 
> > > Maybe it's a anecdotic question, but...
> > > 
> > > I noted there's 2 source files with the same name and with little
> > > differences. Is it in accordance with the expected behaviour ?

[...]

> > And the modules/rlm_smb file supplies two extra functions... Maybe
> > modules/rlm_smb should be calling the code in libradius?
> 
>   Yes.

[...]

I was wondering if there were other doublons in the source, so I ran
the following command
$ find . -name \*.c -exec basename '{}' \; | sort | uniq -d
log.c
md4.c
session.c
smbdes.c
smbencrypt.c
valuepair.c

Sometimes the files just happened to have the same name but have
different purposes, sometimes I just can't tell.

The interesting files are:
src/lib/md4.c and src/modules/rlm_smb/md4.c
src/lib/smbdes.c and src/modules/rlm_smb/smbdes.c (already discussed)
src/modules/rlm_mschap/smbencrypt.c and src/modules/rlm_smb/smbencrypt.c

-- 
Nicolas Baradakis

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to