Tim Potter
921faa5bf7
r9277: Another unused variable. Bugzilla #2985 .
...
(This used to be commit 5e91d6450b320bb4585169c6805f292f855492a9)
2007-10-10 11:00:30 -05:00
Tim Potter
021892a6ce
r9276: Fix another unused variable warning. Bugzilla #2981 .
...
(This used to be commit abe2ab72e6b1d53dbe04d02882e4fee9cb34dec7)
2007-10-10 11:00:30 -05:00
Tim Potter
36115e7ebc
r9275: Remove some dead code. Bugzilla #2982 .
...
(This used to be commit e1fc7d89c26b671e77c7cb14e03690091b671b1d)
2007-10-10 11:00:30 -05:00
Tim Potter
c188a68eff
r9272: Patch for fixing unused variables warning from Jason Mader. Fixes
...
bugzilla #2984 .
(This used to be commit 7d8dd97c3d978a326ab8b1506d327082933eebae)
2007-10-10 11:00:30 -05:00
Jeremy Allison
e4edd95275
r9271: Fix problems with german umlauts - strcmp_w was broken (needs to always re-call macro
...
on termination). Fix all other cases where this was also occurring.
Jeremy.
(This used to be commit 816e2fbb39b544b7f62d5351f3a8e0af63717227)
2007-10-10 11:00:29 -05:00
Gerald Carter
3bda33caf0
r9266: fix help links in swat editor after doc layout changes
...
(This used to be commit 4d50671602def039034fa03615cc9a205eba89c5)
2007-10-10 11:00:29 -05:00
Gerald Carter
d04c1efd0f
r9264: fix valgrind invalid write error in enumprinterdata()
...
(This used to be commit bfebbc86fc0f90e580888da25006d8e5e50b6304)
2007-10-10 11:00:29 -05:00
Jim McDonough
dcf2200411
r9261: Fix #2976 : windows member servers wouldn't alloc connections from users
...
defined locally because if we didn't find them as a DC we were marking
the response as authoritative. Now if it's not a domain we know, we
mark the response non-authoritative.
Fix from jpjanosi@us.ibm.com
(This used to be commit d522277b86ff728f6f2b9feb2f8e3fa38c43d162)
2007-10-10 11:00:29 -05:00
Jeremy Allison
4a9637495e
r9253: From Samba4 tridge commit - added a new DOS error code (thanks to EMC)
...
Jeremy.
(This used to be commit b195af0b392f1acf1813d88720bf989725927d93)
2007-10-10 11:00:29 -05:00
Jeremy Allison
2ab5b8594e
r9252: 2 type fixes from Luke Mewburn <lukem@NetBSD.org>. Bugid #2934 .
...
Jeremy.
(This used to be commit c63ad85b8c1aedd04a65e46c27a6e2661093847a)
2007-10-10 11:00:29 -05:00
Jeremy Allison
e14c6d62d8
r9246: Patch from Marcel samba.10.maazl@spamgourmet.com for OS/2 trans2 open
...
reply bugs.
Jeremy.
(This used to be commit 3ec6fc8d1e34c344f59b8c1a22f3bab556e7fa07)
2007-10-10 11:00:28 -05:00
Jeremy Allison
4ae6b9765f
r9244: Fix bugs found by Coverity.
...
Jeremy.
(This used to be commit bf80edeea70cb4ed90f9e1e7adeedeb9cf3b38c1)
2007-10-10 11:00:28 -05:00
Jim McDonough
d6403e7280
r9242: Fix my fix for #2953 . I'd moved too much code until after we verify the user,
...
causing netlogon to return an invalid response for failed interactive logons.
(This used to be commit 4deb918b682fb51d8712cfdafc6210275dd10fc4)
2007-10-10 11:00:28 -05:00
Günther Deschner
3662fb6d3a
r9229: merge from trunk:
...
allow admins to uncheck the "User must change Password at next Logon"
checkbox in Usermanager.
Guenther
(This used to be commit b1e4b72c1c36869c4dfc5ed284be24edc99f6774)
2007-10-10 11:00:28 -05:00
Steve French
bc3aaeac6f
r9225: Various minor CIFS mount helper fixes to less common error paths.
...
These bugs were found by Coverity static source code analysis tools.
(This used to be commit 98a7304b6be4672f6b29e4a9406e63ccb842381c)
2007-10-10 11:00:28 -05:00
James Peach
1f666a2556
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.
(This used to be commit ec4ea17ce603a22db11d658512f125948e604a02)
2007-10-10 11:00:28 -05:00
Volker Lendecke
a389bf7ae5
r9201: Ouch.... :-(
...
(This used to be commit c78760d71ec6a364a912ba35e8a90f8005fdc018)
2007-10-10 11:00:28 -05:00
Volker Lendecke
3fb3361266
r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.
...
Volker
(This used to be commit 9e94ba54b0581e4b7636e70f309af6394de6edbf)
2007-10-10 11:00:27 -05:00
Volker Lendecke
db8c38340b
r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.
...
Volker
(This used to be commit c7d10e2c834d8d5136e2d01dea1ad286757deddb)
2007-10-10 11:00:27 -05:00
Gerald Carter
fd6dde2161
r9195: setting log level to 2 instead of 0
...
(This used to be commit 3a633a509e8e8e5239d456960f3014172f1e4b3d)
2007-10-10 11:00:27 -05:00
Gerald Carter
617a99ec52
r9194: do not enumerate privileges when they are not enabled
...
(This used to be commit ff6e3464a2df7fd8a79da8f059a080934d9b3749)
2007-10-10 11:00:27 -05:00
Volker Lendecke
6d1f86d3f6
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
(This used to be commit df85b41462be6367eb0e932fe9de589f72cc5ea2)
2007-10-10 11:00:27 -05:00
Gerald Carter
a6ff363319
r9186: comment out 'make check'; to be replaced by 'make test'
...
(This used to be commit d66a5a97f38b358ab3459d4b5a801499c2a2c60c)
2007-10-10 11:00:27 -05:00
Günther Deschner
cc6843fcca
r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)
...
Guenther
(This used to be commit d14dcba9635d10d2d8bf9f60c601b8c9078ec340)
2007-10-10 11:00:27 -05:00
Jeremy Allison
3dae794632
r9126: Fix valgrind bug Volker found in interaction with new aio buffer
...
flipping and oplocks.
Jeremy.
(This used to be commit a18c5ff3eada93e46da3f7cbd326b8dceb72e147)
2007-10-10 11:00:26 -05:00
Gerald Carter
30865196bf
r9115: using #define for reg paths rather than typing the string
...
(This used to be commit e9427912a763b0e4bb47724f835b91c2252105e8)
2007-10-10 11:00:26 -05:00
Gerald Carter
e93b4cedc3
r9114: removing gratuitous debug messages
...
(This used to be commit c3e14230387d8644152cf7e1f612a7ca7ec6f583)
2007-10-10 11:00:26 -05:00
Jim McDonough
7fff6638fc
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.
(This used to be commit b01a3a4111f544eef5bd678237d07a82d1ce9c22)
2007-10-10 11:00:26 -05:00
Gerald Carter
6014bb000e
r9098: fix another usrmgr.exe crash when viewing user properties at debuglevel 10
...
(This used to be commit f5756c2611df5a026d78f8acb229d7c25f1fd383)
2007-10-10 11:00:26 -05:00
Volker Lendecke
1a2316f644
r9095: Add crude chainlength statistics to the crude tdbtool.
...
Volker
(This used to be commit 5e6fef32b372e20cb570c578e2044e89f9ee45b3)
2007-10-10 11:00:25 -05:00
Jim McDonough
21a6af31d9
r9091: Fix #2954 , aix 5.1 compile. Stupid aix aio.h header defines aio_error and
...
aio_return as macros...
(This used to be commit 65adbd83fe6a29705e9831d118fb0e0f93f2ef1f)
2007-10-10 11:00:25 -05:00
Gerald Carter
52cd176891
r9087: change version to 3.0.21pre1 since I will start cherry picking patches for the final 3.0.20
...
(This used to be commit bfc43a8c75e5af9cc04dea44c36bdc22ee358336)
2007-10-10 11:00:25 -05:00
Gerald Carter
ac42cd59f2
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)
(This used to be commit 353e63ff421c564a1b7c7cfe95982f31c871a227)
2007-10-10 11:00:25 -05:00
Jeremy Allison
777422836c
r9080: If we don't understand the auth, bind nak not pdu fault.
...
Should fix usermgr on W2K3 SP1.
Jeremy.
(This used to be commit 592ec9fbffc704761c6b29cfc795cf3af7d5fe38)
2007-10-10 11:00:25 -05:00
Günther Deschner
8ea8a78abc
r9076: fix two other issues invented along the
...
cli_spoolss_enumprinterkey-changes.
Guenther
(This used to be commit db8fce2e05bf1981866a7737703ad414ea91febc)
2007-10-10 11:00:24 -05:00
Jeremy Allison
242f8041fb
r9073: Fixing up please-add-me typos in stupid, over-designed stackable
...
vfs interface.
Jeremy.
(This used to be commit 00172474679048b6967c290cb9cca5e11ea2ed5c)
2007-10-10 11:00:24 -05:00
Herb Lewis
b94f172264
r9057: fix cut-and-paste error
...
(This used to be commit 7e7e54259a49f97a0c099d984a8b705c4e0fd26d)
2007-10-10 11:00:24 -05:00
Lars Müller
f5024ae257
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.
(This used to be commit 7423895900817ab31e0ae6a44f1cae250e782c7d)
2007-10-10 11:00:24 -05:00
Günther Deschner
e20695a503
r9041: typo. Thanks jerry.
...
Guenther
(This used to be commit 7afb424091eee603c7a858cf27e73bff45f6f9a2)
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 f81b885f46e8f7eb1e77ab0126fdf414549fd7fa)
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 26bf1d223efd011ca7c4d5c7d5de23d0f9ad0823)
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 e59c7c76d7ce52c7e16c4978c017636383ec57a5)
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 06bfe789d54a12dfa3c46e9777f96ff7e162a9db)
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 136fe3f15e74686882f7c1e5a46fcc0bcf7d51a6)
2007-10-10 11:00:23 -05:00
Gerald Carter
c731d11471
r8990: First trivial example of 'make test'
...
(This used to be commit 11c886394970713a226d1fe46a4931ef97bb39a8)
2007-10-10 11:00:23 -05:00
Volker Lendecke
4dec112b8a
r8989: Fix a warning
...
(This used to be commit 3d491ebf9ca8edae938aee08abb924905fd83deb)
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 690da51d835fd780b16d8ce6521957146c90da78)
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 14dd5ab632ff9abb9582e6484187c6ee1573cdd6)
2007-10-10 11:00:23 -05:00
Jelmer Vernooij
08ebcb0941
r8961: Merge IRIX fix for socket wrapper
...
(This used to be commit bd49c3133988300969e64a20c6c85fff768b985b)
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 076023df8ea7c0f03baf8102e55d347e05542c7b)
2007-10-10 11:00:22 -05:00