summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-04Add an attributions page to the Developers Guide as wellJelmer Vernooij4-8/+24
(This used to be commit de132bf201add9628c966a0da549e5fa668fb11a)
2003-06-04Each <link> element should have either 'content' or an 'endterm' attributeJelmer Vernooij1-1/+1
(This used to be commit f2616a8cf1e253f6c7877e32d5704154328a91fd)
2003-06-04More minor syntax fixesJelmer Vernooij2-11/+3
(This used to be commit cb29683b01ad8f258275e5c26e855be7cfa79dc0)
2003-06-04<strong> is not a valid tag.Jelmer Vernooij8-12/+12
(This used to be commit 8f06e9feb2634939392dc0ce1397dcd8d04c79e5)
2003-06-04Fix XML syntaxJelmer Vernooij1-5/+9
(This used to be commit 9f65de7b70d95b3f3abbe96814db964d928f9db1)
2003-06-04Some language and XML syntax fixes.Jelmer Vernooij1-36/+41
(This used to be commit f5c2ac0bade6a18e13b3070f7c678e1248c75c2a)
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij6-10/+10
(This used to be commit e1a8e9b7f3e69c7271d2b715703b2d5b2412bd42)
2003-06-04Fix typos reported by Paul Eggleton <paule@cjntech.co.nz>John Terpstra4-20/+20
(This used to be commit a56038fb91791ee8c82fa9aec7e610935d4de22e)
2003-06-04Move VFS example skel.c to two different examples: one for opaque operations ↵Alexander Bokovoy10-491/+1563
and one for transparent. Also add configure support for compiling third-party modules. Patch from Stefan Metzmacher <metze@metzemix.de> (This used to be commit fcdf215753630d4173e50b7d93d6bc8ba254a5ff)
2003-06-04First version of VFS API developers documentation. Needs work on both ↵Alexander Bokovoy2-0/+794
formatting and content. (This used to be commit 768e42bf40cccf24afe61ed6ae4601502dd89e74)
2003-06-04Fix compiler warnings for vfstest. Patch from Stefan Metzmacher ↵Alexander Bokovoy1-2/+3
<mezte@metzemix.de> (This used to be commit db255608f15c447596c336dbdafb56fb9308e9c5)
2003-06-04Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher ↵Alexander Bokovoy2-5/+5
<mezte@metzemix.de> (This used to be commit c5e8acd3b7b8a7063aa6ffde1099196daf1c317b)
2003-06-04Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison1-3/+5
leak memory. Jeremy. (This used to be commit 07a76eb2e01833d5e2e447391cffeda712118c20)
2003-06-04fixed the termination of several trans2 stringsAndrew Tridgell1-3/+3
(This used to be commit 8f23ad3054febe47b667172d680d2d19ad141416)
2003-06-04shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell1-1/+1
(This used to be commit f7cd16ab58753be25bc9c7b487289361e3882da3)
2003-06-04fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell1-21/+23
(This used to be commit 7f8634c35aed0d8c3fe8f7700ca1175c10b6e031)
2003-06-03Make the attribution page look nicer.Jelmer Vernooij4-14/+11
(This used to be commit f6a86d7b5ce30879dc6c37a4abaedf37e7c30301)
2003-06-03Remove some <parameter> tags in <title>'s, which cause an \discretionary inJelmer Vernooij2-5/+5
the TOC, something LaTeX doesn't like (This used to be commit 43e8865abbf66f79590ce88b64a5fd85e331fe99)
2003-06-03Generate attributions page and use it.Jelmer Vernooij3-12/+20
Fix dependencies for generating the HOWTO (should save doing 'make clean' every time) (This used to be commit b574685556fe977962f4d909825d23fce00b53d7)
2003-06-03Add XSL for generating attributions pageJelmer Vernooij1-0/+58
(This used to be commit c01e766e14d7db2e3c12f70bcf501c5852ef1dd9)
2003-06-03Fix some syntax errorsJelmer Vernooij2-5/+5
(This used to be commit 7ebaabdb12c3258e74ef845067e93b1d488a5294)
2003-06-03Large update for layout. Everything is consistent with the rest of the HOWTOJelmer Vernooij1-365/+343
now (This used to be commit 59cfa1ced486e98ebd49f5bb23c228435d174fc3)
2003-06-03added idmap_ldap to wrong branch.Gerald Carter2-4/+4
(This used to be commit eafd53a7e7b54ccf2089dc5841ea4291a891ea91)
2003-06-03This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+838
used to be commit 7a85a963251c3b26187adbf9ff1b241bc9fbafa2)
2003-06-03initial version of idmap_ldap.c; lots of updates to comeGerald Carter1-0/+838
(This used to be commit 69c84ad06b759da2246b3c00155a43e90f45a7f6)
2003-06-03Remove questions that have been moved to 'Common Errors' in the HOWTO ↵Jelmer Vernooij6-431/+1
Collection. (This used to be commit 1e3f3755681e4afd58c4107cd88922b1249997a6)
2003-06-03Add some more common errorsJelmer Vernooij5-2/+94
(This used to be commit 72e4264dc6e21cbae9792b3f20b4304aabadeec9)
2003-06-03Add common errorJelmer Vernooij1-0/+11
(This used to be commit 93fc9ef9b6a1db92104cd5443a1131cace179236)
2003-06-03* set winbind cache time to 5 minutesGerald Carter6-20/+98
* quit obsessing over the sequence number so much * share the updated sequence number between parent and child winbindd processes in dual mode (This used to be commit 6fb5bdb30e2b1341ba600ce0dfd397394f7a831c)
2003-06-03* set winbind cache time to 5 minutesGerald Carter4-19/+96
* quit obsessing over the sequence number so much * share the updated sequence number between parent and child winbindd processes in dual mode (This used to be commit 6f99cafa95b2a9dc98d8272fe6a54e9d37098340)
2003-06-03Fix debug message merge.Jeremy Allison1-1/+1
Jeremy. (This used to be commit d6f23166420d89ea7d3d5433e3234529681cb330)
2003-06-03Merge change winbindd cache time 15 -> 120 secs.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 5acdf6752e187d329c4e59dd167e86549119c670)
2003-06-03Merge DEBUG message on usleep on open.Jeremy Allison1-0/+1
Jeremy. (This used to be commit 063a210448d57e08db6d47a584c591f20645c80a)
2003-06-03Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.Jeremy Allison1-2/+29
Jeremy. (This used to be commit 71bac46c5134fc22942150a1407baa9109aae8d1)
2003-06-03Fixing typos reported by Paul Eggleton <paule@cjntech.co.nz>John Terpstra4-6/+6
(This used to be commit 44dd95f7908e03ac0cbfb2348fb114cff14120b4)
2003-06-03Fix typo.John Terpstra1-1/+1
(This used to be commit 932801d2af31461111efe37740275253f8e8debb)
2003-06-02Fix parameters for LaTeXJelmer Vernooij1-9/+9
(This used to be commit f14dcacaaf748672a8f925c059d27f9467339ede)
2003-06-02More changes to editreg to make it less tetchy.Richard Sharpe1-17/+17
(This used to be commit 30e1431e937325da414493bf0a6d4281b9c1501f)
2003-06-02A few little edits to clean up style and to blend this into current doc format.John Terpstra1-97/+91
(This used to be commit ea32dd07ca130da85df2f1ff95d4808bc87e669c)
2003-06-02Printing update from Kurt Pfiefle, curtesy of Ken Sarkies ↵John Terpstra1-742/+3247
<matou@picknowl.com.au> who prepared the XML doc form. (This used to be commit 15c6c975263dfabb74f21626a5366709faca042d)
2003-06-02Some fixes for editreg.c, although I see that head seems broken ...Richard Sharpe1-5/+5
(This used to be commit b049c2f66f2bc7d8beb52c9a88c48b297738336b)
2003-06-01added the COMPRESSION_INFO trans2 QFILEINFO level and fixed theAndrew Tridgell2-3/+10
IS_NAME_VALID QPATHINFO level (This used to be commit 1634346e2a6e73af80d4e68d50c6398fb24869a5)
2003-06-01fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. TheAndrew Tridgell1-35/+2
structure we were using was completely wrong after the first few parameters. found by samba4 testsuite. Lots of other stuff also fails, but is harder to fix. (This used to be commit 6f34bd423ebb805e1e5a3b61bb5b2ca8530ce69d)
2003-06-01Bringing packaging/Debian/* to a more recent state.Eloy Paris77-7599/+4344
(This used to be commit cd7494a19608f2b4a63b9c654dd8e0a0fc587c39)
2003-06-01Update the doco on 'restrict anonymous' (note that 'guest ok' kills off theAndrew Bartlett4-5/+30
benifit of RA=2), explain better what 'ntlm auth' and 'lanman auth' do, and fix use spnego - all win2k clients use spnego. Work on the client-side still needs to be done, but I realised that I need to add a paramter to close off all plaintext authentication before documenting 'client lanman auth' will make any sense. Andrew Bartlett (This used to be commit f264846537d7aa66e7bbb71c17bf215dc23f07e2)
2003-06-01Bringing packaging/Debian/ up to date with the current Samba packageEloy Paris77-7599/+4344
in Debian unstable. The stuff here was ages old... (This used to be commit 5646df8bfb327d74f9c07fc219023a5aecdbc70d)
2003-06-01Fix typo.John Terpstra1-0/+2
(This used to be commit fec33ad1b2e3e2b232195f627f272bdc5ab39a49)
2003-06-01More minor edits.John Terpstra4-2/+71
(This used to be commit dcc3ed1a8037c0872383bdbeba511322f55c12c5)
2003-06-01Added Common Error.John Terpstra1-1/+19
(This used to be commit a3940a2945b1237e97cadc09100f98e8cdce3e50)
2003-06-01Add indexJelmer Vernooij1-0/+2
(This used to be commit 4515b67c68778e5f16e65e30a4d29ca6106ddfd6)