1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
Commit Graph

12560 Commits

Author SHA1 Message Date
Tim Potter
5812702c42 Merge:
- Jelmer's latest popt changes
 - debugging tdb messages now initialised and handled in lib/messages.c
(This used to be commit b11f35fdde)
2003-04-14 03:53:58 +00:00
Tim Potter
b4bc001d96 Merge: remove tallocdump messages.
(This used to be commit f49c0f6c87)
2003-04-14 03:51:29 +00:00
Tim Potter
862c88d810 Array size fixup for construct_nt_devicemode() from HEAD.
(This used to be commit 5d1e8cca03)
2003-04-14 03:50:38 +00:00
Tim Potter
448fbda496 Syncup new HEAD version.
(This used to be commit 396bcf0cf6)
2003-04-14 03:49:45 +00:00
Tim Potter
844cac578e Comment syncup.
(This used to be commit 72e7290daa)
2003-04-14 03:49:03 +00:00
Tim Potter
bdb7a74419 Whitespace syncup.
(This used to be commit 8fe5bab565)
2003-04-14 03:48:26 +00:00
Tim Potter
c967d21ca7 Merge Jelmer's popt updates from HEAD.
Also merged a bunch of other random changes as this file has
been drifting off due to lack of janitors.
(This used to be commit 38337ec5ef)
2003-04-14 03:31:19 +00:00
Tim Potter
63cbbe2692 Merge Jelmer's popt updates from HEAD.
(This used to be commit 98e84b3e83)
2003-04-14 03:30:20 +00:00
Tim Potter
be67b58247 Syncup popt changes with HEAD.
(This used to be commit 39c987c3c5)
2003-04-14 02:38:21 +00:00
Tim Potter
5e1789d5d4 Merge new popt_common.h include file.
(This used to be commit 1fb4b8fe43)
2003-04-14 02:36:12 +00:00
Tim Potter
e0cf81f104 Whitespace syncup.
(This used to be commit 93101a93da)
2003-04-14 02:27:41 +00:00
Tim Potter
886d4e6fe2 Merge of new sid type (SID_NAME_COMPUTER) and tidyup.
(This used to be commit c91cf2b38d)
2003-04-14 02:26:41 +00:00
Tim Potter
e8a0a3d357 Fix a compiler warning.
(This used to be commit bf61aeef44)
2003-04-14 02:24:16 +00:00
Tim Potter
ae7414ed37 Whoops - missed some tdb message registrations from a previous merge.
(This used to be commit 59f8fc438a)
2003-04-14 02:19:10 +00:00
Tim Potter
564cd8cc2d Merge of doxygen updates from HEAD.
(This used to be commit 6d7baad38f)
2003-04-14 02:18:10 +00:00
Tim Potter
f40f42e550 Missing file from HEAD.
(This used to be commit 4ca4aae585)
2003-04-14 02:17:37 +00:00
Tim Potter
1d1bed6799 New file from HEAD.
(This used to be commit 289acacf6b)
2003-04-14 02:15:18 +00:00
Tim Potter
82e5bba5ad Remove outdated file.
(This used to be commit 6d73479a06)
2003-04-14 02:12:41 +00:00
Tim Potter
19bfc8b12c Syncup with version of config.guess from HEAD.
(This used to be commit 411dc6ebb5)
2003-04-14 02:12:02 +00:00
Tim Potter
3b865c7398 Merge of rpcecho pipe for testing large dcerpc requests and responses.
Only compiled in when --enable-developer argument passed to configure.
(This used to be commit 017da9393b)
2003-04-14 02:08:03 +00:00
Tim Potter
3ef2a0b3ff Merge of tdbtool multi-line string fix.
(This used to be commit 4f07ab4b6d)
2003-04-14 01:47:16 +00:00
Tim Potter
0fa29335dc Merge of TRUE/FALSE preprocessor traps from HEAD.
(This used to be commit 2a96239301)
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 5b1807dddf)
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 68075fb97f)
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 ea38b0d7f0)
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 bb812d1670)
2003-04-14 01:09:16 +00:00
Tim Potter
2228271d68 Syncup stf directory with HEAD.
(This used to be commit 1617403929)
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 b7af3cda28)
2003-04-14 00:12:28 +00:00
Tim Potter
2fd025cee3 Copy across new tests from HEAD.
(This used to be commit deb41f618b)
2003-04-13 23:58:12 +00:00
Tim Potter
c8cc8bb60c Merge of Simo's strncat -> StrnCpy fix.
(This used to be commit a2b1a7533e)
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 381649916e) 2003-04-13 13:50:46 +00:00
John Terpstra
e2996e29c7 Adding more docs.
(This used to be commit 8b75c925b9)
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 c37467651b)
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 675333350a)
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 741d5c3cd8)
2003-04-12 17:12:12 +00:00
Gerald Carter
7b338a49e3 add smbcquotas to list of ignored files
(This used to be commit 71c2335239)
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 ad2765bb5e)
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 b2e29c7bd4)
2003-04-11 23:48:24 +00:00
Gerald Carter
5b51fc4f06 smbcquota patch from metze
(This used to be commit 74fab8f0d2)
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 beedde03fc)
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 36d62e5667)
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 78b2c1be7d)
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 23f0fcf642)
2003-04-11 20:29:36 +00:00
Richard Sharpe
0b74dbcf60 Janitorial duties to make autogen.sh portable.
(This used to be commit c1559003fe)
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 f734a8c14b)
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 e99a40a711)
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 eef7db25ec)
2003-04-11 16:32:05 +00:00
Alexander Bokovoy
aff6fb8dcb Update docs-status
(This used to be commit 663cf4876b)
2003-04-11 16:05:52 +00:00
Alexander Bokovoy
c3b07fa919 Fix current status of conversion
(This used to be commit b359a6881f)
2003-04-11 15:57:51 +00:00
Alexander Bokovoy
3d5bb047b1 Fix typos in printing
(This used to be commit 63cf664ade)
2003-04-11 15:55:49 +00:00