Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-21 | s3:loadparm: add support for P_CMDLIST to equal_parameter() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: add suppor for P_BYTES to equal_parameter() - fix build warning | Michael Adam | 1 | -0/+1 | |
2011-07-21 | s3:loadparm: szNetbiosAliases is now a const char ** - cast properly | Michael Adam | 1 | -2/+2 | |
2011-07-21 | s3:loadparm: szWinbindNssInfo is now a const char ** instead of a char ** - ↵ | Michael Adam | 1 | -1/+1 | |
cast properly | |||||
2011-07-21 | s3:loadparm: fix a check that was accidentially an assignment in ↵ | Michael Adam | 1 | -1/+1 | |
lp_servicebynum() | |||||
2011-07-21 | s3:loadparm: untangle assignment from check in do_section() | Michael Adam | 1 | -2/+2 | |
2011-07-21 | s3-waf: fix a libcrypto configure check | Christian Ambach | 1 | -1/+1 | |
the parameters to conf.CHECK_FUNCS_IN were in the wrong order Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Jul 21 16:49:52 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | s3:winbindd remove an unused variable | Christian Ambach | 1 | -2/+0 | |
fixes a compiler warning | |||||
2011-07-21 | s3:utils fix a compiler warning | Christian Ambach | 1 | -0/+1 | |
fix a compiler warning about missing prototypes | |||||
2011-07-21 | s3:modules/vfs_afsacl fix a compiler warning | Christian Ambach | 1 | -1/+1 | |
2011-07-21 | s3:afs make path argument to afs_syscall const | Christian Ambach | 3 | -3/+3 | |
2011-07-21 | s3:modules/vfs_afsacl fix a compiler warning | Christian Ambach | 1 | -2/+1 | |
2011-07-21 | s3:modules/vfs_afsacl use stdbool types | Christian Ambach | 1 | -35/+35 | |
2011-07-21 | s3:modules/vfs_afsacl remove some unnecessary whitespace | Christian Ambach | 1 | -3/+3 | |
2011-07-21 | s3:lib/afs fix the build with --with-vfs-afsacl | Christian Ambach | 1 | -0/+4 | |
This fixes the second piece of Bug #8263 | |||||
2011-07-21 | s3:lib/afs use stdbool types | Christian Ambach | 2 | -22/+22 | |
2011-07-21 | s3:utils/net_afs fix compiler warnings | Christian Ambach | 1 | -2/+3 | |
2011-07-21 | s3:lib/afs_settoken fix some compiler warnings | Christian Ambach | 1 | -3/+4 | |
2011-07-21 | s3:lib/afs fix some compiler warnings | Christian Ambach | 1 | -2/+3 | |
2011-07-21 | s3:lib/afs fix the build with --with-fake-kaserver | Christian Ambach | 3 | -4/+15 | |
This fixes one piece of Bug #8263 | |||||
2011-07-21 | selftest: use "state directory" and "cache directory" options | Björn Baumbach | 2 | -4/+4 | |
instead of "state dir" and "cache dir" Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Jul 21 10:06:32 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | s4-param: use "state directory" and "cache directory" options | Björn Baumbach | 2 | -9/+9 | |
instead of "state dir" and "cache dir" in order be compatible with the source3 code. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-07-21 | samba-tool: make sure we exit with an error on a bad command | Andrew Tridgell | 1 | -1/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Jul 21 04:58:01 CEST 2011 on sn-devel-104 | |||||
2011-07-21 | dbcheck: mark the dbcheck as known-fail | Andrew Tridgell | 1 | -0/+1 | |
this will fail till we correctly update backlinks to deleted objects | |||||
2011-07-21 | samba-tool: fixed some more calls to samba_tool join to be 'domain join' | Andrew Tridgell | 3 | -10/+10 | |
2011-07-21 | s4-selftest: added undump.sh script | Andrew Tridgell | 1 | -0/+20 | |
used to unpack a dumped set of provision files for selftest Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | tdb: remove 'EOF' print from tdbrestore | Andrew Tridgell | 1 | -1/+0 | |
the EOF message is pointless, and makes for noisy scripts Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | dbcheck: use string DN in delete when fixing broken strings DNs | Andrew Tridgell | 1 | -1/+1 | |
this prevents the extended_dn_in module from 'fixing' the DN for us Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | s4-provision: run dbcheck on a minimal set of objects in provision | Andrew Tridgell | 1 | -4/+8 | |
this speeds up the dbcheck in provision to fix only the objects that we know will need fixing Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | s4-kcc: use dsdb_delete() instead of ldb_delete() | Andrew Tridgell | 1 | -1/+1 | |
this adds the DSDB_SEARCH_SHOW_DELETED flag, which fixes deletion of deleted objects Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | s4-dsdb: added dsdb_delete() function | Andrew Tridgell | 1 | -0/+30 | |
this gives us a delete function that takes the standard set of dsdb flags Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | pyldb: use dn.is_child_of() instead of dn.compare_base() | Andrew Tridgell | 2 | -9/+10 | |
the compare_base() C API doesn't really fit well in python, as it returns 0 for true. Better to have a boolean function for the python interface. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | samba_backup: check that directory really exists | Matthieu Patou | 1 | -1/+11 | |
2011-07-21 | tests: Add alpha13 dumped provision | Matthieu Patou | 23 | -0/+79033 | |
2011-07-21 | s4-dsdb: Use controls provided during the request while searching for object ↵ | Matthieu Patou | 1 | -1/+13 | |
to delete If the parent request specify the show_deleted control we must use it in order to be able to see the deleted objects. Also we just allow to trusted connections with the system account to remove deleted objects, others receive an unwilling to perform. | |||||
2011-07-21 | s4-dsdb: check group membership only for non deleted objects | Matthieu Patou | 1 | -2/+9 | |
Group membership has been already removed on deleted objects so there is no mean doing something on this kind of object. | |||||
2011-07-21 | s4-dsdb: change the samba3sam test to add the show_deleted module | Andrew Tridgell | 1 | -1/+1 | |
this is needed now that the samldb module adds the show deleted control Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | pyldb: add unit test for ldbDn.compare_base | Matthieu Patou | 1 | -0/+11 | |
2011-07-21 | ldb-python: add a function to Dn object to compare the Dn with a base DN | Matthieu Patou | 1 | -0/+17 | |
2011-07-21 | update/add my copyright | Matthieu Patou | 5 | -1/+5 | |
2011-07-21 | s4-dsdb: In rootdse add extended dn info on all values for a given attribute | Matthieu Patou | 1 | -57/+66 | |
And not only on the fist value as it was the case up to this changeset. | |||||
2011-07-21 | s4-dsdb: add dsdb_module_extended function similar to other dsdb_module_* ↵ | Matthieu Patou | 1 | -0/+61 | |
functions | |||||
2011-07-21 | s4-schema: add systemFlags to dsdb classes objects | Matthieu Patou | 2 | -0/+2 | |
2011-07-21 | s4-test: don't fix broken objects during dbcheck test | Andrew Tridgell | 1 | -1/+1 | |
this leaves the database as-is, which makes it easier to examine the problem | |||||
2011-07-21 | dbcheck: test the --reindex option | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | s4-test: added dbcheck run to test suite | Andrew Tridgell | 3 | -0/+25 | |
This should catch corruption that happens during a test run Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | samba-tool: nicer error in passwordsettings with no settings | Andrew Tridgell | 1 | -0/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | samba-tool: testparm doesn't take any credentials | Andrew Tridgell | 1 | -0/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | samba-tool: use 'exportkeytab' instead of 'dumpkeys' | Andrew Tridgell | 2 | -5/+5 | |
a 'keytab' is a particular format known to administrators, whereas 'keys' is a bit too vague Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-07-21 | samba-tool: Fix __doc_ in base classes | Giampaolo Lauria | 1 | -3/+3 | |
Changed prog to samba-tool as prog is only meaningful in Parser Signed-off-by: Andrew Tridgell <tridge@samba.org> |