tprouty/samba.git
20 years agoHoist the code for checking whether or not iconv actually works up into the
Richard Sharpe [Wed, 13 Aug 2003 19:35:37 +0000 (19:35 +0000)]
Hoist the code for checking whether or not iconv actually works up into the
loop that looks for iconv, because we might have more than one version
of iconv available and the first version might not work like we want, so
we have to keep looking.

We have yet to look for other character conversions as well, but for now,
let's see what the build farm makes of the changes.
(This used to be commit 13be2ca51a6125a6de22fa7afb88ba0688f23ab8)

20 years agoFix typo
Jelmer Vernooij [Wed, 13 Aug 2003 06:16:06 +0000 (06:16 +0000)]
Fix typo
(This used to be commit d14253752f6e5eca217831da22f3d0d00d536b04)

20 years agoRemove last document in the text docs - it's replaced by Monyo's japanese
Jelmer Vernooij [Wed, 13 Aug 2003 06:09:36 +0000 (06:09 +0000)]
Remove last document in the text docs - it's replaced by Monyo's japanese
samb3 article
(This used to be commit 242ccbf35fd1f1456ede475c2851fd5e21f120a3)

20 years agoregenerate
Jelmer Vernooij [Wed, 13 Aug 2003 06:07:10 +0000 (06:07 +0000)]
regenerate
(This used to be commit 75a8a906e8031b50e6583f2e0354073a8aa7f5f3)

20 years agoRegenerate
Jelmer Vernooij [Wed, 13 Aug 2003 05:58:46 +0000 (05:58 +0000)]
Regenerate
(This used to be commit 9f542cda53df34a093bebca31c6d5130417cc3dd)

20 years agoregenerate
Jelmer Vernooij [Wed, 13 Aug 2003 05:11:03 +0000 (05:11 +0000)]
regenerate
(This used to be commit 0fa19dd4bb74d49a7807f82a59c69ccf5a2b0311)

20 years agoAdd some more new common options
Jelmer Vernooij [Wed, 13 Aug 2003 04:57:28 +0000 (04:57 +0000)]
Add some more new common options
(This used to be commit f27e696cd38501754fb996ca3ffbe48b28e861ae)

20 years agoCreate symlinks for modules that register multiple functions (fixes bug #91 )
Jelmer Vernooij [Wed, 13 Aug 2003 04:11:50 +0000 (04:11 +0000)]
Create symlinks for modules that register multiple functions (fixes bug #91 )
(This used to be commit 3000a99b2dc4fbffe4f20b92b22b9658d6620b65)

20 years agofix bug #286.
Gerald Carter [Wed, 13 Aug 2003 03:59:41 +0000 (03:59 +0000)]
fix bug #286.

Fixed by storing the access requested on the anonymous samr connect.
Restricted this to enum_domain|open_domain.

Added become/unbecome_root() around pdb_enum_group_mapping()
enum domain groups samr call.
(This used to be commit 36fc199e5f573fea9b7e2c1cf01ad42744a42f08)

20 years agoRegenerate docs
Jelmer Vernooij [Wed, 13 Aug 2003 03:57:48 +0000 (03:57 +0000)]
Regenerate docs
(This used to be commit 85414c8780cf57c396fea395918dfd161d67edb4)

20 years agoQuery volume info level 2 fix - found by Samba4 tester.
Jeremy Allison [Wed, 13 Aug 2003 03:49:43 +0000 (03:49 +0000)]
Query volume info level 2 fix - found by Samba4 tester.
Jeremy.
(This used to be commit fd86e2a38766af1cf01667c6f6248af7572b278f)

20 years agoRegenerate docs!
Jelmer Vernooij [Wed, 13 Aug 2003 03:32:57 +0000 (03:32 +0000)]
Regenerate docs!
(This used to be commit dc59e21bd2258f3d8e1106ad4be7b9963b57f1e0)

20 years agoBetter path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy Allison [Wed, 13 Aug 2003 03:28:06 +0000 (03:28 +0000)]
Better path checking for chkpth. We now pass Samba4 chkpath and unlink.
Jeremy.
(This used to be commit 00a57b0953c40a0ad6780eae84b4c558e21dbcfd)

20 years agoRegenerate docs!
Jelmer Vernooij [Wed, 13 Aug 2003 03:27:45 +0000 (03:27 +0000)]
Regenerate docs!
(This used to be commit d6c489b44417b792145ca7676f13ce7388ec6a4c)

20 years agoMore chkpth fixes from Samba4 tests.
Jeremy Allison [Wed, 13 Aug 2003 02:31:22 +0000 (02:31 +0000)]
More chkpth fixes from Samba4 tests.
Jeremy.
(This used to be commit a62cf6bf16e2f435f504e936c31992f5697a309a)

20 years agoFinal update. Links work now as well
Jelmer Vernooij [Wed, 13 Aug 2003 02:12:11 +0000 (02:12 +0000)]
Final update. Links work now as well
(This used to be commit 336483342c4b6a2ff2579e7b903362f408385b09)

20 years agoLast set of syntax fixes
Jelmer Vernooij [Wed, 13 Aug 2003 00:35:58 +0000 (00:35 +0000)]
Last set of syntax fixes
(This used to be commit 1ab824e77edd955e90515b40e0d0c2d4f826b603)

20 years agoEnsure we pass the Samba4 unlink test !
Jeremy Allison [Wed, 13 Aug 2003 00:31:23 +0000 (00:31 +0000)]
Ensure we pass the Samba4 unlink test !
Jeremy.
(This used to be commit 73aaf8094c2fed76b6650afbd8ff4f050f5e52d2)

20 years ago2 fixes
Gerald Carter [Wed, 13 Aug 2003 00:08:28 +0000 (00:08 +0000)]
2 fixes

 * bug #280 (my fault) - initialize sambaNextUserRid and
   sambaNextGroupRid

 * Unix users shared vis LDAP or NIS between a samba domain member
   of a Samba domain are not seen as domain users on the member servers.
   not as local users.
(This used to be commit a030fa373aefde8628def54ca8152f237a0467dc)

20 years agoConform better to the specs
Jelmer Vernooij [Tue, 12 Aug 2003 23:45:58 +0000 (23:45 +0000)]
Conform better to the specs
(This used to be commit 412934e6d006697426e7adbcc686a5ab2b62742b)

20 years agoBetter compatibility with official syntax
Jelmer Vernooij [Tue, 12 Aug 2003 22:36:55 +0000 (22:36 +0000)]
Better compatibility with official syntax
(This used to be commit 12eea1a70b0c8331aabc09e5ae464d7863de6240)

20 years agoBetter compatibility with official syntax
Jelmer Vernooij [Tue, 12 Aug 2003 22:34:09 +0000 (22:34 +0000)]
Better compatibility with official syntax
(This used to be commit 9a5304a5ea9b65dbfe5980e35b8456946a331f80)

20 years agoRemove db2latex
Jelmer Vernooij [Tue, 12 Aug 2003 22:31:29 +0000 (22:31 +0000)]
Remove db2latex
(This used to be commit 479881d74aa136476355bfacc57a08102eb170b9)

20 years agoVFS layer should be TRANSPARENT, not OPAQUE
Alexander Bokovoy [Tue, 12 Aug 2003 22:10:49 +0000 (22:10 +0000)]
VFS layer should be TRANSPARENT, not OPAQUE
(This used to be commit 30f207375a7e54265fc696a91ba4686ed932329e)

20 years agoManpages work now as well
Jelmer Vernooij [Tue, 12 Aug 2003 22:09:48 +0000 (22:09 +0000)]
Manpages work now as well
(This used to be commit c8393c013a468ea3e8493cd2fac7ace47b7d55ce)

20 years agoPS and PDF build correctly now
Jelmer Vernooij [Tue, 12 Aug 2003 21:59:02 +0000 (21:59 +0000)]
PS and PDF build correctly now
(This used to be commit 27ef31bee4ac445f1218d6e78d6e3282c6b2726a)

20 years agoTims' little fix.
John Terpstra [Tue, 12 Aug 2003 21:48:19 +0000 (21:48 +0000)]
Tims' little fix.
(This used to be commit 03a308afcd8826387e33a9c95df98425f9e0fa79)

20 years agoApply a little const
Volker Lendecke [Tue, 12 Aug 2003 21:30:28 +0000 (21:30 +0000)]
Apply a little const
(This used to be commit e3b36906c53bd4a9231c2efb007cec234e52a78f)

20 years agoAdd some images from the book
Jelmer Vernooij [Tue, 12 Aug 2003 21:18:53 +0000 (21:18 +0000)]
Add some images from the book
(This used to be commit b4eb1640246fd0f81a65cc27c53a2a8e24dc8174)

20 years agoThis adds *experimental* kerberos gss spnego client support to ntlm_auth.
Volker Lendecke [Tue, 12 Aug 2003 20:50:56 +0000 (20:50 +0000)]
This adds *experimental* kerberos gss spnego client support to ntlm_auth.
(This used to be commit 5522c79045dd9ee6804bc2bf2114178cbed6df48)

20 years agoSome more shuffling around gss-spnego server
Volker Lendecke [Tue, 12 Aug 2003 19:00:08 +0000 (19:00 +0000)]
Some more shuffling around gss-spnego server
(This used to be commit f2c85595dae81e119d0f7f9ec769ff865916a052)

20 years agoUse path relative to source/ for modules/getdate.h
Alexander Bokovoy [Tue, 12 Aug 2003 18:57:33 +0000 (18:57 +0000)]
Use path relative to source/ for modules/getdate.h
(This used to be commit 555d1ba01c01b88039e9125e8d468166e2e1b2a3)

20 years agoMore fixes
Jelmer Vernooij [Tue, 12 Aug 2003 18:22:39 +0000 (18:22 +0000)]
More fixes
(This used to be commit ec02b2cfa4d913c91dd78bc1b2bdb02d7d560c59)

20 years agoProper dependencies for dev-doc
Jelmer Vernooij [Tue, 12 Aug 2003 18:11:03 +0000 (18:11 +0000)]
Proper dependencies for dev-doc
(This used to be commit 52816b4e374753880f6022bce5dffd3d7d3ff1c1)

20 years agoFix syntax error.
Alexander Bokovoy [Tue, 12 Aug 2003 18:02:03 +0000 (18:02 +0000)]
Fix syntax error.
(This used to be commit 3291db6369fb57ebd76d0213ac62958de96173eb)

20 years agoNicer layout for the latex stylesheet
Jelmer Vernooij [Tue, 12 Aug 2003 17:58:25 +0000 (17:58 +0000)]
Nicer layout for the latex stylesheet
(This used to be commit de498be672098221f62138b33e997fe93d87104b)

20 years agoFix some errors
Jelmer Vernooij [Tue, 12 Aug 2003 17:48:24 +0000 (17:48 +0000)]
Fix some errors
(This used to be commit dc8d2c30b4f6ee3d6c55d034d70471a90f1b7341)

20 years agoMerge over book changes into 3_0 CVS
Jelmer Vernooij [Tue, 12 Aug 2003 17:36:25 +0000 (17:36 +0000)]
Merge over book changes into 3_0 CVS
(This used to be commit d8fe4a81fb0d4972b2331b3d5fc4890244b44c33)

20 years agoAs described in http://davenport.sourceforge.net/ntlm.html add NTLM2
Andrew Bartlett [Tue, 12 Aug 2003 05:53:43 +0000 (05:53 +0000)]
As described in davenport.sourceforge.net/ntlm.html add NTLM2
authentication.

NTLM2 is a version of NTLM, that involves both a client and server challenge,
and the creating of a new (presuable more secure) session key.

Unfortunetly this is not quite the same as NTLMv2, and we don't know how to
get the session key.  I suggest looking very closely at what MSCHAPv2, and
other MS auth protocols do...

Andrew Bartlett
(This used to be commit d4a5f4fdf97b707b44a0787267e1e4388d1b5388)

20 years agoFix comment
Andrew Bartlett [Tue, 12 Aug 2003 05:01:24 +0000 (05:01 +0000)]
Fix comment
(This used to be commit 024d32f79390210bee6da8e75c228a4aaa7fe6b0)

20 years agoFix another error code return against Samba4 test suite... Don't allow
Jeremy Allison [Tue, 12 Aug 2003 04:52:11 +0000 (04:52 +0000)]
Fix another error code return against Samba4 test suite... Don't allow
a path above root.
Jeremy.
(This used to be commit 9bc0e4fe04c4134add428c889d316bd5ee4fb6e9)

20 years agoAdd vfs_readonly module which allows to enforce periodic read-only limit on a share...
Alexander Bokovoy [Tue, 12 Aug 2003 04:35:47 +0000 (04:35 +0000)]
Add vfs_readonly module which allows to enforce periodic read-only limit on a share based on a specified start and end dates according to date(1) format
(This used to be commit 8b263c2fda89ff6aa2dc3a60460c5d46cf0814c6)

20 years agoTest invalid map system, map hidden, create mask, force create mask
Jeremy Allison [Tue, 12 Aug 2003 04:28:22 +0000 (04:28 +0000)]
Test invalid map system, map hidden, create mask, force create mask
parameters. Fix return code for Samba 4 torture tester.
Jeremy.
(This used to be commit c043835c878ff062cb6eede02334f9e0ebb01050)

20 years agoFix for bugid #205 - work by Andrew Bartlet (modified to use
Jeremy Allison [Tue, 12 Aug 2003 04:25:26 +0000 (04:25 +0000)]
Fix for bugid #205 - work by Andrew Bartlet (modified to use
fixed buffer by me).
Jeremy.
(This used to be commit 6f68b8de4760a2103eae0a51b2aca356990ea526)

20 years agoClarify gss spnego ntlmssp server a bit
Volker Lendecke [Tue, 12 Aug 2003 01:54:26 +0000 (01:54 +0000)]
Clarify gss spnego ntlmssp server a bit
(This used to be commit 807b452a7fe7960acd0259a289f0c67011cb1aaf)

20 years agoMissed one file. Now it's added.
John Terpstra [Tue, 12 Aug 2003 01:31:34 +0000 (01:31 +0000)]
Missed one file. Now it's added.
(This used to be commit f2d212950d7e7b0b7c32166ab39b4389791602b6)

20 years agoUpdating SuSE build files for Samba3
John Terpstra [Tue, 12 Aug 2003 01:30:40 +0000 (01:30 +0000)]
Updating SuSE build files for Samba3
(This used to be commit 934fefa688fe735e2287c701ed8f913fc6147447)

20 years agoDeleting obsoleted files in preparation for addition of new files.
John Terpstra [Tue, 12 Aug 2003 01:27:23 +0000 (01:27 +0000)]
Deleting obsoleted files in preparation for addition of new files.
(This used to be commit ec43558343b036d96f2822490d55eb22edf6124d)

20 years agoStylesheet for processing samba docs
Jelmer Vernooij [Tue, 12 Aug 2003 01:19:48 +0000 (01:19 +0000)]
Stylesheet for processing samba docs
(This used to be commit d02d4ae95685baf65877c4ab20ef22368f789e2d)

20 years agoAdd DTD for the samba-specific docbook tags
Jelmer Vernooij [Tue, 12 Aug 2003 01:18:20 +0000 (01:18 +0000)]
Add DTD for the samba-specific docbook tags
(This used to be commit f9b72a4565540caf06e9e402a73e023ed7c74c37)

20 years agoFix client autonegotiate signing.
Volker Lendecke [Tue, 12 Aug 2003 01:15:23 +0000 (01:15 +0000)]
Fix client autonegotiate signing.
Jeremy.
(This used to be commit a4d2dd1d40f6b1322e69d430023aa89dac86fda3)

20 years agoFix for bug 269. Change wbinfo and ntlm_auth to convert domain, username
Tim Potter [Tue, 12 Aug 2003 00:46:15 +0000 (00:46 +0000)]
Fix for bug 269.  Change wbinfo and ntlm_auth to convert domain, username
and workstation to utf8 before sending the winbindd request.  Also, don't
continue when the call to pull_utf8() fails but rather return a winbind
error.  (This is what was causing the crash)
(This used to be commit ca1c463360b75538a93b56a87cbb4a6ee7b6cec6)

20 years agoFallback to not using NTLMv2 is extended security not supported.
Jeremy Allison [Mon, 11 Aug 2003 21:44:19 +0000 (21:44 +0000)]
Fallback to not using NTLMv2 is extended security not supported.
Jeremy.
(This used to be commit ba075ff03af06dfc2f4bcb952508bbc4a6967d85)

20 years agoI think this is the one to check...
Volker Lendecke [Mon, 11 Aug 2003 21:00:13 +0000 (21:00 +0000)]
I think this is the one to check...

Volker
(This used to be commit f6d853d36a37dd854a410717af2f7eaf9457eeb5)

20 years agoRevert the latest fix. Need to investigate further.
Volker Lendecke [Mon, 11 Aug 2003 20:51:47 +0000 (20:51 +0000)]
Revert the latest fix. Need to investigate further.

Volker
(This used to be commit 447f130619ad7aaab351c2b46d3e57eaf31a9454)

20 years agoMake client signing auto.
Jeremy Allison [Mon, 11 Aug 2003 20:50:42 +0000 (20:50 +0000)]
Make client signing auto.
Jeremy.
(This used to be commit e66bfe212db1cec751f4024f631600fa2a3eb07c)

20 years agoFix a segfault in ntlm_auth when we can't find a domain or hostname.
Volker Lendecke [Mon, 11 Aug 2003 20:40:39 +0000 (20:40 +0000)]
Fix a segfault in ntlm_auth when we can't find a domain or hostname.

Volker
(This used to be commit 49c4f8a764a2b9e266c33f018515e6a742cfc8b0)

20 years agoApply some const
Volker Lendecke [Mon, 11 Aug 2003 19:11:43 +0000 (19:11 +0000)]
Apply some const
(This used to be commit 502b45b55d7ab1c32c9dbc3301f025b2eec620a4)

20 years agoFix typos.
Volker Lendecke [Mon, 11 Aug 2003 17:42:17 +0000 (17:42 +0000)]
Fix typos.

Volker
(This used to be commit d07f173767678187237c9fc767c0a05f0b8c7d32)

20 years agoMention security=ads in introductory paragraph too
Alexander Bokovoy [Mon, 11 Aug 2003 08:05:59 +0000 (08:05 +0000)]
Mention security=ads in introductory paragraph too
(This used to be commit 33a53550df16bf89a8904ee9496896ff790ed32b)

20 years agofix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()
Gerald Carter [Mon, 11 Aug 2003 07:05:23 +0000 (07:05 +0000)]
fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()
(This used to be commit f6a01f51159ccd822c6e764b7243fff375f22747)

20 years agoadding '.' special name to --domain to mean our domain
Gerald Carter [Mon, 11 Aug 2003 06:36:30 +0000 (06:36 +0000)]
adding '.' special name to --domain to mean our domain
(This used to be commit f833d1f15691a418b99f82dbda75b673fb3428f6)

20 years agoadding missing options (mine) to wbinfo
Gerald Carter [Mon, 11 Aug 2003 06:30:22 +0000 (06:30 +0000)]
adding missing options (mine) to wbinfo
(This used to be commit ae6d704946867e92ad6263799f28712442d55617)

20 years agoUpdate upgrading docs
Jelmer Vernooij [Mon, 11 Aug 2003 01:41:56 +0000 (01:41 +0000)]
Update upgrading docs
(This used to be commit cd81eaaf2d2bc407a4f9d037fedaa7eb82abcc65)

20 years agoImprove MySQL library detection, add support for MySQL 4
Jelmer Vernooij [Mon, 11 Aug 2003 00:31:28 +0000 (00:31 +0000)]
Improve MySQL library detection, add support for MySQL 4
(This used to be commit 90cbc4361e86d591e38c80092612edaa3875ea67)

20 years agonot used
Gerald Carter [Sun, 10 Aug 2003 22:11:26 +0000 (22:11 +0000)]
not used
(This used to be commit b3074a893bc0bee11d628907bd83b53f596af0eb)

20 years agoadd --domain=DOMAINNAME to wbinfo
Gerald Carter [Sun, 10 Aug 2003 22:01:11 +0000 (22:01 +0000)]
add --domain=DOMAINNAME to wbinfo

Add support for geting the sequence number, list of users, and list
of groups for a specific domain (assuming on reported back by
wbinfo -m)

wbinfo -u --domain=DOA
(This used to be commit 34fc6e1bf97d514d3b1763a808d08d730191e03b)

20 years agoWe get the server and workgroup list only over port 139. Fall back to that
Volker Lendecke [Sun, 10 Aug 2003 21:43:28 +0000 (21:43 +0000)]
We get the server and workgroup list only over port 139. Fall back to that
and if NetBIOS over TCP/IP is disabled, give an error message.

Fixes Bug #284

Volker
(This used to be commit a2902a6cf8d05569d1c690436f69b4a4cedac400)

20 years agoFix style
Jelmer Vernooij [Sun, 10 Aug 2003 20:41:27 +0000 (20:41 +0000)]
Fix style
(This used to be commit ba60a11b62a093565459efca1879f2b028724af1)

20 years agoStore the server domain from the ntlmssp challenge in the client struct
Volker Lendecke [Sun, 10 Aug 2003 20:18:05 +0000 (20:18 +0000)]
Store the server domain from the ntlmssp challenge in the client struct
to be able to ask a LMB for the servers in its workgroup. Against
W2k this only works on port 139....

Volker
(This used to be commit 62b04d7776852098dd768268500f36c3a362f688)

20 years agofix MS-DFS (my bug) stupid return code error that cose me more time
Gerald Carter [Sun, 10 Aug 2003 06:45:04 +0000 (06:45 +0000)]
fix MS-DFS (my bug)  stupid return code error that cose me more time
that I would like to admit.
(This used to be commit 082b1cf06fd3b144b9713045672028f16e20aff4)

20 years agofix for BUG #267 (problem with supplementary groups).
Gerald Carter [Sat, 9 Aug 2003 23:12:35 +0000 (23:12 +0000)]
fix for BUG #267 (problem with supplementary groups).
Use winbindd to get the group list if possible since we already
know it from netsamlogon_cache.tdb. More effecient than letting
libc call getgrent() to get seconary groups.

Tested by Ken Cross.
(This used to be commit 3c537c906f29a08e75895c8c8e3ed5c5abaaa940)

20 years agoupdating smb.conf manpage to reflect changes in ./configure options
Gerald Carter [Sat, 9 Aug 2003 23:01:35 +0000 (23:01 +0000)]
updating smb.conf manpage to reflect changes in ./configure options
(This used to be commit ca29fdb9c28b7a61ce35eaea8864a8cd647b45cc)

20 years agofix 2 bugs:
Gerald Carter [Fri, 8 Aug 2003 23:53:13 +0000 (23:53 +0000)]
fix 2 bugs:

  1)  don't ask trusted DC's for a list of trusted domains.  This causes
      us to treat non-transitive ones as if they were transitive.  Not
      needed anyways

  2)  Fix dc lookup bug where we would always try to use DNS to resolve
      the DC's for a domain (even if it was a trusted NT4 domain).
(This used to be commit 4d3acce5066d3adf53ee8fbaa627c42523b3cbc3)

20 years agoFormat tidyup.
Jeremy Allison [Fri, 8 Aug 2003 23:09:09 +0000 (23:09 +0000)]
Format tidyup.
Jeremy.
(This used to be commit 049e77d636c5abd0fdd8840c3c4c465708354ed7)

20 years agoTurn on client ntlmv2 by default.
Jeremy Allison [Fri, 8 Aug 2003 22:19:09 +0000 (22:19 +0000)]
Turn on client ntlmv2 by default.
Jeremy.
(This used to be commit 729b468f7e0e5522dfdede481947826851842483)

20 years agoRPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.
Jeremy Allison [Fri, 8 Aug 2003 17:08:35 +0000 (17:08 +0000)]
RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.
Jeremy.
(This used to be commit 68590b9e2266cf76b46a68cca0acaa47733811fe)

20 years agoneed to be able to connect to a domain member as a local account; don't always map...
Gerald Carter [Fri, 8 Aug 2003 05:11:11 +0000 (05:11 +0000)]
need to be able to connect to a domain member as a local account; don't always map to the domain name
(This used to be commit 20b6e64da2669e5dfc7265cae331ec9c89aa02dc)

20 years agoneed to make sure that the connection struct mem_ctx is initialized and destroyed
Gerald Carter [Fri, 8 Aug 2003 05:10:12 +0000 (05:10 +0000)]
need to make sure that the connection struct mem_ctx is initialized and destroyed
(This used to be commit e0c061b94d4cb181afcd70c5d6398e0c2f446449)

20 years agoAdded by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy Allison [Fri, 8 Aug 2003 00:53:46 +0000 (00:53 +0000)]
Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy.
(This used to be commit 80e14b176526a3038ea03214fc3dd0fd00fef922)

20 years agoTest modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy Allison [Thu, 7 Aug 2003 21:49:01 +0000 (21:49 +0000)]
Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy.
(This used to be commit 3f8c77b116b96b01fd333c4b45d84666ef108fe9)

20 years agoShadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
Jeremy Allison [Thu, 7 Aug 2003 21:47:46 +0000 (21:47 +0000)]
Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adapted
into a patch by "Stefan (metze) Metzmacher" <metze@metzemix.de>.
Jeremy.
(This used to be commit ce5c91d35dabc5ff6fb3df2b259ed186d6a7e0da)

20 years agoAn oplock break reply from the client causes the sequence number to be
Jeremy Allison [Thu, 7 Aug 2003 05:36:08 +0000 (05:36 +0000)]
An oplock break reply from the client causes the sequence number to be
updated by 2 if there is no open reply outstanding, else by one....
Yes - this makes no sense....
Jeremy.
(This used to be commit b43ce1ff6109f6422a621329ceb713b42df40040)

20 years agoadding generic docs for defining VFS module options
Gerald Carter [Thu, 7 Aug 2003 05:00:51 +0000 (05:00 +0000)]
adding generic docs for defining VFS module options
(This used to be commit 6168d3da670f7bb75e34b65a91c76728576f8607)

20 years agoTurns out I had my packet sequences wrong for oplock break code.
Jeremy Allison [Thu, 7 Aug 2003 02:59:52 +0000 (02:59 +0000)]
Turns out I had my packet sequences wrong for oplock break code.
I was storing the mid of the oplock break - I should have been
storing the mid from the open. There are thus 2 types of deferred
packet sequence returns - ones that increment the sequence number
(returns from oplock causing opens) and ones that don't (change notify
returns etc). Running with signing forced on does lead to some
interesting tests :-).
Jeremy.
(This used to be commit 85907f02cec566502d9e4adabbd414020a26064d)

20 years agoCosmetic fix from waider@waider.ie.
Jeremy Allison [Thu, 7 Aug 2003 01:04:57 +0000 (01:04 +0000)]
Cosmetic fix from waider@waider.ie.
Jeremy.
(This used to be commit cb326c2dbff1fad87d5c72df4a004d5a42d17472)

20 years agoPatch from waider@waider.ie to print out Port Type.
Jeremy Allison [Thu, 7 Aug 2003 00:55:35 +0000 (00:55 +0000)]
Patch from waider@waider.ie to print out Port Type.
Jeremy.
(This used to be commit 8516baf58d333a54bcbe1c1a08eee499b3dd2636)

20 years agoEnsure smbclient obeys -s smb.conf option.
Jeremy Allison [Wed, 6 Aug 2003 22:45:46 +0000 (22:45 +0000)]
Ensure smbclient obeys -s smb.conf option.
Jeremy.
(This used to be commit 7950f7d6b2c5e8247bce1e96ddd1a9ec1045f7f9)

20 years agoReversed replacement. Oops.
Jeremy Allison [Wed, 6 Aug 2003 21:31:11 +0000 (21:31 +0000)]
Reversed replacement. Oops.
Jeremy.
(This used to be commit 520bee397d946766cef8ab9f0d7d89064106f510)

20 years agoAnal formatting tidyup :-).
Jeremy Allison [Wed, 6 Aug 2003 20:01:31 +0000 (20:01 +0000)]
Anal formatting tidyup :-).
Jeremy.
(This used to be commit 9c0197471366ad1acf922e02bb694769863054a6)

20 years agoGet rid of MAXPATHLEN, move to standard PATH_MAX.
Jeremy Allison [Wed, 6 Aug 2003 19:30:42 +0000 (19:30 +0000)]
Get rid of MAXPATHLEN, move to standard PATH_MAX.
Jeremy.
(This used to be commit 455ed2d51d86f39ce0fa6e6abca31a5425d2ea17)

20 years agofix bug #208; have to get the gid of the user's primary group for %G
Gerald Carter [Wed, 6 Aug 2003 19:16:17 +0000 (19:16 +0000)]
fix bug #208; have to get the gid of the user's primary group for %G
(This used to be commit 575483a1efe18a90055490117ba6894512ae568a)

20 years agorework winbindd_accountdb_init() to reduce error messages in the log
Gerald Carter [Wed, 6 Aug 2003 18:01:39 +0000 (18:01 +0000)]
rework winbindd_accountdb_init() to reduce error messages in the log
(This used to be commit d98a68e0ebaf2fbd360b826f5df472bc3f94285b)

20 years agoWhen doing 'net groupmap add', default to algorithmic mapping for the rid.
Volker Lendecke [Wed, 6 Aug 2003 09:24:11 +0000 (09:24 +0000)]
When doing 'net groupmap add', default to algorithmic mapping for the rid.

Volker
(This used to be commit 7ce94d39add6e056e3b1deea21bf0438ba61e4cc)

20 years agoSpelling.
Tim Potter [Wed, 6 Aug 2003 01:14:51 +0000 (01:14 +0000)]
Spelling.
(This used to be commit 7d009ebf66c82b254828bac267102eb6e6a4a75e)

20 years agooops; fix typo. Noticed by gcc warning
Gerald Carter [Wed, 6 Aug 2003 00:06:37 +0000 (00:06 +0000)]
oops; fix typo.  Noticed by gcc warning
(This used to be commit 4c36ef65e5101899f730adaeacf754f5f3647d89)

20 years agofix bug #245; local_lookupsid() needed to make a getpwuid() call to get the username...
Gerald Carter [Tue, 5 Aug 2003 23:24:14 +0000 (23:24 +0000)]
fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the username instead of making up unix_user.##
(This used to be commit b947fc3eed464d7a64914f3965964d29be031614)

20 years agoChanges to make gss-spnego ntlmssp client work against W2k AD.
Volker Lendecke [Mon, 4 Aug 2003 13:10:43 +0000 (13:10 +0000)]
Changes to make gss-spnego ntlmssp client work against W2k AD.

Now I know where the mechListMIC changes came from: Ethereal ;-)

Volker
(This used to be commit 4e9eed1273035d09ac3b427b9711327ba8c6ebfc)

20 years agoFix unused variable warning.
Tim Potter [Mon, 4 Aug 2003 06:16:03 +0000 (06:16 +0000)]
Fix unused variable warning.
(This used to be commit 73d02e3a2b0f9e84ab6d8685e4ad6a03ef9249b2)

20 years agoMemory leak fix for create_rpc_bind_req()
Tim Potter [Mon, 4 Aug 2003 02:51:30 +0000 (02:51 +0000)]
Memory leak fix for create_rpc_bind_req()
(This used to be commit 4d26feabd75d5b298276b0c5880b9765507bb6ae)