CVS update: samba/source/lib/rpc/server

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


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

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

Modified Files:
	srv_netlog.c srv_samr.c srv_util.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