Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-31 | s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" result | Matthias Dieter Wallnöfer | 5 | -24/+20 | |
See MS-NRPC 3.5.5.6.3. | |||||
2010-05-31 | s4:dcesrv_netr_DsrEnumerateDomainTrusts - fix an integer type | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-05-31 | s4:torture/rpc/netlogon.c - add another "LogonGetDomainInfo" testcase | Matthias Dieter Wallnöfer | 1 | -0/+17 | |
Mark it as dangerous since it does break some target systems. | |||||
2010-05-31 | s3: Fix some debug messages | Volker Lendecke | 1 | -4/+4 | |
2010-05-31 | s3: Don't announce readraw and writeraw with the async echo responder | Volker Lendecke | 2 | -2/+20 | |
2010-05-31 | s3: use shared security defines. | Günther Deschner | 2 | -29/+14 | |
Guenther | |||||
2010-05-31 | s3: only use netlogon/nbt header when needed. | Günther Deschner | 14 | -26/+40 | |
Guenther | |||||
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 22 | -0/+23 | |
Guenther | |||||
2010-05-31 | libcli/nbt/lmhosts: fix missing prototype warning. | Günther Deschner | 1 | -0/+1 | |
Andrew, please check. Guenther | |||||
2010-05-31 | s3: remove prototype of non-existsing function idmap_tdb_tdb_close(). | Michael Adam | 1 | -1/+0 | |
2010-05-31 | wafsamba: Correctly detect if bld.env.XSLTPROC is not set | Kai Blin | 1 | -1/+1 | |
This fixes the build on some build farm hosts and my machine. Jelmer, please check. | |||||
2010-05-31 | ldb: Support building with system ldb library | Jelmer Vernooij | 1 | -13/+12 | |
2010-05-31 | tdb-waf: Don't install binaries when using system tdb. | Jelmer Vernooij | 1 | -17/+17 | |
2010-05-31 | tdb-waf: Simplify manpage handling. | Jelmer Vernooij | 1 | -17/+4 | |
2010-05-31 | wafsamba: Default blacklist to an empty list rather than None. | Jelmer Vernooij | 1 | -1/+1 | |
2010-05-31 | s4-waf: sanitize library names like the old build system did, only add | Jelmer Vernooij | 5 | -7/+13 | |
-samba4 suffix for libraries that are bundled. | |||||
2010-05-31 | s3: use PICFLAG instead of PIE_FLAGS | Björn Jacke | 1 | -1/+1 | |
2010-05-31 | wafsamba: Actually install manual pages. | Jelmer Vernooij | 1 | -0/+11 | |
2010-05-31 | ldb: Remove manual pages for binaries that have already been moved to utils/. | Jelmer Vernooij | 3 | -167/+1 | |
2010-05-31 | ldb-waf: Fix installation path of manpages, simplify manpage handling. | Jelmer Vernooij | 1 | -5/+3 | |
2010-05-31 | s4-waf: Look for xsltproc executable, required to build manpages. | Jelmer Vernooij | 1 | -0/+1 | |
2010-05-31 | s3: final test for working shlib support requires PIE_LDFLAGS | Björn Jacke | 1 | -1/+1 | |
2010-05-31 | s4-python: Remove cruft to deal with static python modules, which are no | Jelmer Vernooij | 4 | -45/+0 | |
longer supported. | |||||
2010-05-30 | s3: use autoconf macro to get some debug output in config.log | Björn Jacke | 1 | -4/+7 | |
2010-05-30 | s3-waf: Fix the build after rebase | Kai Blin | 1 | -3/+3 | |
2010-05-30 | s3-waf: support avahi builds | Kai Blin | 2 | -3/+19 | |
2010-05-30 | build: Also replace '-' by '_' when creating header defines | Kai Blin | 1 | -0/+1 | |
Tridge, please check | |||||
2010-05-30 | s3-waf: Add more darwin-specific options | Kai Blin | 1 | -0/+2 | |
2010-05-30 | s4:tests/python/passwords.py - fix filter | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-05-30 | ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB -> LDB error code ↵ | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
conversions | |||||
2010-05-30 | s4:samldb LDB module - deny delete operations on some important attributes | Matthias Dieter Wallnöfer | 1 | -3/+12 | |
Add operations are denied since these are single-valued - only replace is allowed. This is only provisorily at the moment - we need to implement the triggers specified in MS-ADTS. | |||||
2010-05-30 | s4:ldap.py - add a test which shows the modification behaviour of important ↵ | Matthias Dieter Wallnöfer | 1 | -0/+104 | |
attributes This shows how important attributes of SAM objects do behave when you launch add and delete modify requests on them. | |||||
2010-05-30 | s4:samldb LDB module - rework the group change code to be again synchronous | Matthias Dieter Wallnöfer | 1 | -309/+71 | |
2010-05-30 | s4:ldap.py - add more test cases to show invalid primary group change behaviour | Matthias Dieter Wallnöfer | 1 | -0/+23 | |
2010-05-30 | s3-waf: Set HAVE_GSSAPI if gssapi libs were found | Kai Blin | 1 | -1/+2 | |
2010-05-30 | libreplace: include sys/file.h only when available | Björn Jacke | 3 | -2/+4 | |
thanks to Joachim Schmitz <schmitz@hp.com>. This fixes #7460. | |||||
2010-05-30 | s3: define timespec before we use it | Joachim Schmitz | 1 | -7/+8 | |
this fixes #7464 Signed-off-by: Björn Jacke <bj@sernet.de> | |||||
2010-05-30 | s4:dsdb/samdb/ldb_modules/util.c - make sure to always free temporary data | Matthias Dieter Wallnöfer | 1 | -1/+6 | |
2010-05-30 | s4:dsdb_module_search_dn - add code to handle NULL format string | Matthias Dieter Wallnöfer | 1 | -3/+13 | |
2010-05-30 | s4:dsdb/common/util.c - fix a counter variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-05-30 | selftest: list.remove raises ValueError rather than KeyError. | Jelmer Vernooij | 1 | -4/+4 | |
2010-05-30 | s3: set pthread cflags in a more portable fashion | Björn Jacke | 1 | -4/+33 | |
this avoids one place of a GNU make dependency. Portable make sucks a bit as it has no way of defining variables for a limited set of targets only. Manual duplication of target rules is the only way to achieve what we need. If someone actually knows a trick how to do this without target duplication, let me know. | |||||
2010-05-30 | Revert "s3: Attempt to fix the non-gnumake build" | Björn Jacke | 1 | -2/+1 | |
This reverts commit 086c6c0e9a56f7e6dca6c1398e210b8c6225e4ed, it broke some builds. The following commit should also remove the gmake dependency. | |||||
2010-05-30 | s3: fix check for pie compiler flags | Björn Jacke | 1 | -2/+2 | |
some compilers (HP and Sun e.g.) output warning messages on stderr for unknown options and we ended up partly using some unwanted random compile flags we did't intend to use. | |||||
2010-05-30 | s3: add m4 macro to check if stderr is empty or not | Björn Jacke | 1 | -0/+13 | |
2010-05-30 | Revert "s4:rpc_server/dcesrv_auth.c - Fix a RPC issue in conjunction with ↵ | Matthias Dieter Wallnöfer | 1 | -12/+2 | |
Windows 2000" This reverts commit 1cf5be39e30f9478606a5525eb7beeb21ee83c24. My fix approach isn't such appreciated therefore revert this. | |||||
2010-05-30 | s4:rpc_server/dcesrv_auth.c - Fix a RPC issue in conjunction with Windows 2000 | Matthias Dieter Wallnöfer | 1 | -2/+12 | |
Windows 2000 does strictly request header signing on some requests also if the server doesn't provide it. But there is a small trick (don't reset the actual session info) to make these special RPC operations work without a full header signing implementation. This fixes for example the list of domain groups in local groups when displayed sing the local user/group management tool. And this should finally fix bug #7113. The patch was inspired by another one by tridge and abartlet: http://gitweb.samba.org/samba.git/?p=tridge/samba.git;a=commitdiff;h=2dc19e2878371264606575d3fc09176776be7729 | |||||
2010-05-30 | s4:web_server/wsgi.c - free the "env" and "inputstream" objects on an ↵ | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
"asprintf" failure | |||||
2010-05-30 | s4:auth/credentials/credentials.c - initialise "password_last_changed_time" | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
Otherwise it could remain uninitialised. | |||||
2010-05-30 | nss_wrapper/testsuite.c - make sure to test always the "NSS wrapper" calls | Matthias Dieter Wallnöfer | 1 | -1/+5 | |
This should fix bug #7319 and #7320. |