Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | smbpasswd -> net | Andrew Bartlett | 2003-03-31 | 1 | -1/+1 | |
| | ||||||
* | - Regenerate docs | Jelmer Vernooij | 2003-03-30 | 37 | -6935/+9548 | |
| | | | | - Document 'preload modules' | |||||
* | Doc updates from John + some minor fixes by me | Jelmer Vernooij | 2003-03-27 | 5 | -418/+573 | |
| | ||||||
* | Reflect current conversion status | Alexander Bokovoy | 2003-03-27 | 1 | -1/+1 | |
| | ||||||
* | 1. Fix generate-file-list.sh to produce a list sorted by parameter name, ↵ | Alexander Bokovoy | 2003-03-27 | 16 | -244/+295 | |
| | | | | | | not parameter section. 2. Convert base parameters to new meta-information scheme | |||||
* | Add new framework for smb.conf(5). Please read README before trying to compile. | Alexander Bokovoy | 2003-03-27 | 323 | -0/+7843 | |
| | | | | I will commit more meta-information updates during week-end. | |||||
* | Tidy XML formating | Alexander Bokovoy | 2003-03-27 | 1 | -2/+2 | |
| | ||||||
* | Document results of smb.conf(5) inspection. We have 13 undocumented ↵ | Alexander Bokovoy | 2003-03-26 | 1 | -0/+17 | |
| | | | | parameters for HEAD | |||||
* | - Patch from John to update PDC-HOWTO, add ServerType and CUPS (not finished ↵ | Jelmer Vernooij | 2003-03-26 | 41 | -8940/+11781 | |
| | | | | | | | yet) - Regenerate docs - Update docs-status | |||||
* | Fix two typos | Jelmer Vernooij | 2003-03-25 | 2 | -2/+2 | |
| | ||||||
* | Add notes about the rebuilding of files | Jelmer Vernooij | 2003-03-25 | 1 | -6/+15 | |
| | ||||||
* | Add example version identifier | Jelmer Vernooij | 2003-03-25 | 1 | -1/+1 | |
| | ||||||
* | Add documentation on unicode | Jelmer Vernooij | 2003-03-25 | 2 | -0/+95 | |
| | ||||||
* | Add info about dual daemon mode | Jelmer Vernooij | 2003-03-25 | 1 | -10/+40 | |
| | ||||||
* | Fix another opened-but-not-closed tag | Alexander Bokovoy | 2003-03-25 | 1 | -3/+1 | |
| | ||||||
* | Fixed opened-but-not-closed listitem/varlistentry for LDAPADMINDN | Alexander Bokovoy | 2003-03-25 | 1 | -0/+2 | |
| | ||||||
* | Fix missing tag pairs | Alexander Bokovoy | 2003-03-25 | 2 | -2/+3 | |
| | ||||||
* | Add notes for packagers | Jelmer Vernooij | 2003-03-24 | 2 | -0/+42 | |
| | ||||||
* | Remove documentation for removed options | Jelmer Vernooij | 2003-03-24 | 2 | -2/+0 | |
| | ||||||
* | editreg, wrepld and ntlm_aut aren't documented yet.. | Jelmer Vernooij | 2003-03-24 | 1 | -0/+5 | |
| | ||||||
* | Document common arguments with entities | Jelmer Vernooij | 2003-03-24 | 16 | -507/+220 | |
| | ||||||
* | Build the profiles.1 and smbtree.1 manpages | Jelmer Vernooij | 2003-03-23 | 1 | -1/+2 | |
| | ||||||
* | Document Tim's smbtree program | Jelmer Vernooij | 2003-03-23 | 1 | -0/+91 | |
| | ||||||
* | This does two things: | Volker Lendecke | 2003-03-23 | 1 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | * pdbedit -i -e sets all SAM_ACCOUNT elements to CHANGED to satisfy the new pdb_ldap.c handling * pdbedit -g transfers group mappings. I made this separate from the user database, as current installations have to live with a split backend. So, if you are running 3_0 alphas with LDAP as a backend and upgrade to the next 3_0 alpha, you should call pdbedit -i tdbsam -e ldapsam -g to transfer your group mapping database to LDAP. You certainly have to have all your groups as posixGroup objects in LDAP and adapt the LDAP schema before this call. Volker | |||||
* | This adds 'ldap delete dn' as the recommended parameter | Volker Lendecke | 2003-03-23 | 1 | -4/+14 | |
| | | | | | | | | for the 'ldap del only sam attr' functionality. So we are compatiple to the current SuSE patches as well as to TNG... ;-) Volker | |||||
* | Add minimum man page | Jelmer Vernooij | 2003-03-23 | 1 | -0/+88 | |
| | ||||||
* | Also move -V to -C in docs | Jelmer Vernooij | 2003-03-23 | 1 | -3/+3 | |
| | ||||||
* | Update smbcacls.1 for 3.0 | Jelmer Vernooij | 2003-03-20 | 1 | -7/+15 | |
| | ||||||
* | Update swat docs for 3.0 | Jelmer Vernooij | 2003-03-20 | 2 | -12/+24 | |
| | ||||||
* | Update wbinfo.1 for 3.0 | Jelmer Vernooij | 2003-03-20 | 2 | -4/+25 | |
| | ||||||
* | Don't generate a Samba-Developers-Guide.{ps,txt} with the contents | Jelmer Vernooij | 2003-03-19 | 1 | -4/+4 | |
| | | | | of the Samba HOWTO collection | |||||
* | It's init_module(), not module_init() as metze pointed out. I really thought ↵ | Jelmer Vernooij | 2003-03-19 | 1 | -2/+2 | |
| | | | | I check this well enough :-/ | |||||
* | Fix uncompleted sentence | Jelmer Vernooij | 2003-03-19 | 1 | -3/+3 | |
| | ||||||
* | Add documentation on new modules system | Jelmer Vernooij | 2003-03-19 | 3 | -3/+159 | |
| | ||||||
* | Add paramter 'ldap del only sam attr'. | Volker Lendecke | 2003-03-19 | 1 | -2/+9 | |
| | | | | | | | This patch is heavily based on a patch by SuSE. Thanks to Guenther Deschner <gd@suse.de> for providing it. Volker | |||||
* | Fix typo. | Volker Lendecke | 2003-03-19 | 1 | -1/+1 | |
| | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker | |||||
* | Update alpha information | Jelmer Vernooij | 2003-03-19 | 1 | -103/+32 | |
| | ||||||
* | Update to current situation - there's nothing about SAM/GUMS/IDMAP in here | Jelmer Vernooij | 2003-03-19 | 1 | -4/+4 | |
| | | | | currently, should there be? | |||||
* | Regenerate | Jelmer Vernooij | 2003-03-19 | 7 | -103/+994 | |
| | ||||||
* | Regenerate | Jelmer Vernooij | 2003-03-18 | 103 | -15212/+8758 | |
| | ||||||
* | Regenerate | Jelmer Vernooij | 2003-03-18 | 2 | -5653/+5843 | |
| | ||||||
* | More updates: | Jelmer Vernooij | 2003-03-18 | 3 | -81/+52 | |
| | | | | | | - Add SWAT as way to configure samba - Remove some duplicated information - Move some information to the part of the howto it belongs | |||||
* | - Move instructions on compiling samba to appendix | Jelmer Vernooij | 2003-03-18 | 4 | -328/+333 | |
| | | | | | - Add notes about binary packages - Some small fixes (typos, remove outdated stuff) | |||||
* | Put in documentation update by jht | Jelmer Vernooij | 2003-03-18 | 3 | -54/+94 | |
| | ||||||
* | Added a slightly modified version of Tridge's note about securing | Tim Potter | 2003-03-17 | 2 | -0/+183 | |
| | | | | a Samba server. | |||||
* | Run autoconf. Shouldn't we have an autogen.sh here? | Tim Potter | 2003-03-17 | 1 | -2/+11 | |
| | ||||||
* | Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather than | Tim Potter | 2003-03-17 | 1 | -0/+10 | |
| | | | | generate a bodgy Makefile. | |||||
* | Merge cifsntdomain.sgml fixes from 3.0 branch | Alexander Bokovoy | 2003-03-13 | 1 | -26/+35 | |
| | ||||||
* | Add Ronan Waide's info about the setdriver call. | Jelmer Vernooij | 2003-03-09 | 1 | -4/+24 | |
| | ||||||
* | Add some printing question & answers | Jelmer Vernooij | 2003-03-09 | 2 | -0/+18 | |
| |