1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

18241 Commits

Author SHA1 Message Date
Günther Deschner
e20695a503 r9041: typo. Thanks jerry.
Guenther
(This used to be commit 7afb424091)
2007-10-10 11:00:24 -05:00
Gerald Carter
83d12580aa r9040: revert pointer checks that I had removed; fixes crash in calls to enumprinterdata()
(This used to be commit f81b885f46)
2007-10-10 11:00:24 -05:00
Lars Müller
910f3dd348 r9038: Revert svn rev 414. Discussed with Jerry and Metze.
We need the option to add an 'a' if we're already in pre or rc state
with the next release.

Bugzilla Bug 2618
(This used to be commit 26bf1d223e)
2007-10-10 11:00:24 -05:00
Günther Deschner
1431a6030d r9029: Another crash bug when enumerating privileges.
Thanks Volker!

Guenther
(This used to be commit e59c7c76d7)
2007-10-10 11:00:23 -05:00
Günther Deschner
fdc2ab72f7 r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtorture
RPC-SPOOLSS).

Guenther
(This used to be commit 06bfe789d5)
2007-10-10 11:00:23 -05:00
Gerald Carter
b549e4903d r8992: More make test work. Adding a way to order tests (might change
my mind on this later).
(This used to be commit 136fe3f15e)
2007-10-10 11:00:23 -05:00
Gerald Carter
c731d11471 r8990: First trivial example of 'make test'
(This used to be commit 11c8863949)
2007-10-10 11:00:23 -05:00
Volker Lendecke
4dec112b8a r8989: Fix a warning
(This used to be commit 3d491ebf9c)
2007-10-10 11:00:23 -05:00
Günther Deschner
3ada346cbe r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to list
more then 511 users.

After the rewrite, the old NT_STATUS-semantics didn't fit any longer.

Guenther
(This used to be commit 690da51d83)
2007-10-10 11:00:23 -05:00
Jeremy Allison
78d6fa7277 r8963: Clean up the horrid "fake conn struct" part of MSDFS.
Jeremy.
(This used to be commit 14dd5ab632)
2007-10-10 11:00:23 -05:00
Jelmer Vernooij
08ebcb0941 r8961: Merge IRIX fix for socket wrapper
(This used to be commit bd49c31339)
2007-10-10 11:00:22 -05:00
Jeremy Allison
abb81cfe26 r8959: Make msdfs code talloc based. Fix leaks.
Jeremy.
(This used to be commit 076023df8e)
2007-10-10 11:00:22 -05:00
Gerald Carter
4ff44ae90e r8956: fix segfault caused by trying to parse a UNISTR2
and not a UNISTR2*
(This used to be commit f775fc7209)
2007-10-10 11:00:22 -05:00
Jeremy Allison
a4cdedcc08 r8950: Fix one more mem leak found by Gunther.
Jeremy.
(This used to be commit 547c6ee0a9)
2007-10-10 11:00:22 -05:00
Tim Potter
6ab9ff8e9f r8949: Fix incorrect SHLIBEXT is set when running configure script on HPUX IA
systems. This causes share libs to be built with .sl instead of .so
extensions.  Patch from Adrian Tam to fix bugzilla #2733.
(This used to be commit 84936e7491)
2007-10-10 11:00:22 -05:00
Jeremy Allison
dada62cf82 r8948: Fix valgrind bad free bug found by Gunther.
Jeremy.
(This used to be commit ff291f4c97)
2007-10-10 11:00:22 -05:00
Tim Potter
311cf22a2e r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes
bugzilla #1888 and #1894.
(This used to be commit dcc7437138)
2007-10-10 11:00:22 -05:00
Gerald Carter
191b5977d0 r8943: Fix segfault in enum_service_status
(This used to be commit 04a551f0a4)
2007-10-10 11:00:21 -05:00
Tim Potter
235644680f r8941: Fix unused variable warning. Bugzilla #2940.
(This used to be commit 6d0aafa599)
2007-10-10 11:00:21 -05:00
Günther Deschner
7715c33ab1 r8938: fix querydispinfo search semantics.
Just in case some uses rpcclient for code-testing...

Guenther
(This used to be commit 624b1c2208)
2007-10-10 11:00:21 -05:00
Günther Deschner
ad6d233adf r8937: allow to use non-default smb.conf in rpcclient
Guenther
(This used to be commit c0f3f12a62)
2007-10-10 11:00:21 -05:00
Tim Potter
850a6f3a8d r8935: Fix signed/unsigned comparison warning. Bugzilla #2943.
(This used to be commit e928a20c2b)
2007-10-10 11:00:21 -05:00
Jeremy Allison
6e98a3c999 r8928: Fix mangle method = hash - bugid #2946. Incorrect strcmp_wa and
strncmp_wa.
Jeremy.
(This used to be commit 604c1b239b)
2007-10-10 11:00:20 -05:00
Jeremy Allison
602e2175a2 r8922: AIO configure fixes from William Jojo for IBM AIX aio.
Jeremy
(This used to be commit 6e9ad29663)
2007-10-10 11:00:20 -05:00
Gerald Carter
57939971b4 r8916: should fix the valgrind invalid read of size 1 onthe
GetPrinterData("OSVersion") abartlet saw when browsing from
Vista client.
(This used to be commit b527b86ae8)
2007-10-10 11:00:20 -05:00
Andrew Bartlett
f31965b549 r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 'twice'.
Andrew Bartlett
(This used to be commit 7adeba4036)
2007-10-10 11:00:20 -05:00
Andrew Bartlett
a3947eaa4e 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
(This used to be commit 78f0640a4b)
2007-10-10 11:00:19 -05:00
Günther Deschner
fefbaf2bca r8911: cosmetic fixes.
Guenther
(This used to be commit bf67a86114)
2007-10-10 11:00:19 -05:00
Gerald Carter
0d40d4f8db r8900: fix typo thyat broke compile in my last commit
(This used to be commit 0b9faafe40)
2007-10-10 11:00:19 -05:00
Gerald Carter
14a9d52832 r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu.edu>
(This used to be commit d8ae9f2b3e)
2007-10-10 11:00:19 -05:00
Tim Potter
473cfa4c35 r8894: Fix a warning. Bugzilla #2939.
(This used to be commit 7648f6cef0)
2007-10-10 11:00:19 -05:00
Jeremy Allison
7aa9f973f2 r8892: Fix #2942 - missing value in debug ! Doh !
Jeremy.
(This used to be commit 8bb12c66d3)
2007-10-10 11:00:19 -05:00
Volker Lendecke
e9c7079afe r8889: Another warning
(This used to be commit 9ae1098d21)
2007-10-10 11:00:19 -05:00
Volker Lendecke
8c05cc8a2e r8869: Get rid of a warning.
Volker
(This used to be commit dbcc1de3f8)
2007-10-10 11:00:18 -05:00
Gerald Carter
7b459ef2f3 r8840: fix fedora packaging for FC4
(This used to be commit fce35d77b8)
2007-10-10 11:00:18 -05:00
Gerald Carter
8a360762c4 r8835: fixing SWAT install after docs change
(This used to be commit 97d1b8e8d1)
2007-10-10 11:00:18 -05:00
Gerald Carter
9451a51b59 r8834: fixing SWAT install after docs changeswat/help/welcome.html
(This used to be commit 6fb371f0c8)
2007-10-10 11:00:18 -05:00
Volker Lendecke
6ccc69c532 r8833: Fix some uninitialized variables.
Volker
(This used to be commit 503a58b6be)
2007-10-10 11:00:18 -05:00
Jeremy Allison
8b2b177a8e r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.
Jeremy.
(This used to be commit fd6e342746)
2007-10-10 11:00:18 -05:00
Gerald Carter
b344de3f83 r8800: grr...get logic right when checking #define
(This used to be commit c2f69827de)
2007-10-10 11:00:18 -05:00
Gerald Carter
ba43b128e2 r8799: disabling schannel on samr and lsa until I figure out
the latest MS changes in 2003 sp1 and 2004 sp4 sr1
(This used to be commit 7588c32baa)
2007-10-10 11:00:17 -05:00
Volker Lendecke
880d62843a 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
(This used to be commit 404b817d72)
2007-10-10 11:00:17 -05:00
Günther Deschner
faa4b4a9f2 r8797: avoid unset rids for builtin-aliases.
Guenther
(This used to be commit c2810bcf66)
2007-10-10 11:00:17 -05:00
Gerald Carter
1106d1fa6b r8796: disable schannel on the lsa client pipe for now to deal with Windows 2003 sp1 and Windows 2000 SP4 SR1
(This used to be commit bc1443837c)
2007-10-10 11:00:17 -05:00
Gerald Carter
754b05a3e8 r8795: fix our perpetual motion maching in strncpy_w()
(This used to be commit 3228e93ef2)
2007-10-10 11:00:17 -05:00
Günther Deschner
ecc0d00a6d r8787: Make enumeration of builtin-aliases work again.
Guenther
(This used to be commit 0c8859474d)
2007-10-10 11:00:17 -05:00
Günther Deschner
375ad586a4 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
(This used to be commit c270ae79b5)
2007-10-10 11:00:17 -05:00
Jeremy Allison
a344155b8d 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.
(This used to be commit ccef758171)
2007-10-10 11:00:16 -05:00
Jeremy Allison
7fb9e6a860 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.
(This used to be commit 871c647bc3)
2007-10-10 11:00:16 -05:00
Jeremy Allison
bf30861566 r8757: Add debug messages so we can see what attributes and values are being
set/deleted/modified in an ldap query.
Jeremy.
(This used to be commit 8132072054)
2007-10-10 11:00:16 -05:00