Volker Lendecke
9322fa4077
s3: Lift smbd_server_fd() from smb_pam_passcheck
2010-08-27 21:59:09 +02:00
Volker Lendecke
26ee30585d
s3: Lift smbd_server_fd() from smb_pam_start
...
smb_pam_passcheck() is the only caller that fills in NULL, all other callers
now properly fill rhost
2010-08-27 21:59:09 +02:00
Volker Lendecke
619c348ba3
s3: Pass "private_data" through string_combinations()
2010-08-27 21:10:14 +02:00
Matthias Dieter Wallnöfer
ef334b95fa
s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown"
...
Hopefully this fixes the build on Solaris 8.
2010-08-27 19:20:21 +02:00
Matthias Dieter Wallnöfer
e736ace470
s4:torture/spoolss_access.c - fix discarded const warning
...
"discard_const_p" seems the most appropriate here.
2010-08-27 19:19:46 +02:00
Matthias Dieter Wallnöfer
a133d83607
s4:torture/raw/notify.c - freeable stuff shouldn't be "const"
2010-08-27 19:11:44 +02:00
Matthias Dieter Wallnöfer
4def6775b5
s4:ntvfs/posix/pvfs_*.c - quiet Solaris warnings
...
Fix the function argument of "pvfs_xattr_ndr_load/save".
2010-08-27 19:11:44 +02:00
Matthias Dieter Wallnöfer
e4afcd62bc
s4:credentials_krb5.c - quiet a Solaris warning
2010-08-27 19:11:44 +02:00
Volker Lendecke
e8cfc2f1de
s3: Cache results of finding printer names
...
With hundreds of printers or on a slow machine, this can become expensive.
Problem reported and patch sponsored by DESY, Hamburg (www.desy.de)
2010-08-27 16:47:07 +02:00
Stefan Metzmacher
44b2a7941c
lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen
...
metze
2010-08-27 13:00:26 +02:00
Volker Lendecke
8e1d3b5f8f
s3: Pass rhost through to smb_pam_passchange
2010-08-27 12:53:17 +02:00
Sumit Bose
6bcab329e7
s3-waf: build samldap passdb backend
...
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-27 12:14:14 +02:00
Nadezhda Ivanova
c679290f6e
s4-dsdb: Fixed a compiler warning.
2010-08-27 12:34:27 +03:00
Volker Lendecke
c9e3640afe
s3: source/ is long gone :-)
2010-08-27 10:29:54 +02:00
Andrew Tridgell
bdab6c36e8
s4-pynet: pynet depends on pyrpc_util
2010-08-27 04:41:40 +02:00
Jelmer Vernooij
64552e11dd
pyrpc: Add py_check_dcerpc_type().
...
This function checks whether the type of a PyObject matches a
DCE/RPC Python type.
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
2010-08-27 04:41:40 +02:00
Jeremy Allison
5115f789c0
Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"
...
Ensure we check the correct stat struct once we've created the
special fix. Thanks to izh1979@gmail.com for pointing out the
bug.
Jeremy.
2010-08-26 16:46:45 -07:00
Günther Deschner
338184fb3a
s3-proto: remove obsolete prototypes.
...
Guenther
2010-08-26 23:25:00 +02:00
Volker Lendecke
33f9c078d3
s3: Fix typos
2010-08-26 22:57:13 +02:00
Volker Lendecke
e1055701ff
s3: Remove smbd_server_fd from expand_msdfs_target
2010-08-26 22:35:52 +02:00
Matthias Dieter Wallnöfer
1991c2a8ee
libcli/auth/ntlm_check.c - fix parameter indentation
2010-08-26 21:06:07 +02:00
Matthias Dieter Wallnöfer
53a3234703
s4:ntlm/auth.c - add a whitespace in a debug output
2010-08-26 21:06:07 +02:00
Matthias Dieter Wallnöfer
b11b2425a9
s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit cases
2010-08-26 21:06:06 +02:00
Günther Deschner
433c08045e
s3-selftest: do not remove nsswrapper environment when running smbtorture4.
...
Guenther
2010-08-26 18:36:41 +02:00
Pierre Carrier
4b3630b7e7
winbindd: Add the client status in the clients list output
...
Hello list,
Considered relevant by a customer.
As I suppose one doesn't send SIGUSR2 very often, I didn't bother adding another DEBUGLEVEL.
--
Pierre
2010-08-26 18:23:00 +02:00
Pierre Carrier
b219bfe699
winbindd: useless function
...
Hello list,
Seems simple enough for my first patch :)
--
Pierre
2010-08-26 18:23:00 +02:00
Nadezhda Ivanova
ff2037876f
s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics()
2010-08-26 17:37:49 +03:00
Nadezhda Ivanova
a571487e6c
s4-dsdb: Added utility functions for retrieving dSHeuristics from the module stack
...
Also a function to check dsHeuristics value to determine of anonymous access should be blocked
2010-08-26 17:18:40 +03:00
Nadezhda Ivanova
0de795414e
Added values for the flags in dSHeuristics
...
These specify the character position, while the character value of that character
controls behavior
2010-08-26 17:08:01 +03:00
Andrew Tridgell
9cb771a4a0
pidl-python: ensure we allocate ref ptrs before use
...
this fixes a crash on samba4.samr.python in the build farm
2010-08-26 22:50:20 +10:00
Andrew Tridgell
331905216a
s4-devel: added enumprivs developer script
...
this enumerates all LSA privileges on a server
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26 22:50:20 +10:00
Andrew Tridgell
057a47130d
s4-net: fixed docstring on spn command
...
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26 22:50:20 +10:00
Andrew Tridgell
d8f48c7ffc
s4-net: added "net rodc preload" command
...
this command will preload the credentials for an account from the full
domain controller
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-08-26 22:50:20 +10:00
Andrew Tridgell
da366ba221
s4-drs: split out drs utility python functions
...
these will be re-used by other net commands
2010-08-26 22:50:20 +10:00
Andrew Tridgell
502a5313c4
s4-pyrpc: convert rpc_talloc.py test to unittest framework
...
This fits in better with our test framework
Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
2010-08-26 22:50:20 +10:00
Andreas Schneider
d132b3fbc0
s3-build: Don't paste the summary.
...
The buildfarm outputs the summary if it is available and use the exit
status of the filter or subunit formatter as exit code.
2010-08-26 13:42:08 +02:00
Stefan Metzmacher
a701484230
pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function
...
metze
2010-08-26 13:29:21 +02:00
Jelmer Vernooij
3c7a7bbb9a
subunit: Make sure "]" in failure reason ends up on its own line, so the
...
next subunit parser in the line parses it correctly.
2010-08-26 04:04:37 +02:00
Jelmer Vernooij
e260965929
manpages: Avoid using Samba-Team specific DTD, which requires net access
...
or modification of /etc/catalogs.
2010-08-26 04:04:37 +02:00
Jelmer Vernooij
64564f7338
subunithelper: Pass along lines as normal output when ignoring them for not containing commands.
2010-08-26 04:04:37 +02:00
Günther Deschner
3aab0c701c
s3-build: only include rpc_misc.h where needed.
...
Guenther
2010-08-26 00:26:01 +02:00
Günther Deschner
8b4f5319ef
s3-build: use talloc_dict.h only where needed.
...
Guenther
2010-08-26 00:25:58 +02:00
Günther Deschner
7a05ca2c9c
s3-build: use dbwrap.h only where needed.
...
Guenther
2010-08-26 00:25:55 +02:00
Günther Deschner
ca765d2f50
s3-build: only include krb5 environment variables where required.
...
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
c8f8110342
s3-build: only include libnscd.h where needed.
...
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
184339825d
s3-build: include mangle.h only where needed.
...
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
7b6fc9f414
s3-dcerpc: only include rpc_dce.h where needed.
...
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
d9a7605431
s3-build: remove unrequired ntlmssp forward declaration.
...
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
2b41f421fd
s3-idmap: only include idmap headers where needed.
...
Guenther
2010-08-26 00:20:29 +02:00
Günther Deschner
3ef531ec34
s3-build: no point in including doserr.h, noone uses them.
...
Guenther
2010-08-26 00:20:29 +02:00