changed function name of get_home_dir() to get_unixhome_dir(), to stop
authorLuke Leighton <lkcl@samba.org>
Sun, 12 Dec 1999 21:00:35 +0000 (21:00 +0000)
committerLuke Leighton <lkcl@samba.org>
Sun, 12 Dec 1999 21:00:35 +0000 (21:00 +0000)
commitf6276724bafdb6145c0c7b565172d80cb04516ea
treedc898b2020b32c12b02724fb7209bde351afe47e
parent4f8a24522c683761c6f2ee23dba56f6c7913377b
changed function name of get_home_dir() to get_unixhome_dir(), to stop
clash with gnu readline library.

fixed issue with [homes] service not being there - call lp_add_home()
just before starting the msrpc processing.
(This used to be commit 054195df9b6187c663ede5cf4489499abbdc29fc)
source3/include/proto.h
source3/lib/username.c
source3/lib/util.c
source3/msrpc/msrpcd.c
source3/msrpc/msrpcd_process.c
source3/param/loadparm.c
source3/smbd/password.c
source3/smbd/reply.c
source3/smbd/service.c