1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

5043 Commits

Author SHA1 Message Date
Gerald Carter
e5996f4948 there is seemingly no end to these man pages.... -
Jeremy Allison
0d3ae603a2 lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on a pipe
and then a blocking read to fail. Make the pipe read/write non blocking.
printing/printing.c: Added a mutex around the code that enumerates all the jobs in a
                    print queue. Allows only one smbd to be doing this at any one time.
                    This fixes a capacity problem discovered at HP with <10,000 jobs in
                    a print queue.
Jeremy.
-
Gerald Carter
5aed6bf227 getting closer
....
-
Gerald Carter
773ccb36ad more updates..... -
Gerald Carter
59323f7aa2 fixed typo -
Gerald Carter
c82234a03e and some more.... -
Gerald Carter
ab5119467d fixed bad link -
Gerald Carter
ffe442b6b3 more updates..... -
Gerald Carter
a354ce7c85 more converted docs -
Gerald Carter
46fb00896a generated files -
Gerald Carter
d509bb881d housekeeping and a new SGML source file (findsmb) -
Gerald Carter
f1cd3b045a note about docbook conversion -
Gerald Carter
14d8d881ec generated man page and html version of smb.conf(5) -
Gerald Carter
be3a581de3 clean things up to fix HTML generation -
Gerald Carter
9fb11c5ec6 Whew! smb.conf.5.yo completely converted to DocBook (only after 2 & 1/2
days :) ).  The man page generation is fine.  Some anchor tags
need to be tweaked to get the HTML generation correct.

Also, I have done very little editing which means that we'll have to go
through and verify acurracy of things like default values, etc...
-
Andrew Tridgell
5934137741 don't crash on null acl sort -
Andrew Tridgell
c43593ad06 fixed character set init in smbw_sample -
Andrew Tridgell
48ab6297a1 - workaround filer lsa lookup bug for unknown sids
- add \ at start of name if not needed (another filer workaround)
-
Andrew Tridgell
c0f57c3fe6 cope with filer/NT/samba all in one binary. yeah.
we now don't open rw for acls
-
Andrew Tridgell
4a620f7037 make sure we don't free non-allocated data -
Andrew Tridgell
847de3b4ad cope better with broken filer expectations -
Jeremy Allison
2060d74e48 Fixed file descriptor leak in error processing of print jobs.
NT sends "delete on close" to cancel a print job copied from the command line.
Deal with this. Merged JohnR's fixes for print job errors.
Jeremy.
-
Gerald Carter
f29e7f522f update as we go. Almost there.... -
Andrew Tridgell
e7108a18b2 but it is needed for linking ... -
Andrew Tridgell
ea81a3ec88 rpc_parse_samr.c doesn't exist in head ... -
Andrew Tridgell
18ede716d1 make ascii_to_unistr always use little-endian. This fn is never used
except in my code so I know this is safe.

otherwise unicode client lib doesn't work on big-endian hosts
-
Andrew Tridgell
ac7529d2b6 converted the last couple of functions in libsmb to be unicode
the whole of libsmb should now do unicode where appropriate
-
Andrew Tridgell
56ffb58eff fixed a crash bug in smbpasswd
(the user can come from optarg, so we can't free it)
-
Andrew Tridgell
4d59c08c5e the unicode conversion of our client code is complete enough to be
enabled by default

you can disable it by setting the environment variable CLI_FORCE_ASCII
-
Andrew Tridgell
86adbb0caf reverted richards cli_NetServerEnum changes - they broke lots of things -
Andrew Tridgell
cdf0316610 added support for a CLISTR_ASCII flag so we can use a uniform
interface for ascii-only fields
-
Andrew Tridgell
f191271986 don't need _uni hack now -
Andrew Tridgell
5b2ef8a1b9 yipee! client unicode now works well with nt -
Andrew Tridgell
f6b8d67304 converted a bunch more fns -
Andrew Tridgell
c40a1e4ebd converted nt_create and setatr -
Andrew Tridgell
0a8992e224 - neater setting of bcc
- converted cli_rename and cli_unlink
-
Andrew Tridgell
db60c0c262 converted cli_open() -
Andrew Tridgell
95268f5255 converted cli_chkpath() -
Andrew Tridgell
bdce09b778 converted cli_list() -
Andrew Tridgell
bce3ed01a9 converted cli_mkdir() -
Andrew Tridgell
9b25342f4a up the debug level of the debug level change msg -
Andrew Tridgell
33aefc76e8 setup workgroup when found -
Andrew Tridgell
a500519544 optimise by default -
Andrew Tridgell
3eff509a65 playing with CAP_NT_SMBS -
Andrew Tridgell
ba3ce3404e pipe opening now works with unicode -
Andrew Tridgell
e1a04e621f initial client side unicode support (needed for netapp filer)
I've currently got this code disabled by default as it is
incomplete. You enable it by setting a USE_UNICODE environment
variable. Once the support is complete this check will be removed and
the CAP_UNICODE capability bit will be the sole determination of
whether the client library code uses unicode

right now I have converted session_setup and tconx. I will do more fns
over the next few days.

see clistr.c for the new client side string interface. Luckily it
tends to make the code smaller and neater while adding unicode
support.
-
Gerald Carter
519010345f save as we go. Probably last check in for tonight.
jerry
-
Richard Sharpe
d7f3793a2b Fix a small problem where tree.c was using the creation time to display, rather than modification time. Creation time is not returned by the SMB protocol. -
Gerald Carter
c51efe6a2d more autogen files from the latest SGML/DocBook checkins -
Gerald Carter
d98b6f42f5 more SGML/DocBook sources -