1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

646 Commits

Author SHA1 Message Date
Jelmer Vernooij
19ab776bf9 sync 3_0 branch with HEAD 0001-01-01 00:00:00 +00:00
cvs2svn Import User
6938b5b98a This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Andrew Bartlett
8718e5e7b2 Rework the 'guest account get's RID 501' code again...
This moves it right into the passdb subsystem, where we can do this in
just one (or 2) places.  Due to the fact that this code can be in a tight loop,
I've had to make 'guest account' a 'const' paramater, where % macros cannot be
used.  In any case, if the 'guest account' varies, we are in for some nasty
cases in the other code, so it's useful anyway.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Gerald Carter
5f673b7883 large set of updates converting some of the textdocs to SGML/DocBook.
I think these were originally from Jelmer, but I've lost
the original message.

Also had some syntax errors in the manpages (does no one regenerate
after making changes to the SGML source?)

Still have some developer specific docs to add from Jelmer in the next
go around....
0001-01-01 00:00:00 +00:00
Tim Potter
6a4202a105 Updated smbcontrol manpage for new printnotify commands.
Jerry, what's the latest on rebuilding doco from source?  I've no idea
whether this actually compiles or not.
0001-01-01 00:00:00 +00:00
Simo Sorce
cfc03b9257 updates the log level parameter man section
can someone regenerate and commit the other formats?
thanks
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
d234f04a5f Escape ampersand(&) to better comply to SGML syntax 0001-01-01 00:00:00 +00:00
Andrew Tridgell
f3a0842e30 fixed typo
samba-patches 970
0001-01-01 00:00:00 +00:00
Andrew Bartlett
70929a970e Warn about n^2 algorithm with utmp=yes.
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Tridgell
03ac082dcb updated the 3.0 branch from the head branch - ready for alpha18 0001-01-01 00:00:00 +00:00
cvs2svn Import User
b8d39651fb This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. 0001-01-01 00:00:00 +00:00
Tim Potter
9e64d6973b Documented -I option to rpcclient. 0001-01-01 00:00:00 +00:00
Gerald Carter
0e10ba465d fix typo in unix extensions description 0001-01-01 00:00:00 +00:00
Andrew Bartlett
1e36b7e962 Jelmer has been keeping on top of the typos. 0001-01-01 00:00:00 +00:00
Andrew Bartlett
f766fc47d4 We don't use SSL any more...
(from jelmer)

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Gerald Carter
27bba80c0e fix typo 0001-01-01 00:00:00 +00:00
Andrew Bartlett
43fdd20386 Fix up comment on netbios scopes, and remove paragraph about international
charsets, becouse it really don't apply well with Samba 3.0 and unicode.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
3dd7fa7c57 This paragraph is irrelevent and misleading (needs fix for 2.2 as well) 0001-01-01 00:00:00 +00:00
Andrew Bartlett
cdcfe3671e Clean up a few unused functions, add a bit of static etc.
Importantly:

The removal of the silly 'delete user script' behaviour when secuity=domain.

I have left the name the same - as it still does the (previously documented,
but not in smb.conf(5)) sane behaviour of deleting users on request.

When we decide what to do with the 'add user' functionality, we might
rename it.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
1022a176e5 Some grammar fixes picked up from the bugs.debian.org, submitted by
jrv@vanzandt.mv.com

Most of them didn't apply any more, but the bits that did I've commited.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
c28668068b A few things in this commit:
cleanup some of the code in net_rpc_join re const warnings and
fstrings.

Passdb:

Make the %u and %U substituions in passdb work.
This is done by declaring these paramters to be 'const' and doing
the substitution manually.  I'm told this is us going full circle,
but I can't really see a better way.

Finally these things actually seem to work properly...

Make the lanman code use the pdb's recorded values for homedir etc
rather than the values from lp_*()

Add code to set the plaintext password in the passdb, where it can
decide how to store/set it.  For use with a future 'ldap password
change' option, or somthing like that...

Add pdb_unix, so as to remove the 'not in passdb' special cases from the
local_lookup_*() code.  Quite small, as it uses the new 'struct passwd ->
SAM_ACCOUNT' code that is now in just one place.  (also used by pdb_smbpasswd)

Other:
Fix up the adding of [homes] at session setup time to actually pass
the right string, that is the unix homedir, not the UNC path.

Fix up [homes] so that for winbind users is picks the correct name.
(bad interactions with the default domain code previously)

Change the rpc_server/srv_lsa_nt.c code to match NT when for the
SATUS_NONE_MAPPED reply:  This was only being triggered on
no queries, now it is on the 'no mappings' (ie all mappings failed).
Checked against Win2k.

Policy Question:  Should SID -> unix_user.234/unix_group.364 be
considered a mapping or not?  Currently it isn't.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
64aaec137e Make --with-ldapsam 'go away'. This is now a standard, stable, feature
and there is no real reason for it to depend on more than the abilty
to compile the code.
0001-01-01 00:00:00 +00:00
Andrew Bartlett
b04561d3fd This removes --with-ssl from Samba.
This option was badly maintained, useless and confused our users and
distirbutors.  (its SSL, therfore it must be good...)

No windows client uses this protocol without help from an SSL tunnel.

I can't see any reason why setting up a unix-side SSL wrapper would
be any more difficult than the > 10 config options this mess added
to samba in any case.

On the Samba client end, I think the LIBSMB_PROG hack should be
sufficient to start stunnel on the unix side.  We might extend this
to take %i and %p (IP and port) if there is demand.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
35e909b338 Update the doco for the LDAP options in smb.conf, in line with code changes
a little while back.  We might have to look at the migration path for these
options.  (or as --with-ldap has always been 'experimental' we could ignore
it...)

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Gerald Carter
e8ede079b5 merging some changes from SAMBA_2_2 0001-01-01 00:00:00 +00:00
Gerald Carter
edfafa1d40 * merge from SAMBA_2_2
* fix typos
* regenerate pages
0001-01-01 00:00:00 +00:00
Gerald Carter
c72db22a3f merge from HEAD 0001-01-01 00:00:00 +00:00
Gerald Carter
0ffda9ffad few fixes and regenerate 0001-01-01 00:00:00 +00:00
Andrew Bartlett
80adf1dbb5 Another patch from jelmer:
Doco for pdbedit and (ugly, but the best we could come up with) fix
for compiling pdbedit on some non-gcc compilers.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Volker Lendecke
8ecfed59a3 3 branches might become a pain... :-)
Volker
0001-01-01 00:00:00 +00:00
Volker Lendecke
8973a01f5e Merge from 2_2.
Volker
0001-01-01 00:00:00 +00:00
Andrew Bartlett
206f1158bd As always, vance looks after the grammer... :-) 0001-01-01 00:00:00 +00:00
Andrew Bartlett
1650bc969f Doco update from Hasch@t-online.de (Juergen Hasch) 0001-01-01 00:00:00 +00:00
Andrew Bartlett
012b3326c4 More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>)
Andrew Bartlett
0001-01-01 00:00:00 +00:00
Andrew Bartlett
5275c94cdf Better handling of uid/gid -> RID and RID -> uid/gid code.
All uids and gids must create valid RIDs, becouse other code expects this, and
can't handle the failure case. (ACL code in particular)

Allow admins to adjust the base of the RID algorithm, so avoid clashes with
users brought in from NT (for example).

Put all the algorithm code back in one place, so that this change is global.

Better coping with NULL sid pointers - but it still breaks a lot of stuff.

BONUS: manpage entry for new paramater :-)

counter based rids for normal users in tdbsam is disabled for the timebeing,
idra and I will work out some things here soon I hope.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Volker Lendecke
4b69834eb7 Merge from 2.2 0001-01-01 00:00:00 +00:00
Gerald Carter
3b29006e35 * merges from SAMBA_2_2
* addedd "private dir" to smb.conf.5.sgml
* regenerated man pages, HOWTOs, etc...
0001-01-01 00:00:00 +00:00
Jim McDonough
81c5648b3c Refresh from sgml source. HTML doesn't come out ok on mine, though, so
someone should really re-run it.  It's a newer version of Docbook2X
than Jerry is running...and something we need has changed.
0001-01-01 00:00:00 +00:00
Jim McDonough
dc77ad423d Updated for long flags from popt conversion, as well as version number.
Once again, can someone run docbook on this?
0001-01-01 00:00:00 +00:00
Jim McDonough
e074f10622 Update smbstatus manpage source. Includes corrections of some flags,
addition of long flags from conversion to popt, and update of the version
number.  Can someone with working docbook do the magic to this thing?
0001-01-01 00:00:00 +00:00
Andrew Bartlett
9a9e4e92ae Documentation updates. 0001-01-01 00:00:00 +00:00
Volker Lendecke
96299b6391 Same as in 2_2 0001-01-01 00:00:00 +00:00
Gerald Carter
b1cbc23d82 merge from 2.2 and regenerate 0001-01-01 00:00:00 +00:00
Gerald Carter
8b357e6551 merge from 2.2 0001-01-01 00:00:00 +00:00
Gerald Carter
46bd77a02a fixes from 2,2 0001-01-01 00:00:00 +00:00
Gerald Carter
2df8df4cd9 doc merge from 2.2 0001-01-01 00:00:00 +00:00
Gerald Carter
6ff2362495 removed several parameters ("client code page", "valid chars",
"code page directory", "character set", et. al.)
0001-01-01 00:00:00 +00:00
Andrew Bartlett
717f45ca3c A new simpiler syntax demands a new simpiler HOWTO. (This can all be reverted
if new simpiler syntax was a bad idea...).

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Gerald Carter
7b7e419073 merge from 2.2 and regen 0001-01-01 00:00:00 +00:00
Gerald Carter
a60be0216e merge from 2.2 0001-01-01 00:00:00 +00:00