summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Document -v optionJelmer Vernooij2002-08-212-12/+27
|
* document nisplus samJelmer Vernooij2002-08-212-2/+7
|
* Update generated version of manpagesJelmer Vernooij2002-08-203-750/+1160
|
* New (simpler) documentation system.Jelmer Vernooij2002-08-2043-13515/+111
|
* Strip URL stuff, not only ending in .htmlJelmer Vernooij2002-08-201-1/+1
|
* Remove (broken) indexJelmer Vernooij2002-08-203-6/+2
| | | | don't use underscores in chaptor names (invalid sgml syntax)
* Fix syntax errorsJelmer Vernooij2002-08-191-4/+2
|
* More smb.conf manpage updates:Jelmer Vernooij2002-08-191-23/+194
| | | | | | | | | | | | | | | | | | | | add printer command -> addprinter command delete printer command -> deleteprinter command display charset dos charset hide unwriteable -> hide unwriteable files hostname lookups name cache timeout ntlm auth paranoid server security realm smb ports unicode unix charset wtmp directory wins partners block size vfspath
* Adding documentation for options:Jelmer Vernooij2002-08-191-19/+129
| | | | | | | | | | | add user to group script delete group script ads server delete user from group script disable netbios block size hide unwriteable mangling method
* Update manpage to match to Simo's latest pdbedit changesJelmer Vernooij2002-08-191-2/+12
|
* Add vfstest manpage + fix typo in configureJelmer Vernooij2002-08-193-3/+171
|
* paramater -> parameterJelmer Vernooij2002-08-171-2/+2
|
* Rework the 'guest account get's RID 501' code again...Andrew Bartlett2002-08-171-0/+4
| | | | | | | | | | 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
* large set of updates converting some of the textdocs to SGML/DocBook.Gerald Carter2002-08-1529-6179/+15103
| | | | | | | | | | | 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....
* Updated smbcontrol manpage for new printnotify commands.Tim Potter2002-08-111-5/+49
| | | | | Jerry, what's the latest on rebuilding doco from source? I've no idea whether this actually compiles or not.
* updates the log level parameter man sectionSimo Sorce2002-08-031-3/+6
| | | | | can someone regenerate and commit the other formats? thanks
* Escape ampersand(&) to better comply to SGML syntaxJelmer Vernooij2002-08-021-1/+1
|
* fixed typoAndrew Tridgell2002-07-281-1/+1
| | | | samba-patches 970
* Warn about n^2 algorithm with utmp=yes.Andrew Bartlett2002-07-281-0/+6
| | | | Andrew Bartlett
* Documented -I option to rpcclient.Tim Potter2002-07-091-0/+18
|
* fix typo in unix extensions descriptionGerald Carter2002-07-021-3/+3
|
* Jelmer has been keeping on top of the typos.Andrew Bartlett2002-06-274-3/+6
|
* We don't use SSL any more...Andrew Bartlett2002-06-271-405/+0
| | | | | | (from jelmer) Andrew Bartlett
* fix typoGerald Carter2002-06-171-1/+1
|
* Fix up comment on netbios scopes, and remove paragraph about internationalAndrew Bartlett2002-06-091-12/+2
| | | | | | charsets, becouse it really don't apply well with Samba 3.0 and unicode. Andrew Bartlett
* This paragraph is irrelevent and misleading (needs fix for 2.2 as well)Andrew Bartlett2002-06-091-6/+0
|
* Clean up a few unused functions, add a bit of static etc.Andrew Bartlett2002-05-251-39/+8
| | | | | | | | | | | | | | 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
* Some grammar fixes picked up from the bugs.debian.org, submitted byAndrew Bartlett2002-05-243-14/+14
| | | | | | | | jrv@vanzandt.mv.com Most of them didn't apply any more, but the bits that did I've commited. Andrew Bartlett
* A few things in this commit:Andrew Bartlett2002-05-181-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-35/+3
| | | | | and there is no real reason for it to depend on more than the abilty to compile the code.
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-361/+2
| | | | | | | | | | | | | | | | | 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
* Update the doco for the LDAP options in smb.conf, in line with code changesAndrew Bartlett2002-05-171-43/+29
| | | | | | | | 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
* merging some changes from SAMBA_2_2Gerald Carter2002-05-0834-1269/+2777
|
* * merge from SAMBA_2_2Gerald Carter2002-04-255-43/+342
| | | | | * fix typos * regenerate pages
* few fixes and regenerateGerald Carter2002-04-165-95/+184
|
* Another patch from jelmer:Andrew Bartlett2002-04-151-8/+18
| | | | | | | Doco for pdbedit and (ugly, but the best we could come up with) fix for compiling pdbedit on some non-gcc compilers. Andrew Bartlett
* Merge from 2_2.Volker Lendecke2002-04-141-2/+6
| | | | Volker
* As always, vance looks after the grammer... :-)Andrew Bartlett2002-04-131-1/+1
|
* Doco update from Hasch@t-online.de (Juergen Hasch)Andrew Bartlett2002-04-131-0/+2
|
* More updates from ctrlsoft. (Jelmer Vernooij <jelmer@nl.linux.org>)Andrew Bartlett2002-04-131-6/+6
| | | | Andrew Bartlett
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-0/+21
| | | | | | | | | | | | | | | | | | | 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
* Merge from 2.2Volker Lendecke2002-04-051-9/+11
|
* * merges from SAMBA_2_2Gerald Carter2002-04-0110-2522/+2819
| | | | | * addedd "private dir" to smb.conf.5.sgml * regenerated man pages, HOWTOs, etc...
* Refresh from sgml source. HTML doesn't come out ok on mine, though, soJim McDonough2002-03-282-93/+94
| | | | | someone should really re-run it. It's a newer version of Docbook2X than Jerry is running...and something we need has changed.
* Updated for long flags from popt conversion, as well as version number.Jim McDonough2002-03-271-10/+11
| | | | Once again, can someone run docbook on this?
* Update smbstatus manpage source. Includes corrections of some flags,Jim McDonough2002-03-271-10/+25
| | | | | 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?
* Documentation updates.Andrew Bartlett2002-03-231-4/+58
|
* Same as in 2_2Volker Lendecke2002-03-083-5200/+0
|
* merge from 2.2 and regenerateGerald Carter2002-02-194-9/+7
|
* merge from 2.2Gerald Carter2002-02-193-1044/+38
|