Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-14 | samba-tool: Add test to make sure all commands have a short description set. | Jelmer Vernooij | 1 | -0/+11 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Oct 14 01:53:45 CEST 2011 on sn-devel-104 | |||||
2011-10-14 | samba-tool: Add test to make sure all commands have a synopsis set. | Jelmer Vernooij | 3 | -3/+26 | |
2011-10-14 | samba-tool: Move main command implementation to samba.netcmd.main, so it is ↵ | Jelmer Vernooij | 3 | -61/+79 | |
accessible by the testsuite. | |||||
2011-10-14 | samba-tool: Don't require full prog line to be in synopsis. | Jelmer Vernooij | 17 | -98/+80 | |
2011-10-14 | samba.netcmd: Reintroduce Command.name. | Jelmer Vernooij | 2 | -0/+13 | |
2011-10-14 | samba-tool: Determine long option from docstring. | Jelmer Vernooij | 3 | -17/+25 | |
2011-10-14 | creds: Remove unnecessary calls to credopts.get_credentials. | Jelmer Vernooij | 1 | -2/+0 | |
2011-10-14 | python: Remove extra newlines. | Jelmer Vernooij | 1 | -3/+0 | |
2011-10-14 | s4:selftest: flakey test samba4.drs.delete_object.python should go into skip | Michael Adam | 2 | -1/+1 | |
not knownfail, which will render it flakey again, just the other way round. Thanks Jelmer for pointing that out... Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Oct 14 00:21:26 CEST 2011 on sn-devel-104 | |||||
2011-10-13 | lib/util: Add back control of mmap and hash size in tdb for top level build | Andrew Bartlett | 6 | -7/+17 | |
This passes down a struct loadparm_context to allow these parameters to be checked. This may be s3 or s4 context, allowing the #if _SAMBA_BUILD_ macro to go away safely. Andrew Bartlett | |||||
2011-10-13 | s4-messaging: Pass the loadparm context, not just the messaging path | Andrew Bartlett | 13 | -32/+35 | |
This will allow the TDB layer to get at the lp_ctx for tdb options. Andrew Bartlett | |||||
2011-10-13 | libcli/auth: Provide a struct loadparm_context to schannel calls | Andrew Bartlett | 3 | -5/+5 | |
This will allow us to pass this down to the tdb_wrap layer. Andrew Bartlett | |||||
2011-10-13 | samba-tool: Use self.outf in a few more places. | Jelmer Vernooij | 13 | -88/+104 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 13 05:06:52 CEST 2011 on sn-devel-104 | |||||
2011-10-13 | samba-tool delegation: Use self.outf, simplify some code. | Jelmer Vernooij | 1 | -14/+8 | |
2011-10-13 | samba.getopt: Refactor parsing of --kerberos argument into separate function. | Jelmer Vernooij | 1 | -13/+16 | |
2011-10-13 | s4:torture/smb2: we only support 64KB reads/writes for now | Stefan Metzmacher | 2 | -8/+8 | |
We don't have multi-credit support yet. metze | |||||
2011-10-13 | samba-tools/testparm: Add really basic unit test, demonstrating how to write ↵ | Jelmer Vernooij | 1 | -0/+29 | |
unit tests for samba-tool in Python. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 13 01:56:20 CEST 2011 on sn-devel-104 | |||||
2011-10-13 | netcmd: Add Command.get_logger() method. | Jelmer Vernooij | 3 | -5/+8 | |
2011-10-13 | netcmd: Add errf stream to command instances. | Jelmer Vernooij | 2 | -8/+9 | |
2011-10-13 | samba-tool/testparm: Fix traceback when checking client name/ip against ↵ | Jelmer Vernooij | 1 | -2/+2 | |
hosts allowed. | |||||
2011-10-13 | samba-tool/testparm: Fix handling of command-line options. | Jelmer Vernooij | 1 | -26/+29 | |
2011-10-13 | selftest: mark samba4.drs.delete_object.python knownfail | Michael Adam | 1 | -0/+1 | |
this currently prevents autobuild from succeeding intermittently Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Oct 13 00:22:18 CEST 2011 on sn-devel-104 | |||||
2011-10-12 | s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value | Gregor Beck | 3 | -5/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-10-12 | samba.upgrade: Use list comprehension. | Jelmer Vernooij | 1 | -4/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 12 22:44:40 CEST 2011 on sn-devel-104 | |||||
2011-10-12 | samba.getopt: Allow --kerberos=auto, and fix exception name if an unknown | Jelmer Vernooij | 1 | -1/+4 | |
value is specified. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Oct 12 02:12:21 CEST 2011 on sn-devel-104 | |||||
2011-10-11 | s4:ldap_backend.c/"map_ldb_error" - handle errors similar to "PyErr_SetLdbError" | Matthias Dieter Wallnöfer | 1 | -6/+2 | |
If the call was done using an error string ("add_err_string"), then use that one without an additional "ldb_strerror()" for the definitive LDAP output. Otherwise generate one using "ldb_strerror()". This omits redundancies in the error string generation (twice the same information by "ldb_strerror()"). Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-10-11 | auth: move gensec_start.c to the top level | Andrew Bartlett | 7 | -972/+66 | |
This does not change who uses gensec for now, but makes it possible to write new gensec modules outside source4/ Andrew Bartlett | |||||
2011-10-11 | auth: move credentials layer to the top level | Andrew Bartlett | 16 | -3658/+6 | |
This will allow gensec_start.c to move to the top level. This does not change what code uses the cli_credentials code, but allows the gensec code to be more broadly. Andrew Bartlett | |||||
2011-10-11 | s4-s3-upgrade: Allow import (just without a uid mapping) where getpwnam fails | Andrew Bartlett | 1 | -1/+1 | |
This allows the tests to pass on systems without a jelmer user :-) Andrew Bartlett | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 15 | -4820/+14 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett | |||||
2011-10-11 | pac: Fix wrong memory allocation check | Simo Sorce | 1 | -1/+1 | |
Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Oct 11 01:18:22 CEST 2011 on sn-devel-104 | |||||
2011-10-10 | libcli/cldap: don't pass tevent_context to cldap_socket_init() | Stefan Metzmacher | 7 | -15/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 10 23:23:07 CEST 2011 on sn-devel-104 | |||||
2011-10-10 | libcli/cldap: pass tevent_context to cldap_search_send() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-10 | libcli/cldap: pass tevent_context to cldap_netlogon_send() | Stefan Metzmacher | 4 | -4/+8 | |
metze | |||||
2011-10-10 | libcli/cldap: pass tevent_context to cldap_set_incoming_handler() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-10-09 | Remove pointless exception catching in tests. | Jelmer Vernooij | 2 | -10/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 9 00:00:26 CEST 2011 on sn-devel-104 | |||||
2011-10-08 | netcmd/domain: Remove unused imports. | Jelmer Vernooij | 1 | -2/+2 | |
2011-10-08 | netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines. | Jelmer Vernooij | 1 | -9/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 8 15:46:46 CEST 2011 on sn-devel-104 | |||||
2011-10-08 | upgrade: Avoid catching all exceptions, just catch the ones we care about. | Jelmer Vernooij | 1 | -11/+9 | |
2011-10-08 | s4:findprovisionusnranges - the default python path is detected over "env" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 8 13:06:20 CEST 2011 on sn-devel-104 | |||||
2011-10-08 | s4:torture/smb2: avoid '//' comments | Stefan Metzmacher | 1 | -1/+1 | |
The compiler on openindiana doesn't like them. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 8 08:56:10 CEST 2011 on sn-devel-104 | |||||
2011-10-08 | s4:torture/drs: avoid '//' comments | Stefan Metzmacher | 1 | -2/+2 | |
The compiler on openindiana doesn't like them. metze | |||||
2011-10-08 | s4:lib/wmi: avoid '//' comments | Stefan Metzmacher | 1 | -8/+8 | |
The compiler on openindiana doesn't like them. metze | |||||
2011-10-08 | build: build wbinfo only once in the waf build | Andrew Bartlett | 1 | -4/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Oct 8 04:52:03 CEST 2011 on sn-devel-104 | |||||
2011-10-08 | selftest: run dfs tests on plugin_s4_dc | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 8 03:18:54 CEST 2011 on sn-devel-104 | |||||
2011-10-08 | s4:smb_server: implement dfs referral handing on top of ↵ | Stefan Metzmacher | 2 | -812/+54 | |
dfs_server_ad_get_referrals() metze | |||||
2011-10-07 | s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID | Stefan Metzmacher | 3 | -1/+42 | |
Which allows the caller to pass a given 'pwdLastSet' value (every useful for migrations). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 7 15:28:13 CEST 2011 on sn-devel-104 | |||||
2011-10-07 | s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECK | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2011-10-07 | s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.h | Stefan Metzmacher | 1 | -10/+10 | |
This makes clear that struct dsdb_control_password_change belongs to DSDB_CONTROL_PASSWORD_CHANGE_OID. metze | |||||
2011-10-07 | s4-param copy print_parameter and equal_parameter in from source3 | Andrew Bartlett | 1 | -10/+24 | |
This will allow these functions to be put into lib/param shortly. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Oct 7 10:17:01 CEST 2011 on sn-devel-104 |