summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-06Make skeleton VFSs compile with new EA modules.Jeremy Allison3-0/+238
Jeremy (This used to be commit 7c4cc2086d59e163ab89366c24ba399994a49462)
2003-06-06Fixup of typos.Jeremy Allison1-8/+8
Jeremy. (This used to be commit 99589b8a8f7081ced792e085ef448d9ebee135d3)
2003-06-06Use filedes as first argument to fsetxattr, not the undefined variable ↵Jelmer Vernooij1-1/+1
'path' :-) (This used to be commit d3c02b40c48921f842c92fa1beed1924897ce160)
2003-06-06More Edits from Vance Lankhaar.John Terpstra1-53/+59
(This used to be commit 35ce3638a3999bf9343db801cc3fab6a9d292d64)
2003-06-06metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison1-4/+4
Jeremy. (This used to be commit b863be794b7db11f91185ef2d669d0f89bbc1fae)
2003-06-06Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c toJeremy Allison1-4/+4
ensure they are tested. Jeremy. (This used to be commit 9ad02a7ba80c4796fecbaf2b4c75992988b002f7)
2003-06-062 more places where win2003 forces UCS2Andrew Tridgell1-2/+2
(This used to be commit b64f6e52ec8aa0892b405d3360079ababc8527f4)
2003-06-06- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell1-3/+3
- win2003 returns 0 for ea_size when there are no EAs (This used to be commit 83e0c21831f32aad2dfb6ebe4a27c7a0d2adb692)
2003-06-06make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell1-1/+2
(This used to be commit 59f1a5e6fd783b977f787dae4ba4bb8b65c41e43)
2003-06-06fixed a pstrcpy() that is not on a pstringAndrew Tridgell1-1/+1
(This used to be commit f644b3d6d238e3c44d0358b44296a9360d16bb41)
2003-06-06- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell3-6/+7
(to match win2003 behaviour) - added the STR_TERMINATE_ASCII flag from samba4 so we can get the string termination right for the case where it is supposed to be non-terminated for UCS2 and terminated when ASCII (This used to be commit 791a4cc7cf84eca77116bca00aeb5f95560f6705)
2003-06-06Fixup the check for attr libraries, used ',' instead of ' '.Jeremy Allison1-3/+3
Jeremy. (This used to be commit af62b6612ee046e0bf203c720eb03dbdea5f7296)
2003-06-06fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell1-2/+1
(This used to be commit ff5e37ed293b61c2585c66e7366fae478754cca1)
2003-06-06fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell1-5/+5
found by samba4 smbtorture SEARCH test (This used to be commit 5a5f59cf5eec39394b8aec4aab7f2c347d617255)
2003-06-06removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell1-8/+0
valgrind warning) causes us to return a completely wrong 8.3 filename in directory searches! come on guys, this close to a release you need to TEST CODE BEFORE COMMITTING (This used to be commit 381cea68b81aeb42b088677d2a8bfd410a7da329)
2003-06-06Missed (name) arg in fgetxattr.Jeremy Allison1-1/+1
Jeremy. (This used to be commit f42e164e9029c38279e36ee8955b9170b0fead87)
2003-06-06Added EA operations to VFS layer.Jeremy Allison4-4/+169
Jeremy. (This used to be commit 024de9213e414659296cb518a6753e510c64f614)
2003-06-05Fix the building of the docs in all formats:Jelmer Vernooij6-28/+155
- legalnotice should be in <bookinfo> (Developer docs) - Generate embedded PostScript versions of the PNG files in projdoc/imagefiles - Use either the PNG or the EPS images, depending on the desired output format. Check CUPS-printing.xml diff for details (This used to be commit 9992d5452d96508dc5dedc146f62e28d03b53ecc)
2003-06-05Adjusting Debian patches so they apply cleanly.Eloy Paris1-1/+1
(This used to be commit f43d6905b02bc41caa3e969ccc99eea59f017461)
2003-06-05Get ready for EA code... Add Linux interface.Jeremy Allison4-2/+144
Jeremy. (This used to be commit 48853140749b74053f1a7857a983397b6e9a0234)
2003-06-05ENCRYPTION.txt has been merged into the HOWTO CollectionJelmer Vernooij1-2/+1
(This used to be commit 7983bc317e5fbade4d1aac87583f3f69e408355d)
2003-06-05Fix broken URL'sJelmer Vernooij1-11/+4
(This used to be commit 490297e92bd21f6ebad03b81f5af37f6c3a9a525)
2003-06-05Fix smb.conf buildJelmer Vernooij1-2/+2
(This used to be commit ea78c12124424d4dcae6d22a72ae1c63610154d2)
2003-06-05Adding Kurt Pfiefle's new CUPS docs and Vance Lankhaar's fixes for typos.John Terpstra18-1359/+5318
(This used to be commit 98c10ba7e5fdaf1c53329be812c6b930ee427311)
2003-06-05Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison1-6/+4
Jeremy. (This used to be commit 72ecdb387db60a4afab4d4fabf76f4c1d7ecbeeb)
2003-06-05working draft of the idmap_ldap code.Gerald Carter8-483/+646
Includes sambaUnixIdPool objectclass Still needs cleaning up wrt to name space. More changes to come, but at least we now have a a working distributed winbindd solution. (This used to be commit 824175854421f7c27d31ad673a8790dd018ae350)
2003-06-05@$(@XSLTPROC) -> @$(XSLTPROC). Caught by Vance Lankhaar.Jelmer Vernooij1-2/+2
(This used to be commit 5612f81e94d3f2b5f70f638b4ed391a2d41ae330)
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)