1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00

8816 Commits

Author SHA1 Message Date
Tim Potter
1094e1ffde Merge of SMB_ASSERT. -
Jeremy Allison
20986489f4 Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).
Jeremy.
-
Gerald Carter
92fd939c34 merge from app_head to commit re-init'd printer to disk -
Jeremy Allison
bf3b0ef561 SMB_ASSERT to check list terminates.
Jeremy.
-
Jeremy Allison
0bf7187e3b Change default of max_xmit to match W2K. Ensure NT negprot uses it.
Jeremy.
-
Jeremy Allison
2006e36c18 Fix spelling of background_process.
Jeremy.
-
Jeremy Allison
7d0dc36df0 Change to use sys_read/sys_write.
Jeremy.
-
Jeremy Allison
9225054179 Added cli_set_timeout() call.
Jeremy.
-
Jeremy Allison
0644f6a68e Merge Anton's 64-bit fix.
Jeremy.
-
Gerald Carter
2ec53858d9 merge from APP_HEAD to use GMT in job submission notification -
Tim Potter
2adaceea55 Merge of file/directory access bits changes. -
Jeremy Allison
af80b033a5 Turns out with Win9x, we could occasionally return from unix_convert() given
a mangled name without a valid stat struct if the file existed. This would
then cause open_file_shared1() to erroneously think the file open was new,
thus not check for oplock break, thus causing a spurious EAGAIN reply to
the open on a file we already had kernel oplocked.... (phew - that was fun
to track down :-).
Jeremy.
-
Jeremy Allison
7634a58ec8 Added unknown info level.
Jeremy.
-
Jeremy Allison
0ab08186f4 Use memmove when copies can overlap. Spotted by SUGIOKA Toshinobu <sugioka@itonet.co.jp>.
Jeremy.
-
Gerald Carter
8f95773e0a print job properties fix from APP_HEAD. a null devmode is not a failure. -
Gerald Carter
68036f4a41 removed stat() call in lp_add_home() -
Gerald Carter
b381ed3a9e add_printer_hook() fix from APP_HEAD -
Gerald Carter
09c6f6329d merge from APP_HEAD of winbindd's domain local group fix -
Jeremy Allison
e1ea20d2d1 Ensure we register the 1c name on the unicast subnet.
Jeremy.
-
Jeremy Allison
3343efaaa8 Fix based on Jim McDonough's code for ACL inheritance problem.
Jeremy.
-
Jeremy Allison
9b8f362abc Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-only
share.
Jeremy.
-
Gerald Carter
33f4a2fe1c missing prs_align()'s -
Jeremy Allison
a09ba463b4 Turn on sendfile detection by default in HEAD and 3.0.
Jeremy.
-
Jeremy Allison
9fe3c0b90d Add a timeout to tdb_lock_bystring(). Ensure we never have more than
MAX_PRINT_JOBS in a queue.
Jeremy.
-
Gerald Carter
324da9fdb9 fix typo -
Gerald Carter
29159c9737 * merge native_mode flag in winbindd_domain struct from app-head
* add some files missing from a previous commit
-
Gerald Carter
028477e352 merge of working dsrolegetprimdominfo() client code from APP_HEAD -
cvs2svn Import User
7950dfc795 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Gerald Carter
f70caa25e4 merge of working dsrolegetprimdominfo() client code from APP_HEAD -
Andrew Tridgell
c0612272e8 only set UF_USE_DES_KEY_ONLY if we are using krb5 libraries that can't
do type 23
-
Andrew Tridgell
144d4429d7 support all permitted encoding types in tickets. This allows us to
decode a type 23 ticket when the machine account is setup for non-DES
tickets
-
Gerald Carter
1cfd2ee433 merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
-
Gerald Carter
38c9e42998 merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
-
Jeremy Allison
31c0dd7e21 Added ASCII art to make this clearer.
Jeremy.
-
Jeremy Allison
96e9ff9054 Added ASCII art to make this clearer.
Jeremy.
-
Jeremy Allison
971b82beb7 Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy.
-
Jeremy Allison
d40a14dbb0 Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math.ku.dk
Jeremy.
-
Herb Lewis
5f1dff89be make the default printed values for boolean the same for all parameters. -
Herb Lewis
074de699a2 make the default printed values for boolean the same for all parameters. -
Jeremy Allison
5959f35db6 Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up
to date :-).
Jeremy.
-
Andrew Tridgell
8ff6d40d7f .NET likes both forms of servicePrincipalName in the machine account
record
-
Andrew Tridgell
ec6a098c2e fixed 3 bugs in the wins server code related to precedence of ! and &
in C

please note that:
 if (! a & b)
is not the same as:
 if (! (a & b))
-
Andrew Bartlett
4851b6a40f VFStest uses all of smbd's .o files, so needs -lpam and crypt. -
Andrew Bartlett
a1c63d04b8 Patch from Steve Langasek <vorlon@netexpress.net>:
(quoting his mail)

Ok, here's round two of splitting up the library dependencies.  I think
the first one's been steeping in CVS for long enough now.

This splits off the "authentication" libs (libpam, libcrypt) into their
own group.  A modest gain, but you've gotta start somewhere.

Steve Langasek
postmodern programmer
-
Andrew Bartlett
f428ee98d8 Another patch from Steve Langasek <vorlon@netexpress.net>, again from the
Debian patchset.

The idea is to still allow DNS domains to be specified in 'hosts allow' and
'hosts deny' without making the admin set 'hostname lookups' in their smb.conf.
His concern is about upgrades.

This has been designed not to change the value of %M.

Andrew Bartlett
-
Andrew Bartlett
cd41e5ab85 Patch from Steve Langasek <vorlon@netexpress.net> to use nice big integers when
attempting to calculate the bytes/second being transferred.  (Avoid overflow
etc)

Andrew Bartlett
-
Andrew Bartlett
92e0d0e608 We are going to need to track the SAM sequence number too. -
Jeremy Allison
1b283b649f Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.
-
Jeremy Allison
a9a959b85d Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.
Jeremy.
-
Jeremy Allison
66531969df Added const. Anal formatting fixup.
Jeremy.
-