CVS update: samba/source

Jeremy Allison jra at samba.anu.edu.au
Tue Apr 14 10:41:56 EST 1998


Date:	Tuesday April 14, 1998 @ 10:41
Author:	jra

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

Modified Files:
	chgpasswd.c nmbd_processlogon.c password.c proto.h reply.c 
	smbpass.c smbpasswd.c 
Log Message:
Modified interfaces to getting smb password entries from
get_smbpwd_entry (now an internal function to smbpass.c)
to a more UNIX-like :

getsmbpwnam() - get entry by name.
getsmbpwuid() - get entry by uid.

Changed the type returned by the smbpasswd enumeration
functions to be a void * so that people don't come to
depend on it being a FILE *.

These abstractions should make it much easier to
replace the smbpasswd file with a better backend
in future.

Other files changed are to match the above changes.

Jeremy.




More information about the samba-cvs mailing list