jra/samba/.git
20 years agofix link and author information for Using Samab 2ed (in SWAT front page)
Gerald Carter [Thu, 28 Aug 2003 18:24:25 +0000 (18:24 +0000)]
fix link and author information for Using Samab 2ed (in SWAT front page)
(This used to be commit c79840994c1f3067d268c0db6dc3166572e688eb)

20 years agoAdd length warning on register name.
Jeremy Allison [Thu, 28 Aug 2003 18:23:05 +0000 (18:23 +0000)]
Add length warning on register name.
Jeremy.
(This used to be commit 68d02ebbcd9bc4cf7c84763d03c903b1f2e55fb8)

20 years agoFixed off-by-one bugs in workgroup name comparisons. Complain when a
Jeremy Allison [Thu, 28 Aug 2003 18:12:59 +0000 (18:12 +0000)]
Fixed off-by-one bugs in workgroup name comparisons. Complain when a
workgroup name is >15 characters.
Jeremy.
(This used to be commit 35a0b3c035d50474eda97b015676885722737a95)

20 years agoFix rename of struct gap. ab - LOOK AT THIS. You changed one module
Jeremy Allison [Thu, 28 Aug 2003 18:11:11 +0000 (18:11 +0000)]
Fix rename of struct gap. ab - LOOK AT THIS. You changed one module
but not the other. This now compiles but I need verification.
Jeremy.
(This used to be commit 787c9764b300651af83a6e54f3090cfcf078a8a9)

20 years agoRefactor charset plugins a bit and add CP437 module.
Alexander Bokovoy [Thu, 28 Aug 2003 17:16:27 +0000 (17:16 +0000)]
Refactor charset plugins a bit and add CP437 module.
Now all 8-bit charsets with gaps (not all symbols defined) could be produced through
one macro -- SMB_GENERATE_CHARSET_MODULE_8_BIT_GAP(CHARSETNAME) within source file
with three charset tables. Full source code for such modules can be generated by
source/script/gen-8bit-gap.sh script which was taken from GNU libc and changed slightly
to follow our data types and structure.
(This used to be commit 37042c7bc0f349370e93e4bed37d8fa371013247)

20 years agoremove rcs tag
Gerald Carter [Thu, 28 Aug 2003 17:00:36 +0000 (17:00 +0000)]
remove rcs tag
(This used to be commit 7105f4bcabb29126999b5494f6d60d6f766ab5cc)

20 years agoremoving outdated scripts and adding comments about 'ldap password syc'
Gerald Carter [Thu, 28 Aug 2003 16:38:59 +0000 (16:38 +0000)]
removing outdated scripts and adding comments about 'ldap password syc'
(This used to be commit 29885eae591bdbb899d18ac2e7ae355751cd4be6)

20 years agorevert a change to r1.397.2.91 because to operate like the docs; browseable for new...
Gerald Carter [Thu, 28 Aug 2003 16:13:16 +0000 (16:13 +0000)]
revert a change to r1.397.2.91 because to operate like the docs; browseable for new home directories should be inheritied from the global defaults, not [homes]
(This used to be commit ea54bfc211f874c23b79572d8fb89bac73ec21a3)

20 years agoFix email address in copyright statement
Jim McDonough [Thu, 28 Aug 2003 14:57:23 +0000 (14:57 +0000)]
Fix email address in copyright statement
(This used to be commit ffc82460f2b6b703739d9f95dc878d31bc9b3367)

20 years agoskel_ -> cap_
Alexander Bokovoy [Thu, 28 Aug 2003 12:30:35 +0000 (12:30 +0000)]
skel_ -> cap_
(This used to be commit 8bb033273a0fa20ba88ad6797c9a6ba092224e3b)

20 years agoRemove what looks like gcc-isms.
Jeremy Allison [Wed, 27 Aug 2003 23:23:17 +0000 (23:23 +0000)]
Remove what looks like gcc-isms.
Jeremy.
(This used to be commit ed72e0a1d56f0da29e4ef964f560f0962630e080)

20 years agoTypo fix.
Rafal Szczesniak [Wed, 27 Aug 2003 22:05:52 +0000 (22:05 +0000)]
Typo fix.
(This used to be commit 934fb418a3a3628ee4cde699df872bc1035fc769)

20 years agoremove 'ldap trust ids' since there was no way for it to work now
Gerald Carter [Wed, 27 Aug 2003 21:17:10 +0000 (21:17 +0000)]
remove 'ldap trust ids' since there was no way for it to work now
(This used to be commit 3724063f1518c25e33ba6b65cd3bb1e36cec51fa)

20 years agoFix bug 327 (again and I think for the last time). Make sure that
Gerald Carter [Wed, 27 Aug 2003 20:52:56 +0000 (20:52 +0000)]
Fix bug 327 (again and I think for the last time).  Make sure that
pam_smbpass.so will load ok.  Had to move some functions around to work
around dependency problems (hence the new passdb/lookup_sid.c)

Also make sure that libsmbclient.a is built and installed when
we support shared libraries.
(This used to be commit 780055f4422f11fb0524ac1f003cdc5f317f8b19)

20 years agorenaming some functions for consistency
Gerald Carter [Wed, 27 Aug 2003 20:50:24 +0000 (20:50 +0000)]
renaming some functions for consistency
(This used to be commit f4ca4aae8ad0496b76c710cf79c791724bdaa4ec)

20 years agoFix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, but
Jim McDonough [Wed, 27 Aug 2003 20:22:12 +0000 (20:22 +0000)]
Fix to properly set AP_OPTS_SUBKEY in heimdal.  In MIT it is a #define, but
in heimdal it is an enum.  Thanks to Guenther Deschner (gd@suse.de).

With this join will work, but without a keytab, cifs connections will still
fail with heimdal.  Fix to come later.
(This used to be commit d30bef4c37e8203c273eb3852215a89348bece7a)

20 years agoAdd CAP VFS module from Monyo. Primary purpose of this module is to provide CAP-compa...
Alexander Bokovoy [Wed, 27 Aug 2003 20:04:23 +0000 (20:04 +0000)]
Add CAP VFS module from Monyo. Primary purpose of this module is to provide CAP-compatible encoded file names for CJKV
(This used to be commit e8a5a962ed2218144cbb9c593d8e996c7d034b0c)

20 years agoCheck for embedded mb chars when testing for illegal characters like /.
Jeremy Allison [Wed, 27 Aug 2003 19:01:55 +0000 (19:01 +0000)]
Check for embedded mb chars when testing for illegal characters like /.
Should fix mangling for Japanese language.
Jeremy.
(This used to be commit a238bcc440e310a9ea7800e4fb0b4d39c1f0a0d7)

20 years agoFix initial debug.
Jeremy Allison [Wed, 27 Aug 2003 18:21:26 +0000 (18:21 +0000)]
Fix initial debug.
Jeremy.
(This used to be commit bd40da06352184ed1c4bcaf3449dcdc7fdc59bbd)

20 years agoIgnore smbiconv binary as well
Alexander Bokovoy [Wed, 27 Aug 2003 18:19:52 +0000 (18:19 +0000)]
Ignore smbiconv binary as well
(This used to be commit eea27b9a9cc749b3a67f2ced36ab72586a3905a1)

20 years agoRemove completely unneeded malloc/free out of this codepath.
Jeremy Allison [Wed, 27 Aug 2003 18:17:33 +0000 (18:17 +0000)]
Remove completely unneeded malloc/free out of this codepath.
Jeremy.
(This used to be commit fda254169778cc3fa9c226473b5a1f95c17c99a7)

20 years agoEnsure we use correct length nstrings for workgroup and browser names.
Jeremy Allison [Wed, 27 Aug 2003 18:00:09 +0000 (18:00 +0000)]
Ensure we use correct length nstrings for workgroup and browser names.
Jeremy.
(This used to be commit be534c8adf6c3cb8921ce49dbb79991c632d501e)

20 years agofix segfault on empty wins server name registration reply
Gerald Carter [Wed, 27 Aug 2003 15:07:46 +0000 (15:07 +0000)]
fix segfault on empty wins server name registration reply
(This used to be commit 743560284cebd686be1094ce1d657e6d06c291b0)

20 years agoBe consistent about using capital letters in the function names. (The only
Paul Green [Wed, 27 Aug 2003 15:05:05 +0000 (15:05 +0000)]
Be consistent about using capital letters in the function names. (The only
one that really matters is the init entrypoint, but I changed the others
to remain consistent).
(This used to be commit ce0469ad1c01b36d3f0000756f6917478df37d02)

20 years agoadd --help to script
Gerald Carter [Wed, 27 Aug 2003 14:44:36 +0000 (14:44 +0000)]
add --help to script
(This used to be commit 5b20494aff3da9414ac0100220de96750c3f06a3)

20 years agofix bug 230; make sure to set #define SYSV for solaris; do this outside of the checks...
Gerald Carter [Wed, 27 Aug 2003 14:37:24 +0000 (14:37 +0000)]
fix bug 230; make sure to set #define SYSV for solaris; do this outside of the checks for shared library support (move the IRIX define as well)
(This used to be commit 42d9b75d8c6ab61afd3b399ab485da6733af5bd2)

20 years agoFix typo in configure.in for libsmbclient
Alexander Bokovoy [Wed, 27 Aug 2003 10:42:16 +0000 (10:42 +0000)]
Fix typo in configure.in for libsmbclient
(This used to be commit 302da352a2f7f23c39ab97076505b5297ffdbe8d)

20 years agoPrint an error instead of crashing if no argument is specified for
Tim Potter [Wed, 27 Aug 2003 07:39:26 +0000 (07:39 +0000)]
Print an error instead of crashing if no argument is specified for
smbclient -T

Fixes bug 345.
(This used to be commit a46e58e2b6e3d9526012d6a2d903163a3373fa59)

20 years agoUpdate last scan time in rescan_trusted_domains().
Tim Potter [Wed, 27 Aug 2003 07:26:02 +0000 (07:26 +0000)]
Update last scan time in rescan_trusted_domains().

Fix from Ken Cross.
(This used to be commit 45775b48a0d91390aa698b750d59cda0150cfbd0)

20 years agoUndo SYSV define for Solaris. Things are more complicated than they
Tim Potter [Wed, 27 Aug 2003 06:32:22 +0000 (06:32 +0000)]
Undo SYSV define for Solaris.  Things are more complicated than they
appear.  (-:

I've closed bug 355 as a duplicate of bug 230 which is still a going
concern.
(This used to be commit dfb5050b7732836ade12beba27a88c5e8c1a1b95)

20 years agoFollow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fix
Tim Potter [Wed, 27 Aug 2003 05:07:25 +0000 (05:07 +0000)]
Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fix
vendor supplied lp printing (bug #355).

For some reason this is not being set in Samba 3.  In Samba 2.2 the
SYSV define was only set from include/includes.h in a haphazard
fashion.  It's probably better to explicitly define it on a per-operating
system basis anyway.
(This used to be commit e653e13f45c3fa3c2cac792d78e47a2ee0df2b5a)

20 years agopatch from Guenther Deschner <gd@suse.de>
John Terpstra [Wed, 27 Aug 2003 02:31:06 +0000 (02:31 +0000)]
patch from Guenther Deschner <gd@suse.de>
(This used to be commit 2e23491bb3bbf638ef37bace4e2fd22ade637618)

20 years agoFix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison [Wed, 27 Aug 2003 01:25:01 +0000 (01:25 +0000)]
Fix the character set handling properly in nmbd. Also fix bug where
iconv wasn't re-initialised on reading of "charset" parameters. This
caused workgroup name to be set incorrectly if it contained an
extended character.
Jeremy.
(This used to be commit 84ae44678a6c59c999bc1023fdd9b7ad87f4ec18)

20 years agoFix for #150.
Alexander Bokovoy [Tue, 26 Aug 2003 19:48:16 +0000 (19:48 +0000)]
Fix for #150.
We now fallback to Samba-provided CP850 charset module if CP850 or IBM850 does not exist on target system at runtime.
1. Introduce CP850 charset module based on charmaps table from GNU libc 2.2.5
2. Make CP850 charset module shared and build it by default

Should fix Solaris run-time
(This used to be commit e855dc8c9115fa11d315eb34d57722ff612daa11)

20 years agosync with changes from Jerome Tournier @ IDEALX; should now work with sambaSamAccount...
Gerald Carter [Tue, 26 Aug 2003 04:36:27 +0000 (04:36 +0000)]
sync with changes from Jerome Tournier @ IDEALX; should now work with sambaSamAccount schema
(This used to be commit 5f41cd76b793305e1e9e4da76d58daa2d8438c63)

20 years agoinclude enhancements from Buchan Milne to generate LDIF modify output in addition...
Gerald Carter [Tue, 26 Aug 2003 04:17:05 +0000 (04:17 +0000)]
include enhancements from Buchan Milne to generate LDIF modify output in addition to add
(This used to be commit 49457669f32ed1d8122633e2d0abdebaf05790da)

20 years agoadding some debugs while tracking down a bug
Gerald Carter [Tue, 26 Aug 2003 03:13:39 +0000 (03:13 +0000)]
adding some debugs while tracking down a bug
(This used to be commit 627ff578613b8762415cc03cbbaff68e70f96dbf)

20 years agomake sure we keep the trusted domain cache up to date
Gerald Carter [Mon, 25 Aug 2003 21:45:57 +0000 (21:45 +0000)]
make sure we keep the trusted domain cache up to date
(This used to be commit 3324adcaceb9191b5d4d671ac9b51c85c6714598)

20 years agoupdate python libraries for new cli_spoolss_getprinterdriver() call
Gerald Carter [Mon, 25 Aug 2003 21:16:17 +0000 (21:16 +0000)]
update python libraries for new cli_spoolss_getprinterdriver() call
(This used to be commit 331a69919c3d4457e4c700b1fd4033f338d0ec98)

20 years agorun autogen when making a tarball
Gerald Carter [Mon, 25 Aug 2003 21:08:46 +0000 (21:08 +0000)]
run autogen when making a tarball
(This used to be commit d9d50b6cfe6525ccd0173394fd17e545440ecfa8)

20 years agoignore generated smbadduser
Gerald Carter [Mon, 25 Aug 2003 21:08:06 +0000 (21:08 +0000)]
ignore generated smbadduser
(This used to be commit bef5ad0dea18fd1aea3421adc3de2609b1cf2eb1)

20 years agofix bug 289; make sure to reset the offset into a string when reallocating space
Gerald Carter [Mon, 25 Aug 2003 20:42:24 +0000 (20:42 +0000)]
fix bug 289; make sure to reset the offset into a string when reallocating space
(This used to be commit 66dd20c7eaa66abdf99fa57475ccc4c9f978f1b5)

20 years agofix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the neccessary...
Gerald Carter [Mon, 25 Aug 2003 19:09:24 +0000 (19:09 +0000)]
fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the neccessary files & libs
(This used to be commit e52f95d681ef2263166f5468f2a3f068b67915b7)

20 years agofix bug #39; save the -W value and restore it after lp_load()
Gerald Carter [Mon, 25 Aug 2003 17:55:33 +0000 (17:55 +0000)]
fix bug #39; save the -W value and restore it after lp_load()
(This used to be commit 79efe7d72ba503b58c8ad3b9b1c711f5ebb33521)

20 years agomake sure the printer data value exists before saying you deleted it
Gerald Carter [Mon, 25 Aug 2003 13:05:48 +0000 (13:05 +0000)]
make sure the printer data value exists before saying you deleted it
(This used to be commit 017133ea0c3eb0579710727379585df2b585614d)

20 years agoFix memleak.
Volker Lendecke [Mon, 25 Aug 2003 09:13:54 +0000 (09:13 +0000)]
Fix memleak.
(This used to be commit afbf15f94189f50cd447d9bcdebbc4886800b05a)

20 years agoFix segfault. krb5_free_ticket does not check if it got a NULL ticket.
Volker Lendecke [Mon, 25 Aug 2003 09:13:20 +0000 (09:13 +0000)]
Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.
(This used to be commit 97e4778103744419ecaeb0058460041ef01b2e2a)

20 years agoit never amazes me when some new things crawls out of the windows
Gerald Carter [Sat, 23 Aug 2003 03:34:24 +0000 (03:34 +0000)]
it never amazes me when some new things crawls out of the windows
spooler. :-(

When installing the Adobe PS driver onto a Samba printer via cupsaddsmb,
I noticed a WIN2k client sending DeletePrinterData("DependentFiles")
pver and over.  I also noticed that we never checked to see if the
value was valid.  No now we do and return WERR_BADFILE which I think
is correct.

Next, I noticed that we never wrote the updated printer out to disk
after a succesfully DeletePrinterData[Ex]().

Finally, I found a driver (Canon BJC 1000 using the Adobe PS drivers
and foomatic PPD file) that was destroying the device name string
in the devmode.  So now get_a_printer_2() always writes out the
device name in \\server\share form.

I think these changes might fix bug 294.
(This used to be commit deb25780874b66e68ac597db24fbc50e7f7458b5)

20 years agoHalf-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison [Sat, 23 Aug 2003 01:59:14 +0000 (01:59 +0000)]
Half-way though the big conversion of all nmbd access to wire elements being
converted to pull/push_ascii. This will not work right at the moment for non
English codepages, but compiles - I will finish the work over the weekend.
Then nmbd should be completely codepage correct.
Jeremy.
(This used to be commit 236d6adadf32397b28028ea82ae2ec027366f7c8)

20 years agostruct nmb_name should have 16 byte namestrings, not 17.
Jeremy Allison [Fri, 22 Aug 2003 22:45:34 +0000 (22:45 +0000)]
struct nmb_name should have 16 byte namestrings, not 17.
Jeremy.
(This used to be commit daf7b5fbd93c640c7660bdf173079fa1039794af)

20 years agoUse correct size (17 not 16) when doing a push_ascii(). Ensure that
Jeremy Allison [Fri, 22 Aug 2003 21:41:50 +0000 (21:41 +0000)]
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
wins hook is called with unix charset.
Jeremy.
(This used to be commit ecb80573870103de7b3f332fb53bf6b952f25ee7)

20 years ago* Fix for bug 290:
Gerald Carter [Fri, 22 Aug 2003 18:00:17 +0000 (18:00 +0000)]
* Fix for bug 290:
smbadduser must obeys the paths from configure options

* Try to get libsmbclient files installed during 'make install'
  Still one outstanding problem with static lib.  INSTALLCLIENTCMD_A
  is not getting set correctly.
(This used to be commit 50ab28bd2524187b851732176553382fb811a051)

20 years agoadd a quick script to create a tarball for CVS snapshots
Gerald Carter [Fri, 22 Aug 2003 16:57:00 +0000 (16:57 +0000)]
add a quick script to create a tarball for CVS snapshots
(This used to be commit 9ef4abcd490c3343069d7cbf5752dec212530d4f)

20 years agofixing some packaging stuff for Solaris
Gerald Carter [Fri, 22 Aug 2003 16:53:17 +0000 (16:53 +0000)]
fixing some packaging stuff for Solaris
(This used to be commit b0d3f40ffe666f768f5ec0d93b84488148b5527e)

20 years agodon't complain if the using_samba book is not in the tree
Gerald Carter [Fri, 22 Aug 2003 16:23:56 +0000 (16:23 +0000)]
don't complain if the using_samba book is not in the tree
(This used to be commit 20603faf2c6e37b1db139cdbbfd4131cb5c33869)

20 years agorevert abartet's change that removed the check for CAP_EXTENDED_SECURITY when decidii...
Gerald Carter [Fri, 22 Aug 2003 14:24:38 +0000 (14:24 +0000)]
revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when decidiing whether or not use ntlmv2 in client connections
(This used to be commit 6e82c9fdf9c1db6feec319b4550b07cbfad4defb)

20 years agofix compile problem (stray character)
Gerald Carter [Fri, 22 Aug 2003 13:39:49 +0000 (13:39 +0000)]
fix compile problem (stray character)
(This used to be commit 9554a661c2400e9148f7572e4de20064faea5f2a)

20 years agoensure that 'available = no' works for [homes]; reported by Walter Haidinger
Gerald Carter [Fri, 22 Aug 2003 12:50:53 +0000 (12:50 +0000)]
ensure that 'available = no' works for [homes]; reported by Walter Haidinger
(This used to be commit 1278d2496162c6427729a795dd940b9863261a6d)

20 years agoEnsure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy Allison [Fri, 22 Aug 2003 00:26:37 +0000 (00:26 +0000)]
Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy.
(This used to be commit eb792727437c74417f5ef7614b300ab84f06fdaf)

20 years agoEnsure nmblookup correctly converts from CH_DOS to CH_UNIX when displaying
Jeremy Allison [Fri, 22 Aug 2003 00:13:42 +0000 (00:13 +0000)]
Ensure nmblookup correctly converts from CH_DOS to CH_UNIX when displaying
a printable name on node status.
Jeremy.
(This used to be commit 6585446afd29768fde8c3f882bfb57554cf4e4da)

20 years agoShut conversion errors up when initialising tables.
Jeremy Allison [Thu, 21 Aug 2003 23:55:29 +0000 (23:55 +0000)]
Shut conversion errors up when initialising tables.
Jeremy.
(This used to be commit 94d0f888c9abd52e26ef5fc597ade5426a521227)

20 years agodefine SYSV for IRIX
Herb Lewis [Thu, 21 Aug 2003 22:48:58 +0000 (22:48 +0000)]
define SYSV for IRIX
(This used to be commit f4e47012ff9704d85e017bfbc0b13030e8f5dee8)

20 years agofix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJ
Gerald Carter [Thu, 21 Aug 2003 21:09:29 +0000 (21:09 +0000)]
fix bug 327; make sure to link SMBLDAP_OBJ with PAM_SMBPASS_OBJ
(This used to be commit b7ccfb1592e45366bef92ea6439f81797840ec28)

20 years agofix for BUG 245; make sure we set the sid type when falling back to the rid algorithm...
Gerald Carter [Thu, 21 Aug 2003 21:05:01 +0000 (21:05 +0000)]
fix for BUG 245; make sure we set the sid type when falling back to the rid algorithm stuff
(This used to be commit f6363aa31aa3479a9566328752ecb4aeadde10b7)

20 years agoupdate for new version.h format
Herb Lewis [Thu, 21 Aug 2003 19:27:01 +0000 (19:27 +0000)]
update for new version.h format
(This used to be commit 523f2554c0fa8512d805b5f8e1fb122c02f856f2)

20 years agoKeep list of ignored and shared modules
Jelmer Vernooij [Thu, 21 Aug 2003 18:49:01 +0000 (18:49 +0000)]
Keep list of ignored and shared modules
(This used to be commit d0f394dac344edbb732eecdba5fbab1523acf2b3)

20 years agoadding note about change in 'unix extensions' behavior
Gerald Carter [Thu, 21 Aug 2003 15:31:18 +0000 (15:31 +0000)]
adding note about change in 'unix extensions' behavior
(This used to be commit 71dc428fbef10a3d6e7c8463119f1a290ccdaa42)

20 years agopackaging fix for winbind NSS libraries from Brian King
Gerald Carter [Thu, 21 Aug 2003 15:07:43 +0000 (15:07 +0000)]
packaging fix for winbind NSS libraries from Brian King
(This used to be commit 04369b39897aec899957fb08665959b530ff9210)

20 years agoremove unneedced script
Gerald Carter [Thu, 21 Aug 2003 13:05:09 +0000 (13:05 +0000)]
remove unneedced script
(This used to be commit 9c9cc30093b141d07d79c3cddb2ff663e7a7ac80)

20 years agoactually check in the fix for make torture
Gerald Carter [Thu, 21 Aug 2003 13:04:42 +0000 (13:04 +0000)]
actually check in the fix for make torture
(This used to be commit 4d49ebf7138f1e27c39b511f7f0417bfb146fc26)

20 years agoIgnore only getdate.* in modules/, not the whole directory. Fixes static builds of...
Alexander Bokovoy [Thu, 21 Aug 2003 08:46:48 +0000 (08:46 +0000)]
Ignore only getdate.* in modules/, not the whole directory. Fixes static builds of modules
(This used to be commit df6eeca5f6ddd1345d77a0efd64afc0d861d978c)

20 years agoCheckin cifs vfs manpage
Steve French [Thu, 21 Aug 2003 04:45:11 +0000 (04:45 +0000)]
Checkin cifs vfs manpage
(This used to be commit ada291956a3d7fd9225921d065fe7d4f73b1862e)

20 years agoUnix extensions now default to on.
Jeremy Allison [Thu, 21 Aug 2003 01:49:59 +0000 (01:49 +0000)]
Unix extensions now default to on.
Jeremy.
(This used to be commit 343d361d4c963fab2686eb23cf76603c63e7968e)

20 years agoTurn UNIX extensions on by default. Yes I will change the docs :-).
Jeremy Allison [Thu, 21 Aug 2003 01:38:48 +0000 (01:38 +0000)]
Turn UNIX extensions on by default. Yes I will change the docs :-).
Jeremy.
(This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f)

20 years agoAttempt to fix the charcnv issues causing nmbd to crash. If we get a failed
Jeremy Allison [Wed, 20 Aug 2003 22:06:19 +0000 (22:06 +0000)]
Attempt to fix the charcnv issues causing nmbd to crash. If we get a failed
conversion simply copy as is. Also fixed the horrid malloc-twice-copy code
in the convert alloc path.
Jeremy.
(This used to be commit cfde7477fd12caef943a9422b52174438092a135)

20 years agoadding old NDS schema so I can update it
Gerald Carter [Wed, 20 Aug 2003 21:53:18 +0000 (21:53 +0000)]
adding old NDS schema so I can update it
(This used to be commit 25753e2a336a72dc2275a0046003c3a659a0f880)

20 years agocheclking in initial version of 2.2 scripts so I can start updating them
Gerald Carter [Wed, 20 Aug 2003 21:52:52 +0000 (21:52 +0000)]
checlking in initial version of 2.2 scripts so I can start updating them
(This used to be commit 766a5070d58ada7a871a7fab45b5f7e203264952)

20 years agometze's autogenerate patch for version.h
Gerald Carter [Wed, 20 Aug 2003 17:13:38 +0000 (17:13 +0000)]
metze's autogenerate patch for version.h
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)

20 years agofix comments about schema dependencies
Gerald Carter [Wed, 20 Aug 2003 16:08:39 +0000 (16:08 +0000)]
fix comments about schema dependencies
(This used to be commit f72f51d39ff3e6d22dbda8b9c115ca10e93e7022)

20 years agoFix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN
Gerald Carter [Wed, 20 Aug 2003 16:07:19 +0000 (16:07 +0000)]
Fix bug #252.  Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN
call.
(This used to be commit dd2cf4897ec3db25c24a2724ffdef4f905625f6a)

20 years agoAdd log2pcap to ignorefile
Jelmer Vernooij [Wed, 20 Aug 2003 14:33:08 +0000 (14:33 +0000)]
Add log2pcap to ignorefile
(This used to be commit 9c3afa1c8520133b6c17116cfbffffa85e5e250b)

20 years agoAdd W2k Deploy HOWTO
Jelmer Vernooij [Wed, 20 Aug 2003 08:21:39 +0000 (08:21 +0000)]
Add W2k Deploy HOWTO
(This used to be commit 3a272ba3a25a70bac4b6319de6ad1c07d87a1934)

20 years agoMake compiling vfs_readonly static possible
Jelmer Vernooij [Wed, 20 Aug 2003 08:20:14 +0000 (08:20 +0000)]
Make compiling vfs_readonly static possible
(This used to be commit b8ef536b9e62ceeed6c4db58923a66ba8506871d)

20 years agoWe now know a lot more about SMB signing, and this comment no longer applies
Andrew Bartlett [Wed, 20 Aug 2003 04:49:48 +0000 (04:49 +0000)]
We now know a lot more about SMB signing, and this comment no longer applies
We can join Win2k with default settings.

Andrew Bartlett
(This used to be commit 758e5ffd3814c71d79ed247df0b5332148837ac0)

20 years agofix small logic error in cm_open_connection() to work with non-krb5 connections
Gerald Carter [Wed, 20 Aug 2003 04:25:09 +0000 (04:25 +0000)]
fix small logic error in cm_open_connection() to work with non-krb5 connections
(This used to be commit 2d85612752daa26c0773b86bd40eb3430b1cce3b)

20 years agomissing backtic
Gerald Carter [Tue, 19 Aug 2003 22:59:45 +0000 (22:59 +0000)]
missing backtic
(This used to be commit bf271aadcfa77f13754202b8ca04e473be819dde)

20 years ago - Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett [Tue, 19 Aug 2003 22:47:10 +0000 (22:47 +0000)]
 - Make 'net' use a single funciton for setting the 'use machine account' code.
 - Make winbindd try to use kerberos for connections to DCs, so that it can
   access RA=2 servers, particularly for netlogon.
 - Make rpcclient follow the new flags for the NETLOGON pipe
 - Make all the code that uses schannel use the centralised functions for doing so.

Andrew Bartlett
(This used to be commit 96b4187963cedcfe158ff02868929b8cf81c6ebf)

20 years agoIgnore modules/*.c in make proto
Alexander Bokovoy [Tue, 19 Aug 2003 21:52:33 +0000 (21:52 +0000)]
Ignore modules/*.c in make proto
(This used to be commit eaf883abc0a35dc648fca497248281ac68246341)

20 years agoremoving using_samba docs from samba cvs module (not are in a separate cvs module)
Gerald Carter [Tue, 19 Aug 2003 21:36:00 +0000 (21:36 +0000)]
removing using_samba docs from samba cvs module (not are in a separate cvs module)
(This used to be commit f7249014f4cb81364ab4c828c019dff3f16310a1)

20 years ago- Fix the kerberos downgrade problem:
Andrew Bartlett [Tue, 19 Aug 2003 20:39:32 +0000 (20:39 +0000)]
- Fix the kerberos downgrade problem:
 - When connecting to the NETOGON pipe, we make a call to auth2, in order
   to verify our identity.  This call was being made with negotiation flags
   of 0x1ff.  This caused our account to be downgraded.  If we instead make
   the call with flags > 1ff (such as 0x701ff), then this does not occour.

 - This is *not* related to the use of kerberos for the CIFS-level connection

My theory is that Win2k has a test to see if we are sending *exactly* what
NT4 sent - setting any other flags seems to cause us to remain intact.

Also ensure that we only have 'setup schannel' code in a few places, not
scattered around cmd_netlogon too.

Andrew Bartlett
(This used to be commit e10f0529fe9d8d245b3cd001cce6a9a86896679c)

20 years agoupdating README a little; (bug 214)
Gerald Carter [Tue, 19 Aug 2003 18:42:28 +0000 (18:42 +0000)]
updating README a little; (bug 214)
(This used to be commit b9e9efbfa4eec41823446a03e313be453d1f7d3c)

20 years agoBreak up 'cli_full_connection' to allow for the session setups to be done
Andrew Bartlett [Tue, 19 Aug 2003 17:47:44 +0000 (17:47 +0000)]
Break up 'cli_full_connection' to allow for the session setups to be done
elsewhere in the code.  This will allow us to try kerberos, then another user
then guest in the winbindd code.

Also, re-introduce the seperate, NT1 'guest' session setup code, as I found
some problems with doing guest under NTLMSSP.

Andrew Bartlett
(This used to be commit 33109fefe7d306a97ac48a75e3e67c166daff4ea)

20 years agoworking on fix for BUG #294. Not done yet, but this at least clears
Gerald Carter [Tue, 19 Aug 2003 16:56:53 +0000 (16:56 +0000)]
working on fix for BUG #294.  Not done yet, but this at least clears
up some of the false positives in "rpcclient -c getdriver".
Also make sure that we ask for version2 and 3 drivers on x86.
(This used to be commit 5be51515680da910b623f486108d91f9ea914bd2)

20 years agoAdd log2pcap
Jelmer Vernooij [Tue, 19 Aug 2003 15:46:17 +0000 (15:46 +0000)]
Add log2pcap
(This used to be commit 04d7f0bba6ef110c1c7d2e98b816ab5b9f234d80)

20 years ago- Update 'preload modules' documention (bug #304)
Jelmer Vernooij [Tue, 19 Aug 2003 15:18:27 +0000 (15:18 +0000)]
- Update 'preload modules' documention (bug #304)
- Fix WINS Server List in SWAT (bug #197)
- Don't segfault SWAT when adding shares (bug #254)
(This used to be commit dd43a29504fe2b6f9d13cdb9431347927548fc10)

20 years agono maintainer for TurboLinux either
Gerald Carter [Tue, 19 Aug 2003 04:32:56 +0000 (04:32 +0000)]
no maintainer for TurboLinux either
(This used to be commit f98f937ec9395af576efa48d6a628eae23b18d79)

20 years agoremoving outdated README
Gerald Carter [Tue, 19 Aug 2003 04:31:44 +0000 (04:31 +0000)]
removing outdated README
(This used to be commit a3af090c3fc6143cd621dc6777275aebc7fac93d)

20 years agomissed one caldera packaging file
Gerald Carter [Tue, 19 Aug 2003 04:30:07 +0000 (04:30 +0000)]
missed one caldera packaging file
(This used to be commit 1fb59ec769eb58f8f56c4162c8de2d46dac27653)

20 years agono maintainer. Will be in the Attic if ever needed. No point
Gerald Carter [Tue, 19 Aug 2003 04:28:16 +0000 (04:28 +0000)]
no maintainer.  Will be in the Attic if ever needed.  No point
in claiming support for these packagaing files if we don't
even know if they build.
(This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783)

20 years agoFix BUG #314: api_netUserGetGRoups() was failing prematurely
Gerald Carter [Tue, 19 Aug 2003 04:17:21 +0000 (04:17 +0000)]
Fix BUG #314:  api_netUserGetGRoups() was failing prematurely
  (also fixed the call to return the real groups and not a mocked
  up list)

Fixed simple compiler warning in srv_lsa_ds.c
(This used to be commit 6b0e38e01a44d87b844d973318accc456abef857)