summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:dsdb/common/util.c - introduce "DSDB_SEARCH_SHOW_RECYCLED" flagMatthias Dieter Wallnöfer2010-10-032-0/+8
| | | | | | | | This is needed since starting with 2008_R2 function level we get another type of hidden objects which aren't seen by the "show_deleted" control: recycled objects. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:subtree_rename LDB module - also already deleted objects have to be renamedMatthias Dieter Wallnöfer2010-10-031-2/+13
| | | | | | | | | | This is needed if the SYSTEM_FLAG_DISALLOW_MOVE_ON_DELETE flag was specified and the parent is renamed. To be able to do this we also need to relax the constraint checks (using the "isDeleted" proof). Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:show_deleted LDB module - also support the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-031-11/+62
| | | | | | MS-ADTS 3.1.1.3.4.1 and MS-ADTS 3.1.1.5.5 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:repl_meta_data LDB module - consider the ↵Matthias Dieter Wallnöfer2010-10-031-10/+25
| | | | | | SYSTEM_FLAG_DISALLOW_MOVE_ON_DELETE flag Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:subtree_delete LDB module - it is only responsible for non-deleted objectsMatthias Dieter Wallnöfer2010-10-031-2/+1
| | | | | | | The deleted objects (tombstones, recycled & deleted objects) are handled by "repl_meta_data". Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:objectclass LDB module - fix the "crossRef" delete protectionMatthias Dieter Wallnöfer2010-10-031-3/+9
| | | | | | This is what Windows does Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:objectclass LDB module - fix the delete behaviour of server containersMatthias Dieter Wallnöfer2010-10-031-2/+2
| | | | | | A typo prevented the right behaviour. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* autobuild: override the editor when marking the commitAndrew Tridgell2010-10-031-1/+2
| | | | | | | | | this avoids the problem of a user having an editor set in their global .gitconfig, and that having higher precedence than the EDITOR environment variable Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sun Oct 3 15:22:01 UTC 2010 on sn-devel-104
* wafsamba: Some reformatting.Jelmer Vernooij2010-10-032-5/+1
|
* heimdal: Move asn1 list to heimdal_build.Jelmer Vernooij2010-10-032-124/+119
|
* heimdal: Move SAMBA_ERRTABLE to heimdal_build.Jelmer Vernooij2010-10-032-36/+35
|
* heimdal: Move autoproto code to heimdal_build.Jelmer Vernooij2010-10-032-23/+25
|
* wafsamba: Move heimdal library code to heimdal_build.Jelmer Vernooij2010-10-032-270/+274
|
* land: Inherit EMAIL from the environment.Jelmer Vernooij2010-10-031-0/+3
|
* pidl: Allow longs for bitmasks.Jelmer Vernooij2010-10-031-13/+24
|
* pidl: simplify some generated code.Jelmer Vernooij2010-10-031-4/+2
|
* heimdal: Convert hx509 to library.Jelmer Vernooij2010-10-031-2/+3
|
* heimdal: convert some subsystems to libraries, consistent with upstream heimdal.Jelmer Vernooij2010-10-034-24/+32
|
* Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix ↵Wilco Baan Hofman2010-10-031-11/+25
| | | | | | trailing comma REG_BINARY. Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix issues addressed by Jelmer:Wilco Baan Hofman2010-10-032-2/+7
| | | | | | | * Add a comment about why the reg_strhex_to_data_blob was added * Fix int which should've been a boolean Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etcWilco Baan Hofman2010-10-031-3/+73
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix registry editor to be compatible with Windows 7.Wilco Baan Hofman2010-10-031-5/+71
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* 5 uint32_t's should be set, not 5 bytes.Wilco Baan Hofman2010-10-031-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* The root key should be created as a root key, not subkey.Wilco Baan Hofman2010-10-031-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Do not include the closing doublequote in .reg files.Wilco Baan Hofman2010-10-031-1/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex.Wilco Baan Hofman2010-10-031-7/+37
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Make sure we write the value stored in value, not line (doublequoted).Wilco Baan Hofman2010-10-031-4/+4
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Make sure that regf only writes to disk every five seconds or when flushed ↵Wilco Baan Hofman2010-10-031-9/+51
| | | | | | | | or destroyed Brings speed up on a large .reg import from 17.5s to 0.95s, over 18 times faster Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix .reg file format parsing.Wilco Baan Hofman2010-10-032-42/+127
| | | | | | | | * multiline data * doublequoted value name * handle windows format CRLF Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* Fix registry parsing of strings to also support the windows method.Wilco Baan Hofman2010-10-031-1/+33
| | | | | | Specifically: dword:00000000, hex:00,00,00,00, hex(0..B):00,00,00,00 Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s3: I thought I had compiled this....Volker Lendecke2010-10-031-1/+1
|
* s4:dsdb_dn_val_rmd_flags - memmem - scan the whole string for occourencesMatthias Dieter Wallnöfer2010-10-031-1/+1
| | | | | | | | Do this as in "dsdb_dn_is_upgraded_link_val". There is really no reason to truncate before search. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 3 10:45:39 UTC 2010 on sn-devel-104
* s4:ldap.py - delete the right object after test completitionMatthias Dieter Wallnöfer2010-10-031-1/+1
|
* s4:ldap.py - fix "system only" testMatthias Dieter Wallnöfer2010-10-031-0/+8
| | | | A part was missing
* s4:acl_read LDB module - fix counter typeMatthias Dieter Wallnöfer2010-10-031-1/+2
|
* s4:getncchanges.c - fix some counter typesMatthias Dieter Wallnöfer2010-10-031-3/+3
|
* s4:schema_samba4.ldif - update allocated controls listMatthias Dieter Wallnöfer2010-10-031-0/+1
| | | | | This needs always to be done after a control allocation otherwise we end up in double-allocations and unexpected behaviour.
* s4:libcli/resolve/dns_ex.c - fix "const" warningMatthias Dieter Wallnöfer2010-10-031-1/+2
|
* s3: Move #define VALGRIND to config.hVolker Lendecke2010-10-032-10/+7
| | | | This fixes the valgrind overrun in the tdb jenkins hash
* s4:rpc_server/echo: fix compiler warningStefan Metzmacher2010-10-031-1/+1
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 3 09:41:51 UTC 2010 on sn-devel-104
* s3: Attempt to fix the IRIX buildVolker Lendecke2010-10-031-1/+1
|
* s3: Attempt to fix a ton of warnings on the build farmVolker Lendecke2010-10-033-12/+11
|
* s3: Remove talloc_autofree_context() from dmapi.cVolker Lendecke2010-10-031-2/+1
| | | | | This is a place where an explicit dmapi_destroy_session would be needed. But we don't use a destructor for this.
* s3: Remove talloc_autofree_context() from unexpected.cVolker Lendecke2010-10-031-2/+1
| | | | | Same argument as in 997a64f6fb11e19d78c: If tdb_close() was needed at exit time, we'd have more severe problems by now.
* s3: Remove talloc_autofree_context() from srv_samr_nt.cVolker Lendecke2010-10-031-4/+2
| | | | | The dispinfo structs need to survive within a process across pipe opens, but they don't have a special destructor
* s3: Remove talloc_autofree_context from pdb_interfaceVolker Lendecke2010-10-031-1/+1
| | | | | None of the pdb backends have special destructors that need to be run at program exit.
* s4-kcc: silence "Testing kcctpl_create_intersite_connections" messageAndrew Tridgell2010-10-031-1/+1
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Oct 3 04:51:44 UTC 2010 on sn-devel-104
* s4-selftest: support 'make testenv SCREEN=1'Andrew Tridgell2010-10-024-5/+27
| | | | | | | | | | this can be used to start a test envioronment in screen windows. Use: make testenv SCREEN=1 SELFTEST_TESTENV=dc to launch just one environment (in this case, "dc")
* s4-selftest: silence warnings about bind chownAndrew Tridgell2010-10-022-2/+4
|
* s4-test: silence a tap2subunit errorAndrew Tridgell2010-10-021-1/+1
|