Tim Potter
0fa29335dc
Merge of TRUE/FALSE preprocessor traps from HEAD.
...
(This used to be commit 2a962393017e65cb67944740e4faaad9902764e8)
2003-04-14 01:19:58 +00:00
Tim Potter
cb621ec3a6
Merge of samr lookup domain rpc client call from HEAD.
...
(This used to be commit 5b1807dddf0e4fb9fcaedcfe6f67dfd78fe117bb)
2003-04-14 01:17:05 +00:00
Tim Potter
78e5d097e3
Merge create/delete domain user samr calls from HEAD.
...
(This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
2003-04-14 01:15:11 +00:00
Tim Potter
fe5b2c15de
Merge a bunch of updates from HEAD:
...
- winbind nss client cleanups
- new rpc echo pipe
(This used to be commit ea38b0d7f0b05565bab341294f11d53f0b6f7809)
2003-04-14 01:10:49 +00:00
Tim Potter
b30de2567b
Merge a bunch of updates from HEAD:
...
- whitespace syncup
- winbind nss client cleanups
- new rpc echo pipe
- prettier warnings for out of date autoconf scripts
(This used to be commit bb812d1670c84e92d38f2b34e43008a27cda9a68)
2003-04-14 01:09:16 +00:00
Tim Potter
2228271d68
Syncup stf directory with HEAD.
...
(This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
2003-04-14 00:21:52 +00:00
Tim Potter
44fa3b90e0
Merge removal of some unused functions. Commit mistakenly included with
...
new rpc echo pipe.
(This used to be commit b7af3cda28cea859edf6266b6bd8da17a44c85eb)
2003-04-14 00:12:28 +00:00
Tim Potter
2fd025cee3
Copy across new tests from HEAD.
...
(This used to be commit deb41f618b23466fd3db57fee2f920d803ab96cf)
2003-04-13 23:58:12 +00:00
Tim Potter
c8cc8bb60c
Merge of Simo's strncat -> StrnCpy fix.
...
(This used to be commit a2b1a7533ed997848f9dc0fcd1ffc3d4b4e8117d)
2003-04-13 23:45:35 +00:00
cvs2svn Import User
a47d06a2c2
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 381649916ecbaddefbb6ee0e6137b7cc73eb54b1)
2003-04-13 13:50:46 +00:00
John Terpstra
e2996e29c7
Adding more docs.
...
(This used to be commit 8b75c925b9a237e967a92f17a9b85562c1da8733)
2003-04-13 13:50:45 +00:00
Simo Sorce
d5135e9886
strncat get sometimes optimized to strcat by glibc and that triggers our
...
"don't use strcat" define
reworked to snprintf
(This used to be commit c37467651becedf3e6b142b53d6675e973970249)
2003-04-12 17:40:17 +00:00
Jelmer Vernooij
74b163a83a
Patch from Armijn Hemel <armijn@nl.linux.org> to fix build on
...
FreeBSD 5 systems with a broken krb5-config
(This used to be commit 675333350a645cfe209127bfd040b81c2fc42f58)
2003-04-12 17:12:31 +00:00
Jelmer Vernooij
e8ef094df3
Patch from Armijn Hemel <armijn@nl.linux.org> to fix build on
...
FreeBSD 5 systems with a broken krb5-config
(This used to be commit 741d5c3cd8870b3d06ba0225e5b24a82403eb142)
2003-04-12 17:12:12 +00:00
Gerald Carter
7b338a49e3
add smbcquotas to list of ignored files
...
(This used to be commit 71c2335239922a4c89f76d6260f1eecae36989be)
2003-04-11 23:50:49 +00:00
Gerald Carter
a056cd8845
* We must return 0x2 as the majorversion for nt4 to upload drivers
...
* fix bug found by clobber_region()
(This used to be commit ad2765bb5e0c1c4d8f12583e49df5b1bc7ffc389)
2003-04-11 23:50:21 +00:00
Gerald Carter
e1ea87ff03
* We must return 0x2 as the majorversion for nt4 to upload drivers
...
* fix bug found by clobber_region()
(This used to be commit b2e29c7bd45f8f33d9ed58fe75bbf5ffc78350f5)
2003-04-11 23:48:24 +00:00
Gerald Carter
5b51fc4f06
smbcquota patch from metze
...
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
2003-04-11 23:32:00 +00:00
Gerald Carter
04bb7e808a
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
...
(This used to be commit beedde03fcdd37b567661d96d97efaac640601bd)
2003-04-11 23:29:23 +00:00
Gerald Carter
14e03aed29
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
...
(This used to be commit 36d62e5667f3b9e39362fb3907bf69697fca3ea6)
2003-04-11 23:28:15 +00:00
Gerald Carter
70231290ea
simple fix to hopefully speed up srv_spoolss_replyopenprinter().
...
Use the client address from the pipe->conn->client_address
instead of trying to resolve the name in the _spoolss_rffpcn()
request. Should make us more robust as well when the clients
are not registered in DNS or WINS.
(This used to be commit 78b2c1be7d9923716841627044c4e1578a5b9546)
2003-04-11 20:32:54 +00:00
Gerald Carter
84b4b3caf1
simple fix to hopefully speed up srv_spoolss_replyopenprinter().
...
Use the client address from the pipe->conn->client_address
instead of trying to resolve the name in the _spoolss_rffpcn()
request. Should make us more robust as well when the clients
are not registered in DNS or WINS.
(This used to be commit 23f0fcf6421b1e8dd6ed6ab14af14ea7eb380c1c)
2003-04-11 20:29:36 +00:00
Richard Sharpe
0b74dbcf60
Janitorial duties to make autogen.sh portable.
...
(This used to be commit c1559003fe0d62539633235c3f7c3e6a1427fda4)
2003-04-11 18:05:07 +00:00
Jelmer Vernooij
6b507aa9a9
Remove PostScript docs. We didn't ship them before, they're large, only
...
a few people use them. Sorry for adding them in the first place.
(This used to be commit f734a8c14ba25adb61855ca26f8fadab4e7f0e7d)
2003-04-11 16:54:26 +00:00
Volker Lendecke
5db951a7d6
Set the default schannel params to False until we know more.
...
Volker
(This used to be commit e99a40a711fad336305bc06beb62ba5668d0ed78)
2003-04-11 16:32:39 +00:00
Volker Lendecke
8584b58886
Set the default schannel parameters to False until we know more.
...
Volker
(This used to be commit eef7db25ec786d4448915b08487b14b69b88ce64)
2003-04-11 16:32:05 +00:00
Alexander Bokovoy
aff6fb8dcb
Update docs-status
...
(This used to be commit 663cf4876bbc7a140cec8cc188b71c17bea3298a)
2003-04-11 16:05:52 +00:00
Alexander Bokovoy
c3b07fa919
Fix current status of conversion
...
(This used to be commit b359a6881f88f6a3e2690bd776da6e5981b5aa23)
2003-04-11 15:57:51 +00:00
Alexander Bokovoy
3d5bb047b1
Fix typos in printing
...
(This used to be commit 63cf664adeff997e359fc56ac75feb85d64ff2d7)
2003-04-11 15:55:49 +00:00
Alexander Bokovoy
32bd50c828
Finish conversion of Winbind options. Only Misc section left!
...
(This used to be commit 4861003048b409aea20362e79a99ce286bf225de)
2003-04-11 15:44:52 +00:00
Alexander Bokovoy
c62b42d2b2
Finish conversion of VFS options. This section is not complete yet -- we miss documentation for parametric options and new modules stuff
...
(This used to be commit 769bce45e9678b67e2ef1da84d5ee95c90357b9e)
2003-04-11 15:25:03 +00:00
Alexander Bokovoy
957270bcc0
Finish conversion of LDAP options
...
(This used to be commit 938e3d3f5305ed2162fa0cb0d2a6025fbadfcfec)
2003-04-11 15:17:53 +00:00
Alexander Bokovoy
d90a4ea71a
Finish conversion of Locking options
...
(This used to be commit 9613c217786147c9deda9770887dc069659b1deb)
2003-04-11 15:01:39 +00:00
Alexander Bokovoy
7d19f81d96
Finish conversion of WINS options
...
(This used to be commit eb7a35110eac38fb545c34f3b9e33cbd58d60fdc)
2003-04-11 14:46:50 +00:00
Gerald Carter
1da829be47
workaround streams leak on SCO openserver 5.0.x
...
(This used to be commit 31eaf11d2e9c38e0f479b41c00e0db92987ae6d0)
2003-04-11 14:29:19 +00:00
Alexander Bokovoy
274b765044
Finish conversion of Browse options
...
(This used to be commit e59bd1d9fba71e7b8841a6d995f7bb9e156a15cc)
2003-04-11 14:26:21 +00:00
Gerald Carter
40b85808a2
workaround streams leak on SCO openserver 5.0.x
...
(This used to be commit ab51878a978ffb53f23f1c6d22a48f98e6ae0805)
2003-04-11 14:18:02 +00:00
Jelmer Vernooij
36814e19a4
Remove Japanese HOWTO - Monyo has a howto for more recent
...
versions of samba, which I'll link in the HOWTO Collection
(This used to be commit 17f1bdd10b1a197ff630cc044405de9d8d913b52)
2003-04-11 11:49:00 +00:00
Tim Potter
065561932c
A new RPC pipe! The \pipe\echo named pipe is for testing large RPC
...
requests and responses and is only compiled in when --enable-developer
is passed to configure. It includes server and client side code for
generating and responding to functions on this pipe. The functions are:
- AddOne: add one to the uint32 argument and return ig
- EchoData: echo back a variable sized char array to the caller
- SourceData: request a variable sized char array
- SinkData: send a variable sized char array and throw it away
There's a win32 implementation of the client and server in the
junkcode CVS repository in the rpcecho-win32 subdirectory.
(This used to be commit 4ccd34ef836eba05f81dc2da73fd7cfaac201798)
2003-04-11 04:09:14 +00:00
Jelmer Vernooij
de4e2b578a
Use more stricter syntax and work towards Docbook XML migration
...
(This used to be commit ab8db2ad7d30da4b923bfa11e5c3295446103911)
2003-04-10 20:03:44 +00:00
Shirish Kalele
b9b544ebe8
Handle deep referrals: check whether each component in the requested path of
...
a referral request is a dfs link, and redirect.
Thanks to John Janosik <jpjanosi@us.ibm.com> for the patch.
(This used to be commit b3bd4818571c55b3f0cd6316b0aa6b1e4bb4bb6a)
2003-04-10 19:55:30 +00:00
Shirish Kalele
5c6fde8eb1
Handle deep referrals: check whether each component in the requested path of
...
a dfs referral is a dfs link, and redirect.
Thanks to John Janosik <jpjanosi@us.ibm.com> for the patch.
(This used to be commit 2c4e59cf26b7169fda824ca86e437a99a02345d2)
2003-04-10 19:54:17 +00:00
Jeremy Allison
6e0bd81f44
Grr. Get rid of one of the extra NULL's that crept in from app-head.
...
Spotted by Andrew Esh.
Jeremy.
(This used to be commit 9e6e6c3f50844cf4322d6dd193c4e24b76bae9ba)
2003-04-10 19:34:52 +00:00
Jeremy Allison
2962bec1ab
Fix from Andrew Esh to ensure tdb_pack can't segfault.
...
Jeremy.
(This used to be commit 9783929d4ed51e63bddde4b890caa01b737abe85)
2003-04-10 19:08:45 +00:00
Jeremy Allison
ba9f9afe8b
Fix from Andrew Esh to ensure tdb_pack can't segfault.
...
Also stop it leaking memory like a sieve !
Jeremy.
(This used to be commit 11b914ed84c4dbd31726969b3b924f686f938510)
2003-04-10 19:08:42 +00:00
Jeremy Allison
7c735eabc9
Ensure we're not filtering our essential delete messages.
...
Added jobid debug when unpacking message.
Jeremy.
(This used to be commit 8a6f3313e69c6d47e20838f42ebc9f8a2ce9ddc4)
2003-04-10 18:43:13 +00:00
Jeremy Allison
ac65d89070
Ensure we're not filtering our essential delete messages.
...
Added jobid debug when unpacking message.
Jeremy.
(This used to be commit 8bab6e32069e1636a52efa31ca55b49f1b3fa768)
2003-04-10 18:43:00 +00:00
Jelmer Vernooij
6ca7634a77
Refer to Problems.sgml
...
(This used to be commit c2a604c94c115710cdc966910d0f3caafa46034a)
2003-04-10 16:42:48 +00:00
Jelmer Vernooij
7c55880f2d
Use the <othername> tag for second names
...
(This used to be commit a143062bae0861c0fc52b2dc6868dd2a36e6a3f2)
2003-04-10 11:16:06 +00:00
Jelmer Vernooij
f810148de5
ENCRYPTION.txt is gone. Pointed out by Will Kemp.
...
(This used to be commit 85437976c852c272b9663f83a288081c63243747)
2003-04-10 11:15:45 +00:00