Günther Deschner
c0f3f12a62
r8937: allow to use non-default smb.conf in rpcclient
...
Guenther
2007-10-10 11:00:21 -05:00
Tim Potter
e928a20c2b
r8935: Fix signed/unsigned comparison warning. Bugzilla #2943 .
2007-10-10 11:00:21 -05:00
Jeremy Allison
604c1b239b
r8928: Fix mangle method = hash - bugid #2946 . Incorrect strcmp_wa and
...
strncmp_wa.
Jeremy.
2007-10-10 11:00:20 -05:00
Jeremy Allison
6e9ad29663
r8922: AIO configure fixes from William Jojo for IBM AIX aio.
...
Jeremy
2007-10-10 11:00:20 -05:00
Gerald Carter
b527b86ae8
r8916: should fix the valgrind invalid read of size 1 onthe
...
GetPrinterData("OSVersion") abartlet saw when browsing from
Vista client.
2007-10-10 11:00:20 -05:00
Andrew Bartlett
7adeba4036
r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 'twice'.
...
Andrew Bartlett
2007-10-10 11:00:20 -05:00
Andrew Bartlett
78f0640a4b
r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'
...
NTLMSSP (not wrapped in SPNEGO). We really should have supported this
anyway, but we got away with it for a while...
Andrew Bartlett
2007-10-10 11:00:19 -05:00
Günther Deschner
bf67a86114
r8911: cosmetic fixes.
...
Guenther
2007-10-10 11:00:19 -05:00
Gerald Carter
0b9faafe40
r8900: fix typo thyat broke compile in my last commit
2007-10-10 11:00:19 -05:00
Gerald Carter
d8ae9f2b3e
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu.edu>
2007-10-10 11:00:19 -05:00
Tim Potter
7648f6cef0
r8894: Fix a warning. Bugzilla #2939 .
2007-10-10 11:00:19 -05:00
Jeremy Allison
8bb12c66d3
r8892: Fix #2942 - missing value in debug ! Doh !
...
Jeremy.
2007-10-10 11:00:19 -05:00
Volker Lendecke
9ae1098d21
r8889: Another warning
2007-10-10 11:00:19 -05:00
Volker Lendecke
dbcc1de3f8
r8869: Get rid of a warning.
...
Volker
2007-10-10 11:00:18 -05:00
Gerald Carter
fce35d77b8
r8840: fix fedora packaging for FC4
2007-10-10 11:00:18 -05:00
Gerald Carter
97d1b8e8d1
r8835: fixing SWAT install after docs change
2007-10-10 11:00:18 -05:00
Gerald Carter
6fb371f0c8
r8834: fixing SWAT install after docs changeswat/help/welcome.html
2007-10-10 11:00:18 -05:00
Volker Lendecke
503a58b6be
r8833: Fix some uninitialized variables.
...
Volker
2007-10-10 11:00:18 -05:00
Jeremy Allison
fd6e342746
r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.
...
Jeremy.
2007-10-10 11:00:18 -05:00
Gerald Carter
c2f69827de
r8800: grr...get logic right when checking #define
2007-10-10 11:00:18 -05:00
Gerald Carter
7588c32baa
r8799: disabling schannel on samr and lsa until I figure out
...
the latest MS changes in 2003 sp1 and 2004 sp4 sr1
2007-10-10 11:00:17 -05:00
Volker Lendecke
404b817d72
r8798: Save one system call per SMB. smb_run_idle_events right now is only used to
...
close idle pdb_ldap connections, and from my point of view this can wait until
normal timeout handling, this does not need to be done per client request.
Volker
2007-10-10 11:00:17 -05:00
Günther Deschner
c2810bcf66
r8797: avoid unset rids for builtin-aliases.
...
Guenther
2007-10-10 11:00:17 -05:00
Gerald Carter
bc1443837c
r8796: disable schannel on the lsa client pipe for now to deal with Windows 2003 sp1 and Windows 2000 SP4 SR1
2007-10-10 11:00:17 -05:00
Gerald Carter
3228e93ef2
r8795: fix our perpetual motion maching in strncpy_w()
2007-10-10 11:00:17 -05:00
Günther Deschner
0c8859474d
r8787: Make enumeration of builtin-aliases work again.
...
Guenther
2007-10-10 11:00:17 -05:00
Günther Deschner
c270ae79b5
r8786: Fix amazing and long-standing bug where user-accounts are just crippled
...
accounts (accounts without AcctCtrl set) after a vampire-process.
New Accounts tend to hace no acb_info at all which means "0"
(ACB_NORMAL). Unless 0 becomes not 0 we don't do anything and set *no*
acctrl for normal users at all (!). Those crippled users now don't show
up in usrmgr since 3.0.20somethings ldap-routines now finally test if
the attribute is there.
Guenther
2007-10-10 11:00:17 -05:00
Jeremy Allison
ccef758171
r8782: Fix bug #2918 . The problem was using Inbuffer to push a deferred open message onto the queue
...
when we're in a chained message set - we're actually processing a different
buffer then. Added current_inbuf as a static inside smbd/process.c to ensure the
correct message gets pushed and processed.
Jeremy.
2007-10-10 11:00:16 -05:00
Jeremy Allison
871c647bc3
r8762: Attempt to fix the winbindd crashing bug on Solaris (can't remember
...
the bugid). Make the functions in lib/util_unistr.c odd-alignment
safe using some evil macros. Needs testing on bigendian.
Jeremy.
2007-10-10 11:00:16 -05:00
Jeremy Allison
8132072054
r8757: Add debug messages so we can see what attributes and values are being
...
set/deleted/modified in an ldap query.
Jeremy.
2007-10-10 11:00:16 -05:00
Gerald Carter
b46546c18a
r8755: more malloc fixes
2007-10-10 11:00:16 -05:00
Gerald Carter
46f2897fdc
r8716: adding 'username map script' which if defined takes precendence over
...
the username map file.
2007-10-10 11:00:15 -05:00
Jeremy Allison
6ea3aadd66
r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typo
...
calling wrong aio_fsync function. Bugid #2909 .
Jeremy.
2007-10-10 11:00:15 -05:00
Gerald Carter
3b505a8243
r8697: BUG 2908: make sure to allow for the trailing NULL
2007-10-10 11:00:15 -05:00
Jeremy Allison
524298b3f3
r8695: Patch from James Peach for hires timestamps and efficient
...
notify code. Bugid #2285 . The last commit by me on behalf
of James as he will be able to do his own now :-).
Jeremy.
2007-10-10 11:00:15 -05:00
Jeremy Allison
217cc66e46
r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like two offsets
...
to be identical. Make offsets for . and .. different (and explicit).
Jeremy.
2007-10-10 11:00:15 -05:00
Günther Deschner
dccf777f42
r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,
...
not on the server.
We now preserve this windows variable (important for vampired setups)
and correctly substitute only the "%L"s in strings like:
"%LOGONSERVER% %L %lOgOnSeRvEr% %L".
Guenther
2007-10-10 11:00:15 -05:00
Simo Sorce
a3b89cb5c1
r8682: fix vfstest, thanks to Rainer Link for spotting this one
2007-10-10 11:00:14 -05:00
Günther Deschner
afa8ae831a
r8675: fix some compile warnings.
...
Guenther
2007-10-10 11:00:14 -05:00
Andrew Tridgell
57da72d88e
r8673: merged from samba4
2007-10-10 11:00:14 -05:00
Lars Müller
8c09716c91
r8657: Add -fPIC which is the case for all other Samba shared libs.
...
Fix bug #2060 .
2007-10-10 11:00:14 -05:00
Jeremy Allison
a3ceabf7c6
r8655: Still trying to fix #2889 . We don't need the DPTR_MASK after
...
all, now thinking it might be to do with flags2...
Jeremy.
2007-10-10 11:00:14 -05:00
Gerald Carter
cd961e50a3
r8654: merging cli_spoolss_XX() updates from trunk
2007-10-10 11:00:14 -05:00
Lars Müller
2720c82a95
r8653: Fix bug #2659 .
2007-10-10 11:00:13 -05:00
Lars Müller
d395ba2d40
r8641: Fix bug #2262 . Now we accept freebsd 5 till 9 as suggested by Timur
...
Bakeyev.
2007-10-10 11:00:13 -05:00
Jeremy Allison
86f8368c99
r8617: Be very explicit if addprinterex is called that the "addprinter command"
...
must be defined in smb.conf.
Jeremy.
2007-10-10 11:00:13 -05:00
Jeremy Allison
f7b169ed57
r8615: Added "acl group control". Defaults to off. Docs to follow.
...
Jeremy.
2007-10-10 11:00:13 -05:00
Jeremy Allison
99dae22dcf
r8610: If I'm going to do a debug level zero, at least make it useful.
...
Jeremy.
2007-10-10 11:00:13 -05:00
Jeremy Allison
6415657942
r8609: Fix for bugid #2889 . I think the problem is that the top 16 bits of the "server state" field must be
...
non-zero. As we're using the 32 bit field as an offset then normally this field
will be zero. W2K3 fills this field with a counter enumerating the number of
SMBsearch calls on this directory - starting at 1. Add back the 1<<31 bit flag
DPTR_MASK to ensure this is non-zero - with better checks on use.
Jeremy.
2007-10-10 11:00:13 -05:00
Gerald Carter
ed93cc50e1
r8607: BUG 2900 more compiler warnings
2007-10-10 11:00:12 -05:00