summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2002-11-05Fix small syntax errorsJelmer Vernooij5-10/+13
(This used to be commit 7f9b0dbf5bddf6b49fdb8788ab6745ed46cb9cca)
2002-11-05Add note about obsolete sectionJelmer Vernooij1-2/+2
(This used to be commit 2d38795d3a9258babccfe52420ed83ec5a1d3f51)
2002-11-05Add pdb_xml docsJelmer Vernooij2-0/+44
(This used to be commit f92f10ef253615d453aca6cb093f65a3a0a62283)
2002-11-05Fix various small syntax errorsJelmer Vernooij6-9/+145
add docs for pdb_mysql don't build obsolete docs in Makefile (This used to be commit 1c06377f84b170fe2a6476df13f1b2a0d39d0a92)
2002-11-05The default for 'announce version' is 4.9, not 4.5 or 4.2Jelmer Vernooij1-2/+2
(This used to be commit 570c3b2fab6368726213bb786e33902f261eb606)
2002-11-04Sync to actual stateJelmer Vernooij1-3/+2
(This used to be commit bae2a38b17d4645e4faf74cd05a92511aee6c32b)
2002-11-04Large number of updates - new structure of the HOWTO, better names, ↵Jelmer Vernooij8-531/+472
introductions, updating to 3.0 (This used to be commit dfc3d55493c40201244a9e44b89868f7128c6f85)
2002-11-04Move encryption algorithm explanation to dev-docJelmer Vernooij2-0/+198
(This used to be commit ea026d74c1d8696e45c6bddc5b1b0029e7e41507)
2002-11-04Move explanation of encryption algorithm to dev-docJelmer Vernooij1-216/+27
(This used to be commit b279cc065385d45b8a16e220fb13b278d5921b1f)
2002-11-02Merge of my 'ldap trust ids' patch from HEAD.Andrew Bartlett1-7/+39
This hopefully provides a peformance boost by not hitting getpwnam() for every entry in an enumeration, instead reteriving entries directly (if available). idra has reviewed this patch. Andrew Bartlett (This used to be commit 8abe71c4d7a796001c5765f4dd88c2e6f5637802)
2002-11-02Fix typoAndrew Bartlett1-1/+1
(This used to be commit 5c6041f713f1931072aa25f49e8210c4c7e36ba9)
2002-11-02Add a 'ldap trust ids' option that lets pdb_ldap check for posixAccountAndrew Bartlett1-7/+39
attributes rather than calling getpwnam() on the user. This should help fix some of metze's performance issues - particularly on enumerations. There is a consequential change to the operation of 'non unix account's in LDAP - they are no longer restricted to being 'within' the NUA range, but will always be added to that range. Finally, there is the doco for this and the previous LDAP SSL changes. (This used to be commit 18abaeffda300074a507561d8372d5bfddc8fe50)
2002-11-02Initial updating of DiagnosisJelmer Vernooij1-13/+17
(This used to be commit 4fc8f1d3f29e36c8c1a04d6907c4bed3d6547e35)
2002-11-02Update status of docs - some more manpages are now up-to-dateJelmer Vernooij1-2/+2
(This used to be commit 675226f1a1e2cc424f24bb2f22c730185db0c949)
2002-11-02Update manpages - make ready for 3.0Jelmer Vernooij4-17/+59
(This used to be commit 1a06235f183c2dcc6efc056043252246a4f31139)
2002-11-01adding roadmap to 3.0 branchGerald Carter1-0/+286
(This used to be commit 4bdcd1b6b3220d4566a625d0402d7f45163a39c8)
2002-10-31Add initial upgrading doc (doesn't contain much currently)Jelmer Vernooij5-36/+50
Start using more entities (This used to be commit 6c442fe5c90902718d9a381e6b2518c0b4aab3de)
2002-10-30The locking description in this doc is outdated - note thatJelmer Vernooij1-0/+7
(This used to be commit 125c2fea550a88cf28fa82281b69a25b644edc4a)
2002-10-29We also support security = serverJelmer Vernooij1-1/+1
(This used to be commit 5bd2c390e883ced39ca89d0180d87a35ce396e96)
2002-10-292.2 was the previous release - don't talk about it like it's currentJelmer Vernooij1-1/+1
(This used to be commit 752ef9463dc8b60cb0069344c3e30f65290270a1)
2002-10-29Small markup fixesJelmer Vernooij1-2/+3
(This used to be commit c11b611bacc51ba57943cfd7988743194facaae2)
2002-10-29-E doesn't take argumentsJelmer Vernooij1-1/+1
(This used to be commit 932b364de79407b3996061c0ae66117d39045e4d)
2002-10-29Sync with actual changesJelmer Vernooij1-4/+2
(This used to be commit 706a87e774a2a976edb40c07b2a8a22cc9309ca1)
2002-10-28Fix typo (s/-s/-S)Jelmer Vernooij1-1/+1
(This used to be commit 1c334f05a5068485b825f81845e76caff37cf104)
2002-10-28Fix typo (-s -> -S)Jelmer Vernooij1-2/+2
(This used to be commit 522b7470a3dbe61f522f65fa2b1aeac4bc1d36c3)
2002-10-28Update info on ldap suffix (thanks metze)Jelmer Vernooij1-1/+1
(This used to be commit 257a1ff880d58a262169885336e5090d986e7d3c)
2002-10-28Update info on ldap suffix (thanks metze)Jelmer Vernooij1-0/+2
(This used to be commit 904e48e49f42d9dfef7f8bcc1b01fc8b1345c36c)
2002-10-28Sync with headJelmer Vernooij1-28/+0
(This used to be commit ab712e9d1520158d857efdd6d664d4f6a104f8e9)
2002-10-28document ldap suffixJelmer Vernooij1-0/+2
(This used to be commit 85eeb8870f5a1e04c607fbcc18f8da50eb7a694f)
2002-10-25adding missing filesGerald Carter1-0/+28
(This used to be commit 5dff700b235891d534fd6e4c88fd4ff7a0353568)
2002-10-25removing a few files I missedGerald Carter3-48/+0
(This used to be commit b7054a9ed9189c6fdc687215e25c71ca9d1949b3)
2002-10-25sync from HEADGerald Carter105-34029/+9312
(This used to be commit 2eb7f0acd761a11bb0f24010347247074c5ed49a)
2002-10-24Document -P and -V (patch from Guenther Deschner <gd@suse.de>)Jelmer Vernooij1-0/+32
(This used to be commit 5845f17c927a84ba502c834b3a38499959b7ae40)
2002-10-23Move OID documents to web moduleJelmer Vernooij2-46/+0
(This used to be commit 3de1a8296266615528d52895766c295b430518cb)
2002-10-21This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User26-0/+12929
used to be commit d39b53ba5486fc09e5332d77aad9a6047b0e91a6)
2002-10-21Add faq chapter about the samba featuresJelmer Vernooij1-0/+376
(This used to be commit b55fe96c1f073e81ce564d16d70cae49e1862cf5)
2002-10-21Don't say we need WINS Replication documentationJelmer Vernooij1-3/+3
(This used to be commit 2bbc4187e76339191aadf8c9503daf7c02ebafbc)
2002-10-21Add text doc about what work is left on the docs for 3.0Jelmer Vernooij1-0/+57
(This used to be commit 328c5a92a1dfe7e5bc62a1846bf4e9c7cdb2110c)
2002-10-21add a 'mangle prefix' option to allow people to tune the number ofAndrew Tridgell1-4/+15
characters used in the prefix for 8.3 names in the hash2 algorithm. The longer the prefix the more readable the 8.3 names will be, but the weaker the hash. this was added because of someone complaining that the new hashing algorithm was unreadable but the old one was broken :) (This used to be commit 3ca3cc838e5b957c7244b21947daddc4ee4c3099)
2002-10-18Document parameters that have been added in 3.0Jelmer Vernooij4-5/+15
(This used to be commit 1fb6353c39439220465fcce7950511c63e31ea44)
2002-10-18Update for 3.0 (document -B, -s, -n options). Is now currentJelmer Vernooij1-1/+30
(This used to be commit 9f388e15b0bef1590c5605f8d7cdeac7c82cd64f)
2002-10-18smb.conf.5 is completely up-to-date for 3.0 now. Say so in the VERSION sectionJelmer Vernooij1-1/+1
(This used to be commit 28fb5f00c0683ed7af6ea05ac5e005215ad7a7c7)
2002-10-18Try to put some questions from the mailinglist inJelmer Vernooij1-0/+8
(This used to be commit 1bf8ca3c89b5cbbc329f34971d5d2541d3b0265c)
2002-10-18Add FAQ 'I have set 'force user' and samba still makes 'root' the owner of ↵Jelmer Vernooij2-0/+13
all the files I touch!' (This used to be commit e8d7f8eb43e299cbe7f46c91e2040e9d74d693e2)
2002-10-18Document %D. Make a difference between sub_basic and sub_advanced substitutionsJelmer Vernooij1-54/+59
(This used to be commit 7fe52d378d7e4ce6381be3544d865088a7659009)
2002-10-18Add note to HP-UX: use gcc or HP's ansi C compiler and not the freely ↵Jelmer Vernooij1-0/+6
supplied C compiler (which isn't ansi C compatible) (This used to be commit 853558151e0d26a98bf9278b664f98987f17813e)
2002-10-18Remove note about the howto being in 'htmldocs' - this notice hasJelmer Vernooij1-2/+0
been in since 2.2 so people should know by now... (This used to be commit 744615f13f591b334fe85d4285ffbaa11419755c)
2002-10-15These utilities aren't in HEADJelmer Vernooij2-632/+0
(This used to be commit 6bfd71ec20aa8eddc3f2878eb1cac57cacc05885)
2002-10-15These utilities are not in HEADJelmer Vernooij2-239/+0
(This used to be commit aacdde1fcb02bf4982e8175f6dcc8ea8912d3efd)
2002-10-15make_smbcodepage and make_unicodemap are gone in HEADJelmer Vernooij2-369/+0
(This used to be commit ef40bde4344a19fcc61d6d1719c1c87970445139)