Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-09 | ldb:ldbsearch tool - use LDB result constants where possible | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
2011-02-09 | ldb:ldbsearch tool - simplify error code return | Matthias Dieter Wallnöfer | 1 | -3/+1 | |
2011-02-09 | ldb:ldbsearch tool - use "%u" for printing unsigned integers | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-02-09 | ldb:ldbedit tool - don't forget about the "do_edit" result code | Matthias Dieter Wallnöfer | 1 | -11/+4 | |
Use it for computing the program exit code. The "result" has not to be free'd explicitly since it's a child by "ldb" which itself is child by "mem_ctx". | |||||
2011-02-09 | ldb:ldbedit tool - fix bug #7914 | Matthias Dieter Wallnöfer | 1 | -4/+7 | |
"modify_record" returns "-1" when failing, otherwise the number of modifies performed as an "unsigned int" converted to "int". When we get "-1" we immediately need to stop (the error message has already been generated by the function itself). | |||||
2011-02-09 | ldb:ldbedit tool - use unsigned counters for consistency with other LDB tools | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2011-02-09 | ldb:ldbedit tool - use "%u" for printing out unsigned integers | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2011-02-09 | ldb:ldbedit tool - use LDB result constants where needed | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
2011-02-09 | ldb:ldbrename tool - use LDB result constant where needed | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-02-09 | ldb:ldbmodify tool - use unsigned counters for consistency with other LDB tools | Matthias Dieter Wallnöfer | 1 | -5/+5 | |
2011-02-09 | ldb:ldbdel tool - use LDB result constants for consistency | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
2011-02-09 | ldb:ldbadd tool - use LDB return codes where possible | Matthias Dieter Wallnöfer | 1 | -4/+6 | |
2011-02-09 | ldb:ldbadd tool - use "%u" for printing out unsigned integers | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-02-09 | ldb:ldbadd tool - use LDB result constants for consistency | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
2011-02-09 | provision: Add missing dependency on pyldb-util. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Feb 9 13:55:10 CET 2011 on sn-devel-104 | |||||
2011-02-09 | dlinklist: Change license to LGPLv3+ (checked with tridge). | Jelmer Vernooij | 1 | -11/+15 | |
2011-02-09 | s4/tests: Implement a blackbox test for 'samba-tool drs' command | Kamen Mazdrashki | 2 | -0/+101 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Feb 9 11:45:30 CET 2011 on sn-devel-104 | |||||
2011-02-09 | s4/tests: Move command line processing into separate method to be reused | Kamen Mazdrashki | 1 | -6/+6 | |
2011-02-09 | s4/tests: Implement BlackboxTestCase.check_output() method | Kamen Mazdrashki | 1 | -0/+11 | |
I am going to need this to check if output is OK (kind of) | |||||
2011-02-09 | s4/samba-tool/drs: Make use of Command.message() method instead of using 'print' | Kamen Mazdrashki | 1 | -36/+37 | |
2011-02-09 | s4/samba-tool/drs: Move get_dsServiceName function at module level to be re-used | Kamen Mazdrashki | 1 | -12/+8 | |
2011-02-09 | s4/samba-tool: 'drs options' command implementation | Kamen Mazdrashki | 1 | -0/+71 | |
Current implementation handle only one flag change per call | |||||
2011-02-09 | s4-waf Remove source4 build system. | Andrew Bartlett | 7 | -516/+0 | |
The top level build is the official build system now. Andrew Bartlett | |||||
2011-02-09 | s4-auth Fix setting of bad_password_count in ↵ | Andrew Bartlett | 1 | -1/+1 | |
auth_convert_user_info_dc_sambaseinfo() Discovered during the convertion to auth_user_info. Andrew Bartlett | |||||
2011-02-09 | s4-selftest Fix valgrind and gdb options for top level build | Andrew Bartlett | 1 | -2/+2 | |
Andrew Bartlett | |||||
2011-02-09 | s4-auth Rework auth subsystem to remove struct auth_serversupplied_info | Andrew Bartlett | 35 | -787/+840 | |
This changes auth_serversupplied_info into the IDL-defined struct auth_user_info_dc. This then in turn contains a struct auth_user_info, which is the only part of the structure that is mainted into the struct session_info. The idea here is to avoid keeping the incomplete results of the authentication (such as session keys, lists of SID memberships etc) in a namespace where it may be confused for the finalised results. Andrew Barltett | |||||
2011-02-09 | s4-auth Add auth.idl to encode auth subsystem structures in IDL | Andrew Bartlett | 1 | -0/+1 | |
This is not only a useful way to encode stuff, it also allows python to handle the structures, and natrually allows them to be NDR encoded. Andrew Bartlett | |||||
2011-02-08 | s4-smbtorture: add torture test to check proper add and delete driver ↵ | Günther Deschner | 1 | -0/+77 | |
operations. Thanks to Bjoern Baumbach <bb@sernet.de> for pushing us to test and verify this. Guenther | |||||
2011-02-08 | s4-smbtorture: also run the driver timestamp spoolss test against samba. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2011-02-08 | s4-waf: split out wscript_build for ndrdump binary. | Günther Deschner | 1 | -8/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 14:50:54 CET 2011 on sn-devel-104 | |||||
2011-02-08 | lib/compression: add shared wscript_build. | Günther Deschner | 1 | -6/+0 | |
Guenther | |||||
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 6 | -168/+3 | |
Guenther | |||||
2011-02-08 | libndr: share some uuid helpers. | Günther Deschner | 1 | -7/+0 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104 | |||||
2011-02-08 | ndr: merge duplicate ndr_map_error2ntstatus() functions. | Günther Deschner | 1 | -26/+0 | |
Guenther | |||||
2011-02-07 | mit-samba: Allow nesting on the event context | Simo Sorce | 1 | -0/+3 | |
This context is used in ldb, and ldb modules apparently abort if nesting is not allowed. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Mon Feb 7 20:58:02 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s4-build: fixed uses of os.path.relpath() | Andrew Tridgell | 1 | -2/+2 | |
these should be os_path_relpath() to support older python versions. This should fix the build on FreeBSD 7.2 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Feb 7 05:49:58 CET 2011 on sn-devel-104 | |||||
2011-02-07 | build: removed the old autogen.sh and autogen-waf.sh scripts | Andrew Tridgell | 4 | -24/+0 | |
for the builds that use waf only, these are no longer needed and just cause confusion Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-build: remove a bunch of unused build scripts | Andrew Tridgell | 10 | -345/+0 | |
these were leftover from the autoconf build Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Feb 7 04:09:40 CET 2011 on sn-devel-104 | |||||
2011-02-07 | s4-charset: use dyn_CODEPAGEDIR for location of upcase.dat/lowcase.dat | Andrew Tridgell | 2 | -0/+2 | |
this matches samba3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-provision: added setup_path() import in two more places | Andrew Tridgell | 2 | -1/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-python: get ordering right on python paths | Andrew Tridgell | 1 | -3/+5 | |
we need to have PYTHONARCHDIR first, as that is where we currently install. That will minimise problems with upgrades from old installs. We also don't need to add the path twice if PYTHONDIR is the same as PYTHONARCHDIR (as happens on debian based systems) Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-python Don't force "bin" into the python sys.path | Andrew Bartlett | 5 | -25/+8 | |
This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is now set properly at all times, incluidng for installed and build-directory binaries. So we don't need to make assumptions about bin being magic any more. Andrew Bartlett | |||||
2011-02-07 | s4-waf Add PYTHONDIR and PYTHONARCHDIR to the 'different on install' list | Andrew Bartlett | 1 | -0/+2 | |
This allows the C code to rely on PYTHONDIR and PYTHONARCHDIR to always be correct, and so not to cause problems when forcing these into sys.path. Andrew Bartlett | |||||
2011-02-07 | s4-provision Remove setup_path, setup_dir and find_setup_dir | Andrew Bartlett | 13 | -187/+125 | |
We now have a reliable way to know the current location of the templates: dyn_SETUPDIR, which is updated for both the in-build and installed binaries. This replaces the function arguments and the distributed resolution of the setup directory with one 'global' function (imported as required). This also removes the ability to specify an alternate setup directory on the command line, as this was rarely if ever used and never tested. Andrew Bartlett | |||||
2011-02-07 | s4-build: fixed install of version.h from source4 build | Andrew Tridgell | 1 | -2/+1 | |
2011-02-07 | s4-upgradeprovision: renames need a relax to avoid subtree_rename checks | Andrew Tridgell | 1 | -2/+3 | |
2011-02-07 | s4-dsdb: make subtree_rename errors clearer | Andrew Tridgell | 1 | -10/+10 | |
2011-02-07 | build: fixed make install for top level build | Andrew Tridgell | 1 | -1/+2 | |
2011-02-07 | s4-provision: removed spurious os.chdir() from upgradehelpers.py | Andrew Tridgell | 1 | -1/+0 | |
this breaks make test with a top level build, and is not needed Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-07 | s4-test: fixed samba4.policy.python test for top level build | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |