summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-14Whoops - missed some tdb message registrations from a previous merge.Tim Potter1-0/+5
(This used to be commit 59f8fc438a2ff5bb7ff115a19f6aacbb0ef7b653)
2003-04-14Merge of doxygen updates from HEAD.Tim Potter1-14/+14
(This used to be commit 6d7baad38fbdf0921c1d5eb59004c65cfe110975)
2003-04-14Missing file from HEAD.Tim Potter0-0/+0
(This used to be commit 4ca4aae585a79cb809c7da3bdec9a8ad17190a58)
2003-04-14New file from HEAD.Tim Potter0-0/+0
(This used to be commit 289acacf6b7e6e780b42135e3ddd91fa8025fd54)
2003-04-14Remove outdated file.Tim Potter1-3/+0
(This used to be commit 6d73479a06a5c064d4253f311f3a7d90e315c85c)
2003-04-14Syncup with version of config.guess from HEAD.Tim Potter1-118/+219
(This used to be commit 411dc6ebb58134f7d3f39ee9c70fbc21b5892fb9)
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter6-3/+25
Only compiled in when --enable-developer argument passed to configure. (This used to be commit 017da9393bab276543d0d5c50df8c760780f2450)
2003-04-14Merge of tdbtool multi-line string fix.Tim Potter1-17/+17
(This used to be commit 4f07ab4b6da60bc10733f08944283fecb3ae1ed9)
2003-04-14Merge of TRUE/FALSE preprocessor traps from HEAD.Tim Potter1-1/+14
(This used to be commit 2a962393017e65cb67944740e4faaad9902764e8)
2003-04-14Merge of samr lookup domain rpc client call from HEAD.Tim Potter2-0/+90
(This used to be commit 5b1807dddf0e4fb9fcaedcfe6f67dfd78fe117bb)
2003-04-14Merge create/delete domain user samr calls from HEAD.Tim Potter4-146/+404
(This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
2003-04-14Merge a bunch of updates from HEAD:Tim Potter1-0/+19
- winbind nss client cleanups - new rpc echo pipe (This used to be commit ea38b0d7f0b05565bab341294f11d53f0b6f7809)
2003-04-14Merge a bunch of updates from HEAD:Tim Potter1-17/+21
- 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-14Syncup stf directory with HEAD.Tim Potter3-6/+46
(This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
2003-04-14Merge removal of some unused functions. Commit mistakenly included withTim Potter1-44/+0
new rpc echo pipe. (This used to be commit b7af3cda28cea859edf6266b6bd8da17a44c85eb)
2003-04-13Copy across new tests from HEAD.Tim Potter0-0/+0
(This used to be commit deb41f618b23466fd3db57fee2f920d803ab96cf)
2003-04-13Merge of Simo's strncat -> StrnCpy fix.Tim Potter1-4/+3
(This used to be commit a2b1a7533ed997848f9dc0fcd1ffc3d4b4e8117d)
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User131-0/+5828
used to be commit 381649916ecbaddefbb6ee0e6137b7cc73eb54b1)
2003-04-13Adding more docs.John Terpstra3-31/+269
(This used to be commit 8b75c925b9a237e967a92f17a9b85562c1da8733)
2003-04-12strncat get sometimes optimized to strcat by glibc and that triggers ourSimo Sorce1-4/+3
"don't use strcat" define reworked to snprintf (This used to be commit c37467651becedf3e6b142b53d6675e973970249)
2003-04-12Patch from Armijn Hemel <armijn@nl.linux.org> to fix build onJelmer Vernooij1-2/+2
FreeBSD 5 systems with a broken krb5-config (This used to be commit 675333350a645cfe209127bfd040b81c2fc42f58)
2003-04-12Patch from Armijn Hemel <armijn@nl.linux.org> to fix build onJelmer Vernooij1-2/+2
FreeBSD 5 systems with a broken krb5-config (This used to be commit 741d5c3cd8870b3d06ba0225e5b24a82403eb142)
2003-04-11add smbcquotas to list of ignored filesGerald Carter1-0/+1
(This used to be commit 71c2335239922a4c89f76d6260f1eecae36989be)
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2-11/+26
* fix bug found by clobber_region() (This used to be commit ad2765bb5e0c1c4d8f12583e49df5b1bc7ffc389)
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2-11/+26
* fix bug found by clobber_region() (This used to be commit b2e29c7bd45f8f33d9ed58fe75bbf5ffc78350f5)
2003-04-11smbcquota patch from metzeGerald Carter14-128/+1562
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
2003-04-11cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2-4/+4
(This used to be commit beedde03fcdd37b567661d96d97efaac640601bd)
2003-04-11cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2-4/+4
(This used to be commit 36d62e5667f3b9e39362fb3907bf69697fca3ea6)
2003-04-11simple fix to hopefully speed up srv_spoolss_replyopenprinter().Gerald Carter1-22/+36
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-11simple fix to hopefully speed up srv_spoolss_replyopenprinter().Gerald Carter1-22/+36
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-11Janitorial duties to make autogen.sh portable.Richard Sharpe1-4/+4
(This used to be commit c1559003fe0d62539633235c3f7c3e6a1427fda4)
2003-04-11Remove PostScript docs. We didn't ship them before, they're large, onlyJelmer Vernooij2-83141/+0
a few people use them. Sorry for adding them in the first place. (This used to be commit f734a8c14ba25adb61855ca26f8fadab4e7f0e7d)
2003-04-11Set the default schannel params to False until we know more.Volker Lendecke1-2/+2
Volker (This used to be commit e99a40a711fad336305bc06beb62ba5668d0ed78)
2003-04-11Set the default schannel parameters to False until we know more.Volker Lendecke1-2/+2
Volker (This used to be commit eef7db25ec786d4448915b08487b14b69b88ce64)
2003-04-11Update docs-statusAlexander Bokovoy1-0/+2
(This used to be commit 663cf4876bbc7a140cec8cc188b71c17bea3298a)
2003-04-11Fix current status of conversionAlexander Bokovoy1-2/+1
(This used to be commit b359a6881f88f6a3e2690bd776da6e5981b5aa23)
2003-04-11Fix typos in printingAlexander Bokovoy3-18/+21
(This used to be commit 63cf664adeff997e359fc56ac75feb85d64ff2d7)
2003-04-11Finish conversion of Winbind options. Only Misc section left!Alexander Bokovoy9-117/+146
(This used to be commit 4861003048b409aea20362e79a99ce286bf225de)
2003-04-11Finish conversion of VFS options. This section is not complete yet -- we ↵Alexander Bokovoy6-75/+87
miss documentation for parametric options and new modules stuff (This used to be commit 769bce45e9678b67e2ef1da84d5ee95c90357b9e)
2003-04-11Finish conversion of LDAP optionsAlexander Bokovoy11-152/+190
(This used to be commit 938e3d3f5305ed2162fa0cb0d2a6025fbadfcfec)
2003-04-11Finish conversion of Locking optionsAlexander Bokovoy14-255/+285
(This used to be commit 9613c217786147c9deda9770887dc069659b1deb)
2003-04-11Finish conversion of WINS optionsAlexander Bokovoy6-106/+139
(This used to be commit eb7a35110eac38fb545c34f3b9e33cbd58d60fdc)
2003-04-11workaround streams leak on SCO openserver 5.0.xGerald Carter1-0/+4
(This used to be commit 31eaf11d2e9c38e0f479b41c00e0db92987ae6d0)
2003-04-11Finish conversion of Browse optionsAlexander Bokovoy11-171/+210
(This used to be commit e59bd1d9fba71e7b8841a6d995f7bb9e156a15cc)
2003-04-11workaround streams leak on SCO openserver 5.0.xGerald Carter1-0/+4
(This used to be commit ab51878a978ffb53f23f1c6d22a48f98e6ae0805)
2003-04-11Remove Japanese HOWTO - Monyo has a howto for more recentJelmer Vernooij1-149/+0
versions of samba, which I'll link in the HOWTO Collection (This used to be commit 17f1bdd10b1a197ff630cc044405de9d8d913b52)
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter14-50/+837
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-10Use more stricter syntax and work towards Docbook XML migrationJelmer Vernooij12-53/+130
(This used to be commit ab8db2ad7d30da4b923bfa11e5c3295446103911)
2003-04-10Handle deep referrals: check whether each component in the requested path ofShirish Kalele1-9/+10
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-10Handle deep referrals: check whether each component in the requested path ofShirish Kalele1-9/+10
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)