CVS update: samba/source/smbd

abartlet at samba.org abartlet at samba.org
Mon Oct 29 18:35:11 EST 2001


Date:	Sun Oct 28 23:35:11 2001
Author:	abartlet

Update of /data/cvs/samba/source/smbd
In directory va:/tmp/cvs-serv17023/smbd

Modified Files:
	auth_smbpasswd.c chgpasswd.c 
Log Message:
This commit is number 4 of 4.  

In particular this commit focuses on:

Actually adding the 'const' to the passdb interface, and the flow-on changes.

Also kill off the 'disp_info' stuff, as its no longer used.
	
While these changes have been mildly tested, and are pretty small, any 
assistance in this is appreciated.

----

These changes introduces a large dose of 'const' to the Samba tree.
There are a number of good reasons to do this:
	
	- I want to allow the SAM_ACCOUNT structure to move from wasteful
	pstrings and fstrings to  allocated strings.  We can't do that if
	people are modifying these outputs, as they may well make
	assumptions about getting pstrings and fstrings

	- I want --with-pam_smbpass to compile with a slightly sane
	volume of warnings, currently its  pretty bad, even in 2.2
	where is compiles at all.

	- Tridge assures me that he no longer opposes 'const religion'
	based on the ability to  #define const the problem away.

	- Changed Get_Pwnam(x,y) into two variants (so that the const
	parameter can work correctly): - Get_Pwnam(const x) and
	Get_Pwnam_Modify(x).

	- Reworked smbd/chgpasswd.c to work with these mods, passing
	around a 'struct passwd' rather  than the modified username
	
---

This finishes this line of commits off, your tree should now compile again :-)

Andrew Bartlett


Revisions:
auth_smbpasswd.c		1.20 => 1.21
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/auth_smbpasswd.c?r1=1.20&r2=1.21
chgpasswd.c		1.82 => 1.83
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/chgpasswd.c?r1=1.82&r2=1.83




More information about the samba-cvs mailing list