1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00
Commit Graph

15282 Commits

Author SHA1 Message Date
James Peach
ec4ea17ce6 r9203: Bugzilla bug #2314. Cast away the const of the dev argument to quotactl to
remove the compiler warning. This is safe since quotactl doesn't modify the dev
argument.
2007-10-10 11:00:28 -05:00
Volker Lendecke
c78760d71e r9201: Ouch.... :-( 2007-10-10 11:00:28 -05:00
Volker Lendecke
9e94ba54b0 r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.
Volker
2007-10-10 11:00:27 -05:00
Volker Lendecke
c7d10e2c83 r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.
Volker
2007-10-10 11:00:27 -05:00
Gerald Carter
3a633a509e r9195: setting log level to 2 instead of 0 2007-10-10 11:00:27 -05:00
Gerald Carter
ff6e3464a2 r9194: do not enumerate privileges when they are not enabled 2007-10-10 11:00:27 -05:00
Volker Lendecke
df85b41462 r9189: Add the capability to set different registry value types (string, dword and
multistring) using setprinterdata. In multistring zero-length strings need to
be specified by "NULL", which is a bit crappy. But poptParseArgvString seems
to eat '' strings. Fix that in getdata as well.

Volker
2007-10-10 11:00:27 -05:00
Gerald Carter
d66a5a97f3 r9186: comment out 'make check'; to be replaced by 'make test' 2007-10-10 11:00:27 -05:00
Günther Deschner
d14dcba963 r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)
Guenther
2007-10-10 11:00:27 -05:00
Jeremy Allison
a18c5ff3ea r9126: Fix valgrind bug Volker found in interaction with new aio buffer
flipping and oplocks.
Jeremy.
2007-10-10 11:00:26 -05:00
Gerald Carter
e9427912a7 r9115: using #define for reg paths rather than typing the string 2007-10-10 11:00:26 -05:00
Gerald Carter
c3e1423038 r9114: removing gratuitous debug messages 2007-10-10 11:00:26 -05:00
Jim McDonough
b01a3a4111 r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
NT_STATUS_NO_USER returned.  We were moving to the next step in the
chain when the client wasn't.  Only update when the user logs on.
2007-10-10 11:00:26 -05:00
Gerald Carter
f5756c2611 r9098: fix another usrmgr.exe crash when viewing user properties at debuglevel 10 2007-10-10 11:00:26 -05:00
Volker Lendecke
5e6fef32b3 r9095: Add crude chainlength statistics to the crude tdbtool.
Volker
2007-10-10 11:00:25 -05:00
Jim McDonough
65adbd83fe r9091: Fix #2954, aix 5.1 compile. Stupid aix aio.h header defines aio_error and
aio_return as macros...
2007-10-10 11:00:25 -05:00
Gerald Carter
bfc43a8c75 r9087: change version to 3.0.21pre1 since I will start cherry picking patches for the final 3.0.20 2007-10-10 11:00:25 -05:00
Gerald Carter
353e63ff42 r9086: * fix invalid read in parse_spoolss when writing a devmode to
the wire
* fix dup_a_regval() when size is 0
* ensure we pass a pstring to unlink_internals (fixes delete_driver
  code)
2007-10-10 11:00:25 -05:00
Jeremy Allison
592ec9fbff r9080: If we don't understand the auth, bind nak not pdu fault.
Should fix usermgr on W2K3 SP1.
Jeremy.
2007-10-10 11:00:25 -05:00
Günther Deschner
db8fce2e05 r9076: fix two other issues invented along the
cli_spoolss_enumprinterkey-changes.

Guenther
2007-10-10 11:00:24 -05:00
Jeremy Allison
0017247467 r9073: Fixing up please-add-me typos in stupid, over-designed stackable
vfs interface.
Jeremy.
2007-10-10 11:00:24 -05:00
Herb Lewis
7e7e54259a r9057: fix cut-and-paste error 2007-10-10 11:00:24 -05:00
Lars Müller
7423895900 r9051: Fix from Fernando Schapachnik <fernando@mecon.gov.ar> to add logon hours
support for the Postgres backend.

Also add these changes from svn rev 7787 to trunk.
2007-10-10 11:00:24 -05:00
Günther Deschner
7afb424091 r9041: typo. Thanks jerry.
Guenther
2007-10-10 11:00:24 -05:00
Gerald Carter
f81b885f46 r9040: revert pointer checks that I had removed; fixes crash in calls to enumprinterdata() 2007-10-10 11:00:24 -05:00
Lars Müller
26bf1d223e 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
2007-10-10 11:00:24 -05:00
Günther Deschner
e59c7c76d7 r9029: Another crash bug when enumerating privileges.
Thanks Volker!

Guenther
2007-10-10 11:00:23 -05:00
Günther Deschner
06bfe789d5 r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtorture
RPC-SPOOLSS).

Guenther
2007-10-10 11:00:23 -05:00
Gerald Carter
136fe3f15e r8992: More make test work. Adding a way to order tests (might change
my mind on this later).
2007-10-10 11:00:23 -05:00
Gerald Carter
11c8863949 r8990: First trivial example of 'make test' 2007-10-10 11:00:23 -05:00
Volker Lendecke
3d491ebf9c r8989: Fix a warning 2007-10-10 11:00:23 -05:00
Günther Deschner
690da51d83 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
2007-10-10 11:00:23 -05:00
Jeremy Allison
14dd5ab632 r8963: Clean up the horrid "fake conn struct" part of MSDFS.
Jeremy.
2007-10-10 11:00:23 -05:00
Jelmer Vernooij
bd49c31339 r8961: Merge IRIX fix for socket wrapper 2007-10-10 11:00:22 -05:00
Jeremy Allison
076023df8e r8959: Make msdfs code talloc based. Fix leaks.
Jeremy.
2007-10-10 11:00:22 -05:00
Gerald Carter
f775fc7209 r8956: fix segfault caused by trying to parse a UNISTR2
and not a UNISTR2*
2007-10-10 11:00:22 -05:00
Jeremy Allison
547c6ee0a9 r8950: Fix one more mem leak found by Gunther.
Jeremy.
2007-10-10 11:00:22 -05:00
Tim Potter
84936e7491 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.
2007-10-10 11:00:22 -05:00
Jeremy Allison
ff291f4c97 r8948: Fix valgrind bad free bug found by Gunther.
Jeremy.
2007-10-10 11:00:22 -05:00
Tim Potter
dcc7437138 r8946: Some casts to fix warnings when time_t is an unsigned type. Fixes
bugzilla #1888 and #1894.
2007-10-10 11:00:22 -05:00
Gerald Carter
04a551f0a4 r8943: Fix segfault in enum_service_status 2007-10-10 11:00:21 -05:00
Tim Potter
6d0aafa599 r8941: Fix unused variable warning. Bugzilla #2940. 2007-10-10 11:00:21 -05:00
Günther Deschner
624b1c2208 r8938: fix querydispinfo search semantics.
Just in case some uses rpcclient for code-testing...

Guenther
2007-10-10 11:00:21 -05:00
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