Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 087981009d57006ff80a0cf50891d4473f86f1bb)
|
|
I needed to modify the way the pidfile is handled in nmbd and smbd to
do this. Jeremy, you may wish to look at what I've done as it probably
breaks the Whistle use of pidfiles. In particular I've removed the -f
option and instead smbd and nmbd always create a pidfile in the lock
directory.
(This used to be commit 20bb22d61b986d2036c681fc33db60f2b2b3c1c7)
|
|
change to all shares that are currently set to the default value.
(This used to be commit b0e1183b2cbeb7a3150b7250cd19d14c9e5508b6)
|
|
(This used to be commit a565ff605094ed5b05d82b59b7993a3088873733)
|
|
(This used to be commit 5b1fca9d3e995f2ea4dc2bcbef92c033463e9847)
|
|
- added "view config" button
(This used to be commit 486a059fe169baedc605ee9bc0a0ca5a4165fe65)
|
|
testparm.
In particular I added:
- ability to optionally save default values of all parameters when
calling lp_load(). This can then be used to save only non-default
parameters in lp_dump(). This makes the saved smb.conf (and viewed
parameters in testparm) much shorter
- ability to not load ipc share in lp_load()
- separators in parm_table[] so parameters can be grouped logically.
- flag to mark parameters that are local but which should be also
viewed as global as far as parameters editing is concerned
(This used to be commit f9af35da26e58fb0b644b5f0169f1c212230047a)
|
|
(This used to be commit 23a8588765af24544433fedeeb927a4f68cb1263)
|
|
(This used to be commit 6e2248532a063a83b682c967a65377488810f9eb)
|
|
(This used to be commit 9dbfb16990954ee3518ce3bc73e067c82b653930)
|
|
(This used to be commit 24e1539cd06a630334135f957720ed030ec4e894)
|
|
(This used to be commit 5e25c845c7c9fe3330cd84e84cfc9b08d77d8cc3)
|
|
(This used to be commit dfaa576d7e661b772daae602152239d8a1adce88)
|
|
(This used to be commit 49e025d557bc2b2a3a8e9a33d6736ca3972287b0)
|
|
(This used to be commit 349500965c7e10cb073e50fe4d4b2abc19a3df18)
|
|
(This used to be commit 1a87b2c2b61b3785b6a6597b220fec611c5872e6)
|
|
(This used to be commit d2376416d6350b22550ab56a590afd06d7c4d9bf)
|
|
won't see a cvs add in the web directory or these files as I added
them by directly copying in the repository. This keeps the history of
the files intact.
(This used to be commit abe0379cf99f63116ea6f61337134ad5c228f933)
|
|
including server.o
(This used to be commit 67bb8835c76e3efc43de55493971fe2402c0d709)
|
|
(This used to be commit 53dc8ea5e315abf9ee8d38ffdb8a3057df0235be)
|
|
(This used to be commit e826790666a7fb4a39ecdbc8c8084d484a011a62)
|
|
(This used to be commit f9ce87f8658920bd73ed9968723bd5c65a07b8b2)
|
|
(This used to be commit f9f9fe67c7570f7585099a14c36bb3ff0291cdf4)
|
|
(This used to be commit df62c80e1d04059905b8a3c5bf9073ba91331e99)
|
|
what Win95 reports)
(This used to be commit a4c6884f43233d57a5f6465f67c4657dd061ae43)
|
|
Allows long share lists to be browsed.
Browsing *into* a long share name still fails, though.
(Luke - you may need to look into this).
Jeremy.
(This used to be commit 5299d1b49f2bfd6cf84a687548904206f4a18a41)
|
|
all I saw" - the book of Jeremy, chapter 1 :-).
So here is the mega-merge of the NTDOM branch server code.
It doesn't include the new client side pieces, we'll look
at that later.
This should give the same functionality, server wise, as
the NTDOM branch does, only merged into the main branch.
Any fixes to domain controler functionality should be
added to the main branch, not the NTDOM branch.
This code compiles without warnings on gcc2.8, but will
need further testing before we are sure all the working
functionality of the NTDOM server branch has been
correctly carried over.
I hereby declare the server side of the NTDOM branch
dead (and all who sail in her :-).
Jeremy.
(This used to be commit 118ba4d77a33248e762a2cf843fb7cbc906ee6e7)
|
|
(This used to be commit bafc7768925109d0e8e87152054d37ec3f4e7fdd)
|
|
separate module.
Chris -)-----
(This used to be commit 687e9be59bc853f3ada6005c3826689854489799)
|
|
Trees: Previously, the AVL node type was different than the node type used
in the BinTree and SplayTree modules. It requires an additional
field to maintain AVL balance information. I merged that field into
the base type (in ubi_BinTree.h) so that all three use the same
node type. On most systems this will have zero effect on the node
size, due to word alignment. The change allowed me to remove a
bigbunch of redundant code, which makes the AVL module smaller and
cleaner.
Linked Lists: I combined ubi_StackQueue into ubi_sLinkList. The interface
has changed a tiny bit. I added macros to ubi_dLinkList to round
it out a bit.
I have verified that the few Samba modules that use these tools (so far)
do not have any problems with the changes.
Chris -)-----
(This used to be commit 599a29401defded32358dfae18e54704c0428f38)
|
|
table
(This used to be commit 8e4a412dba3dc6458651ea042096687b3fcfdc0a)
|
|
(This used to be commit 60ef0b31a0e85164a89a70a4f0d4e675db25f35d)
|
|
what they can cache.
(This used to be commit b6055e40bb91775a29b756640d95910a6f19814f)
|
|
- don't show printers in shares page
(This used to be commit 2b4204a7769a974a74a7658e787274f6251b1d69)
|
|
(This used to be commit 6e1237568b559c006ee5429308ac47e97cc4a1c4)
|
|
These are some hacks on SWAT. Maybe users will actually be able to
work out how to use it now.
Unfortunately these changes required some editing in loadparm.c and
smb.h which will make Jeremys merge job harder. Sorry!
(This used to be commit 674c88a6bf4c8009769a482c53f105efdc54bbc8)
|
|
algorithm was correct).
Finally (I think) fixed the mangled directory stack issue in
scan_directory() correctly. Mangled & non-mangled names are
now being checked correctly. Hurrah to Ulrik Dickow <ukd@kampsax.dk>
who helped isolate this one.
Jeremy.
(This used to be commit 37f5f7b557aa59c7eba4a9f2f2f323d7cec62fc7)
|
|
Jeremy.
(This used to be commit 2df47cf1bb3428fbaa8dcf45ec114ec3aaafae57)
|
|
Kanji support is one case of multibyte character
support, rather than being a specific case in
single byte character support.
This allows us to add Big5 Chinese support (code page 950)
and Korean Hangul support (code page 949) at very little
cost. Also allows us to easily add future multibyte
code pages.
Makefile: Added codepages 949, 950 as we now support more multibyte
codepages.
asyncdns.c: Fixed problem with child being re-spawned when parent killed.
charcnv.c
charset.c
client.c
clitar.c
kanji.c
kanji.h
smb.h
util.c
loadparm.c: Generic multibyte codepage support (adding Big5 Chinese
and Korean Hangul).
nmbd.c: Fixed problem with child being re-spawned when parent killed.
mangle.c: Modified str_checksum so that first 15 characters have more
effect on outcome. This helps with short name mangling as
most 'long' names are still shorter than 15 chars (bug was
foobar_mng and foobar_sum would hash to the same value, with
the modified code they hash differently.
Jeremy.
(This used to be commit 299016338cfb47f0c585875ef9b468121fcee97d)
|
|
(This used to be commit 4adb00e41abbbaf6eaa014e6a599cb2c8b77d7da)
|
|
article contributed by an anonymous person, and adding Caldera Inc. printing config notes to Printing.txt.
(This used to be commit 914b1626178aab30da07a14f14d04703106b95c4)
|
|
<johanh@fusion.kth.se>
nmbd_packets.c: Patch for aliased interfaces from Daniel Haun <dhaun@ecf2.puc.edu>.
Jeremy.
(This used to be commit 60f6302b1972e49159bf6e1a838e691268e4399c)
|
|
(This used to be commit 140fba461bc22f26055c13b04a084d2df16ac604)
|
|
indexes are changed between directory scans. This fix does what
NT4.x SP3 does in that it stops using resume keys and returns
zero instead. We now use the filename in findnext to continue
the search in the correct place (as NT does).
Jeremy.
(This used to be commit b813fb22c4c1b0ee48667e99e82434d20266bbf2)
|
|
They do a broadcast name release for WORKGROUP<0> and WORKGROUP<1e>
names and *don't set the group bit*.
Jeremy.
(This used to be commit 1feb54e1ba27ab8aba2df4ebef4df010ca980f12)
|
|
only mode nmbd was not reporting WORKGROUP<0> and WORKGROUP<1e> names
to a unicast node status query (although it was registering these names
on the network). Also tidied up code in nmbd_mynames.c so that all
known IP addresses are registered in the unicast subnet in this case
rather than just the first, as was previously done.
Jeremy.
(This used to be commit eb71c5edcbb983ed4a1b0f57139bd66b671c67fa)
|
|
wrong IP address. This confused a lot of people (including me :-).
Jeremy.
(This used to be commit 0f4080d3f076db58917d13787a282e96ba59a053)
|
|
nmbd_sendannounce.c: Remote announcement was announcing to the wrong name !
nmblookup.c: Fix for substitutions not seeing hostname.
testparm.c: Fix for substitutions not seeing hostname.
wsmbstatus.c: Fix for substitutions not seeing hostname.
util.c: Change read_udp_socket to use sockaddr_in rather than dubiously
messing around with an opaque data type (sockaddr).
Jeremy.
(This used to be commit 776ccf5c0641b5aa300236c2612b5f2761d1179f)
|
|
<fetch@muffin.arcadia.spb.ru>
to fix the fact that retransmit_or_expire_response_records() wasn't looking
at the WINS subnet.
server.c: Patch from jkf@soton.ac.uk to add %p (NIS server path) substitution.
smbpass.c: Fix to stop parsing failing on non-valid lines.
trans2.c: Fix for volume serial number code.
util.c: Patch from jkf@soton.ac.uk to add %p (NIS server path) substitution.
Fix for warnings under RH5. gcc 2.8.
Jeremy.
(This used to be commit e58ab3bbe6e939ba678ad5482e58e0191c8dcbcb)
|
|
Jeremy.
(This used to be commit 0a535680077a9e436362fd7f1711f62b35317fa4)
|