CVS update: samba/source (fwd)

Luke Kenneth Casson Leighton (lkcl@regent.push.net)
Sat, 18 Apr 1998 16:52:36 +0000 (GMT)

Date:	Sat, 18 Apr 1998 16:52:36 +0000 (GMT)
From:	Luke Kenneth Casson Leighton <lkcl@regent.push.net>
To:	Samba Technical List <samba-technical@samba.anu.edu.au>
Subject: CVS update: samba/source (fwd)

jean-f, mr danny breiss: you wanna take a look at this and write some
#ifdefs for each of the alternative password databases?

love,

luke

---------- Forwarded message ----------
Date: Sat, 18 Apr 1998 12:03:18 +1000
From: Jeremy Allison <jra@samba.anu.edu.au>
To: Multiple recipients of list <samba-cvs@samba.anu.edu.au>
Subject: CVS update: samba/source

Date: Saturday April 18, 1998 @ 12:00
Author: jra

Update of /data/cvs/samba/source
In directory samba:/tmp/cvs-serv4260

Modified Files:
includes.h smbpass.c smbpasswd.c
Log Message:
includes.h: Added John's redhat fix for QSORT_CAST.
smbpass.c: Added lock depth code so calls to pw_file_lock() can be nested.
Fixed codedump problems in add_smbpwd_entry().
smbpasswd.c: Removed all the code that manipulated the password file
directly. Now *all* smbpasswd file changes are done through
the interfaces defined in smbpass.c This should make
the life of people adding alternate backend databases
*much* easier.
lib/rpc/server/srv_netlog.c: Removed debug messages used to debug
machine password changing.
Jeremy.