Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3: Remove smbd_server_fd() from set_local_machine_name() | Volker Lendecke | 2010-08-28 | 2 | -15/+9 | |
| | ||||||
* | s3: Fix a typo | Volker Lendecke | 2010-08-28 | 1 | -1/+1 | |
| | ||||||
* | s3: Remove the dependency of g_lock on procid_self | Volker Lendecke | 2010-08-28 | 4 | -12/+16 | |
| | | | | procid_self() references global vars, don't depend on them unnecessarily | |||||
* | s3: Remove smbd_server_conn() from check_unix_security | Volker Lendecke | 2010-08-28 | 1 | -7/+2 | |
| | ||||||
* | s3: Lift smbd_server_fd() from pass_check() | Volker Lendecke | 2010-08-28 | 4 | -9/+19 | |
| | ||||||
* | s3: Lift smbd_server_fd() from password_check() | Volker Lendecke | 2010-08-28 | 1 | -11/+13 | |
| | ||||||
* | s3: Fix some nonempty blank lines | Volker Lendecke | 2010-08-28 | 1 | -15/+15 | |
| | ||||||
* | s3: Fix smb_pam_passcheck | Volker Lendecke | 2010-08-28 | 2 | -4/+4 | |
| | ||||||
* | pidl:Samba4/NDR/Client: support argument based stubs for [in,out,string] | Stefan Metzmacher | 2010-08-28 | 1 | -2/+17 | |
| | | | | metze | |||||
* | pidl:NDR: [in,out,string] doesn't need to pointers | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 | |
| | | | | metze | |||||
* | pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffers | Stefan Metzmacher | 2010-08-28 | 1 | -20/+62 | |
| | | | | | | | | If the conversion from CH_UTF16 to CH_UNIX uses multi-byte characters in CH_UNIX, we should not silently truncate the string, but return an error. metze | |||||
* | pidl:Samba4/NDR/Client: fix skip reason for unsized arrays | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 | |
| | | | | metze | |||||
* | selftest/Subunit.pm: fix perl warnings | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 | |
| | | | | | | Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136 metze | |||||
* | s3: Those functions are no macros anymore :-) | Volker Lendecke | 2010-08-28 | 1 | -4/+0 | |
| | ||||||
* | lib/util: remove implicit discard_const_p() from SAFE_FREE() | Stefan Metzmacher | 2010-08-28 | 1 | -1/+1 | |
| | | | | | | | | This should fix a lot of warnings on IRIX. If callers know what they're doing they can use discard_const_p() on their own. metze | |||||
* | s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIX | Stefan Metzmacher | 2010-08-28 | 1 | -7/+7 | |
| | | | | metze | |||||
* | Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen" | Stefan Metzmacher | 2010-08-28 | 3 | -39/+39 | |
| | | | | | | | | This reverts commit 3d4fb698660381e650d7caeb5b7cff12847c0fb8. This was wrong... The problem was in the caller, sa_len is a macro on irix metze | |||||
* | Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest ↵ | Jeremy Allison | 2010-08-27 | 1 | -0/+8 | |
| | | | | | | | | | to a share. Fix "security = share" with SMB2 by mapping internally to "security = user" and "map to guest = Bad User". Jeremy. | |||||
* | s3: Lift smbd_server_fd() from smb_pam_passcheck | Volker Lendecke | 2010-08-27 | 3 | -9/+12 | |
| | ||||||
* | s3: Lift smbd_server_fd() from smb_pam_start | Volker Lendecke | 2010-08-27 | 1 | -16/+9 | |
| | | | | | smb_pam_passcheck() is the only caller that fills in NULL, all other callers now properly fill rhost | |||||
* | s3: Pass "private_data" through string_combinations() | Volker Lendecke | 2010-08-27 | 1 | -12/+24 | |
| | ||||||
* | s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown" | Matthias Dieter Wallnöfer | 2010-08-27 | 1 | -9/+18 | |
| | | | | Hopefully this fixes the build on Solaris 8. | |||||
* | s4:torture/spoolss_access.c - fix discarded const warning | Matthias Dieter Wallnöfer | 2010-08-27 | 1 | -2/+3 | |
| | | | | "discard_const_p" seems the most appropriate here. | |||||
* | s4:torture/raw/notify.c - freeable stuff shouldn't be "const" | Matthias Dieter Wallnöfer | 2010-08-27 | 1 | -1/+1 | |
| | ||||||
* | s4:ntvfs/posix/pvfs_*.c - quiet Solaris warnings | Matthias Dieter Wallnöfer | 2010-08-27 | 3 | -15/+13 | |
| | | | | Fix the function argument of "pvfs_xattr_ndr_load/save". | |||||
* | s4:credentials_krb5.c - quiet a Solaris warning | Matthias Dieter Wallnöfer | 2010-08-27 | 1 | -1/+2 | |
| | ||||||
* | s3: Cache results of finding printer names | Volker Lendecke | 2010-08-27 | 1 | -0/+39 | |
| | | | | | | With hundreds of printers or on a slow machine, this can become expensive. Problem reported and patch sponsored by DESY, Hamburg (www.desy.de) | |||||
* | lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen | Stefan Metzmacher | 2010-08-27 | 3 | -39/+39 | |
| | | | | metze | |||||
* | s3: Pass rhost through to smb_pam_passchange | Volker Lendecke | 2010-08-27 | 5 | -19/+42 | |
| | ||||||
* | s3-waf: build samldap passdb backend | Sumit Bose | 2010-08-27 | 2 | -2/+2 | |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | s4-dsdb: Fixed a compiler warning. | Nadezhda Ivanova | 2010-08-27 | 1 | -1/+0 | |
| | ||||||
* | s3: source/ is long gone :-) | Volker Lendecke | 2010-08-27 | 1 | -1/+1 | |
| | ||||||
* | s4-pynet: pynet depends on pyrpc_util | Andrew Tridgell | 2010-08-27 | 1 | -1/+1 | |
| | ||||||
* | pyrpc: Add py_check_dcerpc_type(). | Jelmer Vernooij | 2010-08-27 | 4 | -8/+98 | |
| | | | | | | | This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org> | |||||
* | Fix bug #7651 - mknod and mkfifo fails with "No such file or directory" | Jeremy Allison | 2010-08-26 | 1 | -2/+2 | |
| | | | | | | | | 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. | |||||
* | s3-proto: remove obsolete prototypes. | Günther Deschner | 2010-08-26 | 1 | -14/+0 | |
| | | | | Guenther | |||||
* | s3: Fix typos | Volker Lendecke | 2010-08-26 | 1 | -2/+2 | |
| | ||||||
* | s3: Remove smbd_server_fd from expand_msdfs_target | Volker Lendecke | 2010-08-26 | 1 | -3/+2 | |
| | ||||||
* | libcli/auth/ntlm_check.c - fix parameter indentation | Matthias Dieter Wallnöfer | 2010-08-26 | 1 | -3/+3 | |
| | ||||||
* | s4:ntlm/auth.c - add a whitespace in a debug output | Matthias Dieter Wallnöfer | 2010-08-26 | 1 | -1/+1 | |
| | ||||||
* | s4:dsdb_module_find_dsheuristics - free the "DN" also on other exit cases | Matthias Dieter Wallnöfer | 2010-08-26 | 1 | -0/+2 | |
| | ||||||
* | s3-selftest: do not remove nsswrapper environment when running smbtorture4. | Günther Deschner | 2010-08-26 | 1 | -3/+0 | |
| | | | | Guenther | |||||
* | winbindd: Add the client status in the clients list output | Pierre Carrier | 2010-08-26 | 1 | -4/+12 | |
| | | | | | | | | | | 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 | |||||
* | winbindd: useless function | Pierre Carrier | 2010-08-26 | 1 | -8/+1 | |
| | | | | | | | | | Hello list, Seems simple enough for my first patch :) -- Pierre | |||||
* | s4-dsdb: Removed an unnecessary space in dsdb_module_find_dsheuristics() | Nadezhda Ivanova | 2010-08-26 | 1 | -1/+1 | |
| | ||||||
* | s4-dsdb: Added utility functions for retrieving dSHeuristics from the module ↵ | Nadezhda Ivanova | 2010-08-26 | 1 | -0/+47 | |
| | | | | | | stack Also a function to check dsHeuristics value to determine of anonymous access should be blocked | |||||
* | Added values for the flags in dSHeuristics | Nadezhda Ivanova | 2010-08-26 | 1 | -0/+23 | |
| | | | | | These specify the character position, while the character value of that character controls behavior | |||||
* | pidl-python: ensure we allocate ref ptrs before use | Andrew Tridgell | 2010-08-26 | 1 | -1/+5 | |
| | | | | this fixes a crash on samba4.samr.python in the build farm | |||||
* | s4-devel: added enumprivs developer script | Andrew Tridgell | 2010-08-26 | 1 | -0/+58 | |
| | | | | | | this enumerates all LSA privileges on a server Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | s4-net: fixed docstring on spn command | Andrew Tridgell | 2010-08-26 | 1 | -1/+1 | |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |