1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

13637 Commits

Author SHA1 Message Date
Jelmer Vernooij
837331e8f4 Fix smb.conf build
(This used to be commit ea78c12124)
2003-06-05 16:56:06 +00:00
John Terpstra
f7718093e1 Adding Kurt Pfiefle's new CUPS docs and Vance Lankhaar's fixes for typos.
(This used to be commit 98c10ba7e5)
2003-06-05 06:39:55 +00:00
Jeremy Allison
bf50387f49 Never second guess tridge.... (always talloc an internal pointer... ).
Jeremy.
(This used to be commit 72ecdb387d)
2003-06-05 02:44:24 +00:00
Gerald Carter
3bdfd57a2d working draft of the idmap_ldap code.
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 8241758544)
2003-06-05 02:34:30 +00:00
Jelmer Vernooij
e8d5d89277 @$(@XSLTPROC) -> @$(XSLTPROC). Caught by Vance Lankhaar.
(This used to be commit 5612f81e94)
2003-06-05 00:24:56 +00:00
Jelmer Vernooij
36126f3a2c Add an attributions page to the Developers Guide as well
(This used to be commit de132bf201)
2003-06-04 22:35:48 +00:00
Jelmer Vernooij
900b78bbe0 Each <link> element should have either 'content' or an 'endterm' attribute
(This used to be commit f2616a8cf1)
2003-06-04 20:14:16 +00:00
Jelmer Vernooij
38f52d698a More minor syntax fixes
(This used to be commit cb29683b01)
2003-06-04 20:11:10 +00:00
Jelmer Vernooij
b2166d297c <strong> is not a valid tag.
(This used to be commit 8f06e9feb2)
2003-06-04 19:15:10 +00:00
Jelmer Vernooij
eea23f43f7 Fix XML syntax
(This used to be commit 9f65de7b70)
2003-06-04 18:42:56 +00:00
Jelmer Vernooij
010d231469 Some language and XML syntax fixes.
(This used to be commit f5c2ac0bad)
2003-06-04 18:36:50 +00:00
Jelmer Vernooij
cad20ab63b Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
(This used to be commit e1a8e9b7f3)
2003-06-04 16:40:50 +00:00
John Terpstra
f90d309c8a Fix typos reported by Paul Eggleton <paule@cjntech.co.nz>
(This used to be commit a56038fb91)
2003-06-04 13:59:25 +00:00
Alexander Bokovoy
bee3d8f410 Move VFS example skel.c to two different examples: one for opaque operations 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 fcdf215753)
2003-06-04 13:13:41 +00:00
Alexander Bokovoy
8d64a1c69a First version of VFS API developers documentation. Needs work on both formatting and content.
(This used to be commit 768e42bf40)
2003-06-04 13:06:37 +00:00
Alexander Bokovoy
c39b90f047 Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzemix.de>
(This used to be commit db255608f1)
2003-06-04 12:51:21 +00:00
Alexander Bokovoy
07aaa59018 Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte@metzemix.de>
(This used to be commit c5e8acd3b7)
2003-06-04 12:50:07 +00:00
Jeremy Allison
bcf59e2575 Fix for previous checkin. Only use talloc on unmarshalling or we'll
leak memory.
Jeremy.
(This used to be commit 07a76eb2e0)
2003-06-04 06:22:44 +00:00
Andrew Tridgell
b6cb0e914d fixed the termination of several trans2 strings
(This used to be commit 8f23ad3054)
2003-06-04 06:03:21 +00:00
Andrew Tridgell
878944f1ec shouldn't null terminate trans2 qfileinfo all_info/name
(This used to be commit f7cd16ab58)
2003-06-04 05:45:40 +00:00
Andrew Tridgell
894b003ce6 fixed the arbitrary 256 limit on the size of aliases in parse_samr
(This used to be commit 7f8634c35a)
2003-06-04 04:42:33 +00:00
Jelmer Vernooij
a84b9c6a80 Make the attribution page look nicer.
(This used to be commit f6a86d7b5c)
2003-06-03 23:03:50 +00:00
Jelmer Vernooij
9916cef9b5 Remove some <parameter> tags in <title>'s, which cause an \discretionary in
the TOC, something LaTeX doesn't like
(This used to be commit 43e8865abb)
2003-06-03 22:33:10 +00:00
Jelmer Vernooij
ac0dd9d461 Generate attributions page and use it.
Fix dependencies for generating the HOWTO (should save doing 'make clean' every
time)
(This used to be commit b574685556)
2003-06-03 22:21:21 +00:00
Jelmer Vernooij
b8aec1cdc9 Add XSL for generating attributions page
(This used to be commit c01e766e14)
2003-06-03 22:14:33 +00:00
Jelmer Vernooij
9b0f24820c Fix some syntax errors
(This used to be commit 7ebaabdb12)
2003-06-03 19:47:12 +00:00
Jelmer Vernooij
527cd4c53c Large update for layout. Everything is consistent with the rest of the HOWTO
now
(This used to be commit 59cfa1ced4)
2003-06-03 19:43:49 +00:00
Gerald Carter
10c241d2a0 added idmap_ldap to wrong branch.
(This used to be commit eafd53a7e7)
2003-06-03 19:25:39 +00:00
cvs2svn Import User
5dae5bb045 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 7a85a96325) 2003-06-03 18:20:00 +00:00
Gerald Carter
9a4b030e2c initial version of idmap_ldap.c; lots of updates to come
(This used to be commit 69c84ad06b)
2003-06-03 18:19:59 +00:00
Jelmer Vernooij
eb0c0845e2 Remove questions that have been moved to 'Common Errors' in the HOWTO Collection.
(This used to be commit 1e3f375568)
2003-06-03 17:12:45 +00:00
Jelmer Vernooij
0b43d7d02e Add some more common errors
(This used to be commit 72e4264dc6)
2003-06-03 17:08:47 +00:00
Jelmer Vernooij
473140f44a Add common error
(This used to be commit 93fc9ef9b6)
2003-06-03 16:37:43 +00:00
Gerald Carter
e1e363e4e9 * set winbind cache time to 5 minutes
* 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 6fb5bdb30e)
2003-06-03 16:19:31 +00:00
Gerald Carter
c384f2dcc7 * set winbind cache time to 5 minutes
* 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 6f99cafa95)
2003-06-03 16:02:33 +00:00
Jeremy Allison
ead7ad7f80 Fix debug message merge.
Jeremy.
(This used to be commit d6f2316642)
2003-06-03 07:21:09 +00:00
Jeremy Allison
1d2e3ec148 Merge change winbindd cache time 15 -> 120 secs.
Jeremy.
(This used to be commit 5acdf6752e)
2003-06-03 07:19:38 +00:00
Jeremy Allison
cd22a6ac90 Merge DEBUG message on usleep on open.
Jeremy.
(This used to be commit 063a210448)
2003-06-03 07:18:18 +00:00
Jeremy Allison
df73ef2da5 Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.
Jeremy.
(This used to be commit 71bac46c51)
2003-06-03 06:33:20 +00:00
John Terpstra
7116a078f1 Fixing typos reported by Paul Eggleton <paule@cjntech.co.nz>
(This used to be commit 44dd95f790)
2003-06-03 05:46:30 +00:00
John Terpstra
e67089bff9 Fix typo.
(This used to be commit 932801d2af)
2003-06-03 03:44:15 +00:00
Jelmer Vernooij
4059095e5b Fix parameters for LaTeX
(This used to be commit f14dcacaaf)
2003-06-02 22:30:29 +00:00
Richard Sharpe
989c2a374e More changes to editreg to make it less tetchy.
(This used to be commit 30e1431e93)
2003-06-02 06:12:54 +00:00
John Terpstra
275d1a4a13 A few little edits to clean up style and to blend this into current doc format.
(This used to be commit ea32dd07ca)
2003-06-02 05:52:24 +00:00
John Terpstra
dcc598748d Printing update from Kurt Pfiefle, curtesy of Ken Sarkies <matou@picknowl.com.au>
who prepared the XML doc form.
(This used to be commit 15c6c97526)
2003-06-02 05:44:22 +00:00
Richard Sharpe
371e80b4a4 Some fixes for editreg.c, although I see that head seems broken ...
(This used to be commit b049c2f66f)
2003-06-02 04:48:56 +00:00
Andrew Tridgell
3db0d893f3 added the COMPRESSION_INFO trans2 QFILEINFO level and fixed the
IS_NAME_VALID QPATHINFO level
(This used to be commit 1634346e2a)
2003-06-01 13:43:21 +00:00
Andrew Tridgell
71b0b6007e fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The
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 6f34bd423e)
2003-06-01 13:25:16 +00:00
Eloy Paris
57be8ec8ac Bringing packaging/Debian/* to a more recent state.
(This used to be commit cd7494a196)
2003-06-01 07:12:51 +00:00
Andrew Bartlett
c49b32e492 Update the doco on 'restrict anonymous' (note that 'guest ok' kills off the
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 f264846537)
2003-06-01 06:40:35 +00:00