Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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> | |||||
* | s4-net: added "net rodc preload" command | Andrew Tridgell | 2010-08-26 | 2 | -0/+125 | |
| | | | | | | | this command will preload the credentials for an account from the full domain controller Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
* | s4-drs: split out drs utility python functions | Andrew Tridgell | 2010-08-26 | 2 | -135/+167 | |
| | | | | these will be re-used by other net commands | |||||
* | s4-pyrpc: convert rpc_talloc.py test to unittest framework | Andrew Tridgell | 2010-08-26 | 2 | -46/+60 | |
| | | | | | | This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
* | s3-build: Don't paste the summary. | Andreas Schneider | 2010-08-26 | 1 | -2/+3 | |
| | | | | | The buildfarm outputs the summary if it is available and use the exit status of the filter or subunit formatter as exit code. | |||||
* | pidl:Samba3/ClientNDR: remove unused ParseOutputArgument function | Stefan Metzmacher | 2010-08-26 | 2 | -83/+3 | |
| | | | | metze | |||||
* | subunit: Make sure "]" in failure reason ends up on its own line, so the | Jelmer Vernooij | 2010-08-26 | 2 | -6/+7 | |
| | | | | next subunit parser in the line parses it correctly. | |||||
* | manpages: Avoid using Samba-Team specific DTD, which requires net access | Jelmer Vernooij | 2010-08-26 | 2 | -12/+2 | |
| | | | | or modification of /etc/catalogs. | |||||
* | subunithelper: Pass along lines as normal output when ignoring them for not ↵ | Jelmer Vernooij | 2010-08-26 | 1 | -0/+4 | |
| | | | | containing commands. | |||||
* | s3-build: only include rpc_misc.h where needed. | Günther Deschner | 2010-08-26 | 5 | -3/+4 | |
| | | | | Guenther | |||||
* | s3-build: use talloc_dict.h only where needed. | Günther Deschner | 2010-08-26 | 4 | -1/+4 | |
| | | | | Guenther | |||||
* | s3-build: use dbwrap.h only where needed. | Günther Deschner | 2010-08-26 | 40 | -39/+75 | |
| | | | | Guenther | |||||
* | s3-build: only include krb5 environment variables where required. | Günther Deschner | 2010-08-26 | 7 | -1/+6 | |
| | | | | Guenther | |||||
* | s3-build: only include libnscd.h where needed. | Günther Deschner | 2010-08-26 | 2 | -4/+4 | |
| | | | | Guenther | |||||
* | s3-build: include mangle.h only where needed. | Günther Deschner | 2010-08-26 | 4 | -1/+3 | |
| | | | | Guenther | |||||
* | s3-dcerpc: only include rpc_dce.h where needed. | Günther Deschner | 2010-08-26 | 6 | -1/+5 | |
| | | | | Guenther | |||||
* | s3-build: remove unrequired ntlmssp forward declaration. | Günther Deschner | 2010-08-26 | 1 | -2/+0 | |
| | | | | Guenther | |||||
* | s3-idmap: only include idmap headers where needed. | Günther Deschner | 2010-08-26 | 33 | -51/+80 | |
| | | | | Guenther | |||||
* | s3-build: no point in including doserr.h, noone uses them. | Günther Deschner | 2010-08-26 | 1 | -2/+0 | |
| | | | | Guenther | |||||
* | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 2010-08-26 | 9 | -2/+8 | |
| | | | | Guenther | |||||
* | s3-nmbd: move nmbd proto out of main proto.h | Günther Deschner | 2010-08-26 | 30 | -357/+386 | |
| | | | | Guenther | |||||
* | s3-build: only include nsswitch header where needed. | Günther Deschner | 2010-08-26 | 11 | -3/+11 | |
| | | | | Guenther | |||||
* | s3-build: remove unrequired forward declaration for struct printjob. | Günther Deschner | 2010-08-26 | 1 | -5/+0 | |
| | | | | Guenther | |||||
* | s3-build: only include memcache.h where needed. | Günther Deschner | 2010-08-26 | 13 | -1/+12 | |
| | | | | Guenther | |||||
* | s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ. | Günther Deschner | 2010-08-26 | 1 | -12/+10 | |
| | | | | Guenther | |||||
* | s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC. | Günther Deschner | 2010-08-26 | 1 | -12/+10 | |
| | | | | Guenther |