1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Luke Leighton 423a7c4171 util.c password.c :
added automount_server() function which, if -DAUTOMOUNT is in use,
	returns the server name of the NIS auto.map entry.  otherwise,
	it returns local_server.

	added use of automount_server() for a new substitution %N for NIS
	home server.  this defaults, via automount_server(), to the same
	functionality as %L if -DAUTOMOUNT is not used.

	removed vuser->home_share.  moved code that grabbed the servername
	into the separate function automount_server().

loadparm.c :

	created "logon drive" (default of "")
	created "logon home"  (default of "\\%N\%U")
	changed default of "logon path" from NULL to "\\%N\%U\profile".

ipc.c pipenetlog.c :

	use lp_logon_drive(), lp_logon_home() and lp_logon_path() in their
	now easier-to-use form (don't have to check if *lp_logon_path() and
	manually substitute a default of \\%L\%U and do a standard_sub_basic()
	on the result, because the default automatically does this.
(This used to be commit c6c28a4c3c)
1997-10-20 12:10:58 +00:00
..
chgpasswd.c Adding Andrews buffer overflow fixes into the main branch. 1997-09-26 18:55:29 +00:00
dir.c Simply moved the #include for ubi_dLinkList.h from within dir.c to 1997-10-17 21:06:20 +00:00
ipc.c util.c password.c : 1997-10-20 12:10:58 +00:00
mangle.c remove { and } from the list of illegal characters in filenames. The 1997-10-12 03:48:47 +00:00
message.c Adding Andrews buffer overflow fixes into the main branch. 1997-09-26 18:55:29 +00:00
password.c util.c password.c : 1997-10-20 12:10:58 +00:00
pipes.c pipes.c pipesrvsvc.c : 1997-10-19 12:24:23 +00:00
predict.c Put in fix for read-prediction extending files bug. Hard to test, can't 1997-10-08 22:23:47 +00:00
quotas.c Makefile: Split definitions for SGI4,5,6. 1997-10-08 20:34:13 +00:00
reply.c a major share modes reorganisation. 1997-10-20 08:46:00 +00:00
server.c a major share modes reorganisation. 1997-10-20 08:46:00 +00:00
smbrun.c 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com) 1997-05-08 01:14:17 +00:00
trans2.c ipc.c: Adding Andrews become_root code to the main branch. 1997-10-15 21:53:59 +00:00
uid.c ipc.c: Adding Andrews become_root code to the main branch. 1997-10-15 21:53:59 +00:00
vt_mode.c Adding Andrews buffer overflow fixes into the main branch. 1997-09-26 18:55:29 +00:00