1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

5595 Commits

Author SHA1 Message Date
Tim Potter
68e83b0fee Added stubs for dfs rpc client routines.
(This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)
2001-06-06 07:32:51 +00:00
Tim Potter
1dfbc939d3 Prototypes update.
(This used to be commit 6dfe98f6020bf85263a39443ff7b07c5c795c27a)
2001-06-06 07:29:12 +00:00
Tim Potter
75f281a1ef Indent dodgy function prototype to avoid make proto picking it up and
causing mayhem throughout the tree.
(This used to be commit 369c911b446c311d4a5c8b4fddfe7fbffffefeba)
2001-06-06 07:27:44 +00:00
Tim Potter
da408d6298 Fixups for new args to cli_samr_connect()
Added samlookupnames and samlookuprids rpcclient commands.
(This used to be commit 2ca5ea16bda131c6314444be5c671165d09c8422)
2001-06-06 07:18:58 +00:00
Tim Potter
d4631e3d56 Fixed bug in cli_samr_create_dom_user()
Added cli_samr_lookup_names()

Removed redundant argument to cli_samr_connect()
(This used to be commit 79710a3ab394dc024b3ccfccfb45fb6a906c3499)
2001-06-06 07:17:31 +00:00
Tim Potter
b627b65d2b Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()
to use tallocated memory instead of dodgy static arrays.
(This used to be commit 35d27941141ecdc3bfe18651e5225a94d818e8c1)
2001-06-06 07:15:34 +00:00
Jeremy Allison
5264e9a2a7 Set correct reply word in large writeX (greater than 64k) replies.
Also added smbtorture test for this.
Jeremy.
(This used to be commit 6d65556ae8bea45a203defaded8436cbb56965e1)
2001-06-05 08:17:16 +00:00
Jeremy Allison
091fd5a174 Deal with incorrect large writes from old NT4.x clients.
We still need to set the large write reply correctly.
Jeremy.
(This used to be commit 810dae29b8b45e91c0c35a4d96202c08b13d4e82)
2001-06-05 06:29:57 +00:00
Andrew Tridgell
0326421a67 don't use c++ style comments
(This used to be commit dbb770ecc6dbbc4c38f31fc6b9747e0d8bc6e155)
2001-06-05 02:28:47 +00:00
Andrew Tridgell
466b1d7573 fixed solaris compilation error (don't add to a void*)
(This used to be commit f3c70e4248814e545a9ff64402cbd11020b159de)
2001-06-05 02:00:47 +00:00
Tim Potter
5d83242a9e Merge of lsa_lookup_names() i18n bugfix from appliance.
(This used to be commit 84a22d5f0a74f440a5288fedf07055ddc8da208e)
2001-06-05 01:26:06 +00:00
Andrew Tridgell
05fc3e578c use LDSHFLAGS not -shared in several places
(This used to be commit 8ec9c87b5d1a7dae17d5b1a30f58effaf5e69e4b)
2001-06-04 05:13:59 +00:00
Tim Potter
f903ec893a Added add domain user to rpcclient.
Added cli_ functions for set userinfo and userinfo2.
(This used to be commit 6c9796286c489a79c96d28b081ecf151803dbf7c)
2001-06-04 04:34:50 +00:00
Tim Potter
da3943ed35 More compile fixups for winbind portability.
(This used to be commit 086f332bb11ff0b2474554f81ef257e6a444a5cc)
2001-06-04 04:12:38 +00:00
Tim Potter
384a328457 Compile fix for Solaris.
(This used to be commit 7a1929b6caeb9b349510f7f4ae394246b9c5adc3)
2001-06-04 03:15:41 +00:00
Tim Potter
a5f7cd89e1 Compile fix for solaris.
Fixed some compiler warnings.
(This used to be commit b44d3f912c346e00f41a4ff59877adad3b9c3bb0)
2001-06-04 03:14:56 +00:00
Tim Potter
4ebfe75e0e Compile fix for wbinfo on solaris.
(This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
2001-06-04 02:23:08 +00:00
Andrew Tridgell
a14c8acbba removed SHLIBS until someone has time to get it to compile on more platforms (Richard?)
(This used to be commit 02a3a782b8aed1d7c55370bb9fb0f4fccab929d6)
2001-06-03 23:49:53 +00:00
Tim Potter
9ebe63bf79 Update prototype file.
(This used to be commit bdb76938e2936df287e638120894ae1adda5cb86)
2001-06-02 23:03:18 +00:00
Tim Potter
94186f645d Merge of i18n domain name fix for lsa_query_info_policy() from appliance
branch.
(This used to be commit e7a4dd7612d79bb24be68c601eccc987aba6b497)
2001-06-02 06:14:42 +00:00
Tim Potter
3bc291f55d Removed irritating and unecessary debug message.
(This used to be commit b49c4cd441717b0edf4ad3da0edddca474a08748)
2001-06-02 05:33:43 +00:00
Tim Potter
2eef56f9fa i18n bugfix merge from appliance.
(This used to be commit 73eb539da641ce806690bbd893f126859d531c98)
2001-06-02 03:03:28 +00:00
Gerald Carter
e76caa5a8b final sync with SAMBA_2_2
(This used to be commit a25f6694d230fe384c212350dacf17bfae3ab79d)
2001-06-01 12:33:16 +00:00
Gerald Carter
ff681c4067 more syncs with SAMBA_2_2
(This used to be commit a4bf39e3dd8a28faac54ddb4e16bea5adf745440)
2001-06-01 12:27:05 +00:00
Gerald Carter
0e40dbf86b sync with SAMBA_2_2
(This used to be commit 720ec55c175bd9df5832085066d1e68b2684a8a2)
2001-06-01 12:24:11 +00:00
Tim Potter
26bc8adcaa Oops.
(This used to be commit 9e1d9a3a44ceaba2b0bfa327409f6b8dd0c36b26)
2001-06-01 12:11:33 +00:00
Gerald Carter
c0ee3984b5 beginning of merge with SAMBA_2_2
(This used to be commit 3daa174cba4b53f57dfb963e7facb60667113b48)
2001-06-01 12:05:47 +00:00
Gerald Carter
3e3d75db70 forgot one
(This used to be commit 95f5a5dc536bd38d1cc9da8d657d3bb1b99d2f53)
2001-06-01 12:04:53 +00:00
Tim Potter
6dce5c47c6 If a debug class was explicitly set to zero the debug system would not
recognise it as there was no distinction made between zeroing a debug
class and just not setting it to anything.  I've added a
debuglevel_isset array in parallel with the debuglevel_class array to
fix this.

Added a couple of new debug classes which I might start filling out
to get smb, rpc header and rpc marshall/unmarshalling debugs tidied
up.

Fixed a bunch of cut&paste bugs in include/debug.h

Modified smbcontrol and the messaging system debug handler to like the
debuglevel_isset stuff.
(This used to be commit 391e7caf76cbc22021629ef0ec5e0c32806edfd7)
2001-06-01 12:04:44 +00:00
Gerald Carter
62ce28e8d5 sync with SAMBA_2_2
(This used to be commit 81b3af71d5c9ccd20d7e7303becc35bff30c39b4)
2001-06-01 11:56:08 +00:00
Tim Potter
f991e9b9d1 Added a --with/without winbind option to configure. The default is to
compile winbind on supported systems but this may be disabled using
--without-winbind.  Using --with-winbind on unsupported systems has
no effect.
(This used to be commit de46428d054285f568727589537cd8520ee0f687)
2001-06-01 11:53:48 +00:00
Gerald Carter
05b2b2cdd4 syncing up with SAMBA_2_2
(This used to be commit 1bc58c21b15fcdb0a504d051f60e20c4e24441e6)
2001-06-01 11:50:38 +00:00
Tim Potter
e07b85ab19 Added *.po to .cvsignore files.
(This used to be commit 870e9e4e89dcf910c595cabb28f69ad070942072)
2001-06-01 11:26:20 +00:00
Tim Potter
7eb75a332a Added a comment.
(This used to be commit b2e5dc606b5ff031e01799ee6e245857adc7e968)
2001-06-01 11:18:39 +00:00
Gerald Carter
9c2f185242 merge from 2.2
(This used to be commit c827787d679b3bbf9f57ff6d5aaab150456b1662)
2001-05-31 18:35:14 +00:00
Gerald Carter
d1e4606740 merge from 2.2
(This used to be commit e30a3be954c0eacb3ccffdaa1165a9f0e8b93a23)
2001-05-31 18:03:45 +00:00
Gerald Carter
7a33f253e1 merge from 2.2
(This used to be commit 7e23ed48908cf396610d26efda9f54d5f5f0e83c)
2001-05-31 17:28:40 +00:00
Jeremy Allison
0b1f72eda3 Rename bzero -> memset.
Check returns from *all* mallocs (including strdups).
Jeremy.
(This used to be commit 6594a59263c9ec8f62d23f3aa1b56051eefc2f88)
2001-05-31 14:41:53 +00:00
Jeremy Allison
63c7ca9d62 Fix debug statement so it doesn't use lp_workgroup() either.
Jeremy.
(This used to be commit 18e652a5e0d30d033be70e512cd94bf867507f64)
2001-05-31 14:13:53 +00:00
Andrew Tridgell
d8f2016d4a fixed asprintf declaration
(This used to be commit fbf03c89e6b1980f4f75a657f9760edb7445d8cb)
2001-05-30 13:53:20 +00:00
Andrew Tridgell
05d0841472 - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add
tests for a fn or variable being defined in headers
- used this to add prototypes for asprintf and vasprintf on systems
  that don't have them
(This used to be commit ab2465239414853a14529f88a25f13c392aa2d3f)
2001-05-30 12:28:13 +00:00
Andrew Tridgell
ad7c3ea0f0 merged fix for tdb_unpack from 2_2
(This used to be commit 200b682e9bbe79897343422f7c870382ed6de40a)
2001-05-30 06:23:05 +00:00
Andrew Tridgell
6315ea80fc added list function to tdbtool
(This used to be commit c20838c6358f02dea7967e28a5f23db70ff464f9)
2001-05-30 06:22:10 +00:00
Andrew Tridgell
ff1dd1721d new proto.h
(This used to be commit 823ba34342046a4b736640dff1471fde08e1087f)
2001-05-30 06:16:24 +00:00
Andrew Tridgell
8bfcdd723d make swat recover from previously bad umask from xinetd
(This used to be commit 045d7e1b167efc75bb3d411b3fcc35bba58c4ef7)
2001-05-30 06:12:21 +00:00
Andrew Tridgell
5237500c73 use the new tdb_open_log() fn on connections database
(This used to be commit 68c0dcec3d3c17aae76ce093a601c9f452af5a0c)
2001-05-30 06:08:23 +00:00
Andrew Tridgell
9848c067c0 - fixed an off-by-1 bug in the delayed deletion code that I believe
was the initial cause of the connections database becoming corrupt.
  Note that this bug only happens when doing deletions within a
  traversal, which is why it has only showed up now
- added delete within traversal testing to tdbtorture
- added a lot more logging to tdb
(This used to be commit 6e1277df9d964c615a3ad876d3b89ff8132081c1)
2001-05-30 05:40:52 +00:00
Andrew Tridgell
964d7a6625 added a tdb_open_log() function that opens a tdb and enables logging
of messages from the tdb code into the Samba DEBUG() system
just call tdb_open_log() instead of tdb_open() to enable this on
any tdb
(This used to be commit 3ab770484c6775df2c1a6f69427ebe656702c96c)
2001-05-30 03:42:44 +00:00
Tim Potter
aded7fc858 Add border=0 in included swat images to get rid of the link border stuff.
Much prettier looking.
(This used to be commit 16031364a8ce20cf425c758d3fd5035a776e9d9b)
2001-05-30 03:02:47 +00:00
Andrew Tridgell
40518cf9b4 more portable TDB_LOG macro
(This used to be commit ba106b9b07b23c3dc1b40c8feb10cff173faa07a)
2001-05-29 15:01:23 +00:00