Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-28 | s4-python: Fix formatting of docstrings for the purpose of pydoctor. | Jelmer Vernooij | 7 | -108/+120 | |
2010-11-28 | Makefile: Add rule for pydoctor. | Jelmer Vernooij | 1 | -0/+3 | |
2010-11-28 | samba.tests: Fix formatting. | Jelmer Vernooij | 1 | -22/+25 | |
2010-11-28 | s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using ↵ | Kamen Mazdrashki | 1 | -7/+10 | |
SamDB class connect_samdb() functino will correctly handle things like: - session_info param - it will create system_session() using supplied LoadParm parameter and thus avoiding creation of multiple LoadParm instances (LoadParm() will mask certain command line supplied options) - host url will be prefixed with ldap:// automatically Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Nov 28 03:00:41 CET 2010 on sn-devel-104 | |||||
2010-11-28 | s4-samba-tool: support help, and show description of commands | Andrew Tridgell | 1 | -7/+7 | |
when you don't specify a subcommand, show the description of the subcommands in the list of available subcommands. Also show the list of subcommands when you use 'help', '--help' or '-h' as a subcommand Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 28 01:56:46 CET 2010 on sn-devel-104 | |||||
2010-11-28 | s4-drs: fixed credit for C version | Andrew Tridgell | 1 | -0/+2 | |
2010-11-27 | s4:netcmd/drs.py - use "objectClass" for discovering the server and it's ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
NTDS settings object Small optimisation: we don't need to look for "nTDSDSARO" since it's a subclass of "ntDSDSA". Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 27 23:35:13 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4:dsdb/repl/drepl_service.c - return the correct WERR result | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-27 | s4:drepl_service.c - fix error macro (use "_werr" and not "werr") | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Detected by Tru64 "cc". | |||||
2010-11-27 | s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr) | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Also detected by Tru64 "cc". | |||||
2010-11-27 | s4:lib/registry/rpc.c - remove a duplicate assignment | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-11-27 | s4:torture/rpc/samr.c - fix uninitialised "status" variables | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
Detected by Tru64. I wonder how this tests even worked. | |||||
2010-11-27 | s4:torture/rpc/samsync.c - remove uninitialised "nt_status" check | Matthias Dieter Wallnöfer | 1 | -8/+1 | |
Found by Tru64 compiler. | |||||
2010-11-27 | s4:drsuapi RPC server - fix "enum security_user_level" warning on Tru64 | Matthias Dieter Wallnöfer | 6 | -10/+9 | |
2010-11-27 | s4:param/secrets.h - fix "enum netr_SchannelType" include correctly | Matthias Dieter Wallnöfer | 5 | -5/+2 | |
2010-11-27 | s4:wkssvc RPC server - better solution for srvsvc* enum's in server_info.c | Matthias Dieter Wallnöfer | 2 | -1/+2 | |
Reworked version of commit 7e710c4de92c310897817acc06d229cce763d2d7 | |||||
2010-11-27 | Revert "s4:rpc_server/common/common.h - introduce two forward declarations ↵ | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
to suppress parameter declaration warnings" This reverts commit 7e710c4de92c310897817acc06d229cce763d2d7. This causes more noise than it's useful. | |||||
2010-11-27 | s4:libcli/security/session.h - fix include ordering for "enum ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
security_user_level" | |||||
2010-11-27 | s4:dsdb/samdb/samdb.h - fix include ordering in order to prevent warnings on ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Tru64 | |||||
2010-11-27 | build: change compile flags on mac os x if we face pb with common symbols | Matthieu Patou | 1 | -2/+4 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Nov 27 18:02:41 CET 2010 on sn-devel-104 | |||||
2010-11-27 | show_test_time: Move to root scripting directory as it's useful for s3 | Jelmer Vernooij | 1 | -19/+0 | |
and s4. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 17:17:29 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4:role transfer - use always type "enum drepl_role_master" for role ↵ | Matthias Dieter Wallnöfer | 4 | -5/+6 | |
specifications Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 27 16:03:43 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4:samba3sam LDB module - correctly print out an unsigned value | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
Here we can print it out as unsigned since we are generating a string attribute. | |||||
2010-11-27 | s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearer | Matthias Dieter Wallnöfer | 1 | -2/+6 | |
And remove the "long" specifier since at least on the major platforms (Linux, BSD and Solaris) these types are defined as "uint32_t". | |||||
2010-11-27 | s4:dsdb tests - make use of "ldb.get_domain_sid()" | Matthias Dieter Wallnöfer | 4 | -22/+5 | |
2010-11-27 | s4:dsdb/tests/python/sam.py - we don't need the domain SID | Matthias Dieter Wallnöfer | 1 | -5/+0 | |
2010-11-27 | s4:torture/drs/python/fsmo.py - fix comments and an error message | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-11-27 | s4-samba-tool: removed old C implementation of samba-tool drs | Andrew Tridgell | 6 | -1617/+0 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 27 15:16:02 CET 2010 on sn-devel-104 | |||||
2010-11-28 | s4-samba-tool: switched over to python version of samba-tool drs | Andrew Tridgell | 3 | -12/+3 | |
2010-11-28 | s4-samba-tool: added python implementation of samba-tool drs commands | Andrew Tridgell | 1 | -0/+402 | |
much simpler than the C code, and this brings us one step closer to a python samba-tool | |||||
2010-11-28 | s4-pyglue: expose the remaining NTTIME functions from glue | Andrew Tridgell | 1 | -0/+3 | |
2010-11-28 | s4-drs: allow DrsReplicaGetInfo as a DC | Andrew Tridgell | 1 | -1/+1 | |
2010-11-28 | s4-pydsdb: use cpp macro to simplify flags definitions | Andrew Tridgell | 1 | -137/+110 | |
also added some more from flags.h | |||||
2010-11-28 | s4-samba-tool: fixed "-k no" for disabling kerberos auth | Andrew Tridgell | 1 | -2/+4 | |
The option "-k no" was not correctly disabling kerberos in python programs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-27 | Add timestamp when running with --maximum-runtime | Matthieu Patou | 1 | -1/+15 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Nov 27 11:51:12 CET 2010 on sn-devel-104 | |||||
2010-11-27 | blackbox.ldb: Support using system ldbsearch. | Jelmer Vernooij | 1 | -1/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Nov 27 04:32:11 CET 2010 on sn-devel-104 | |||||
2010-11-27 | s4-libnet: use the full DNS domain for CLDAP lookups if possible | Andrew Tridgell | 1 | -1/+6 | |
many of the internal libnet interfaces use the short domain name, which leads to unreliable NBT lookups. If we are trying to look for our workgroup, then look for our DNS domain instead Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 27 03:47:52 CET 2010 on sn-devel-104 | |||||
2010-11-26 | ldb-tdb: Add more information about full scan | Matthieu Patou | 1 | -1/+7 | |
2010-11-26 | s4:rootdse LDB module - remove unused variable | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Nov 26 13:58:27 CET 2010 on sn-devel-104 | |||||
2010-11-26 | s4:objectclass LDB module - simply use "msg" when requesting the message | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-26 | s4:objectclass LDB module - move the "mem_ctx" allocation to a better place | Matthias Dieter Wallnöfer | 1 | -7/+6 | |
It's only needed if we've a schema around. | |||||
2010-11-26 | s4-dsdb Reorganise and clarify the LSA objectClass check (forbidden on LDAP) | Andrew Bartlett | 1 | -15/+28 | |
This arranged the check to avoid talloc_strdup() (the schema pointers are constant, and can be relied upon), and checks the untrusted bit first (it is faster), before the ldb_attr_cmp(). The strcmp() here was valid, if unusual, because the ldapDisplayName values are already in the correct case, but strcasecmp() is more correct, as for the small extra cost, we avoid a difficult to diagnose bug later. Andrew Bartlett Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-11-26 | s4-objectclass Use a specific local variable name, not 'value' | Andrew Bartlett | 1 | -4/+5 | |
This makes it clearer what the local variable in use here does. Andrew Bartlett Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-11-26 | s4-kcc: fixed valgrind errors in drs replicaInfo server side | Andrew Tridgell | 1 | -7/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Nov 26 03:52:30 CET 2010 on sn-devel-104 | |||||
2010-11-26 | s4-provision: fixed eadb automatic and manual setting in provision | Andrew Tridgell | 3 | -21/+18 | |
we should not set posix:eadb in lp in the acl native test code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-26 | s4-provision: don't try to look for an IPv6 address when not specified | Andrew Tridgell | 1 | -11/+0 | |
the getaddrinfo() method of finding an IPv6 address is incorrect. We could do it via the Samba interfaces code, but until we have that it is better to not try to auto-detect IPv6 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-26 | s4-dsdb Remove rootDSE and anonymous checks from acl_read | Andrew Bartlett | 1 | -15/+0 | |
The rootdse module handles rootDSE requests, and blocks anonymous access, so we on't need to do it again here. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Nov 26 00:36:19 CET 2010 on sn-devel-104 | |||||
2010-11-26 | s4-dsdb Add 'block anonymous' checks to the rootdse module | Andrew Bartlett | 1 | -0/+100 | |
This ensures that one single point checks for and blocks anonymous read access to the database over LDAP. Andrew Bartlett | |||||
2010-11-26 | s4-dsdb Remove mem_ctx argument from dsdb_module_find_dsheuristics(). | Andrew Bartlett | 2 | -4/+3 | |
A function that does not return memory should not take a memory context. Andrew Bartlett | |||||
2010-11-25 | s4-tests: Made acl tests to reconnect if dSHeuristics is being manipulated | Nadezhda Ivanova | 1 | -28/+25 | |
Also made password tests set dSHeuristics only once rather that once per test. Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Thu Nov 25 20:48:38 CET 2010 on sn-devel-104 |