summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* spoolss: fill in spoolss_DeletePort IDL.Günther Deschner2010-10-041-1/+4
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 4 08:10:16 UTC 2010 on sn-devel-104
* spoolss: fill in spoolss_SetPort IDL.Günther Deschner2010-10-043-7/+10
| | | | Guenther
* spoolss: fill in spoolss_AddPortEx IDL.Günther Deschner2010-10-041-1/+47
| | | | Guenther
* s4:kdc/db-glue.c - remove unused variableMatthias Dieter Wallnöfer2010-10-031-1/+0
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 3 17:30:34 UTC 2010 on sn-devel-104
* s4:ldap.py - test allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-1/+16
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:objectclass LDB module - introduce allowed system flags restrictionMatthias Dieter Wallnöfer2010-10-031-6/+11
| | | | | | Let us do the distinction by real use and provision by the RELAX flag Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:urgent_replication.py - fix up the system flags handlingMatthias Dieter Wallnöfer2010-10-031-4/+3
| | | | And relax some more object creations due to the enforced system flags rules.
* s3: Remove smbd_server_conn from msg_force_tdisVolker Lendecke2010-10-031-1/+7
|
* s3: Remove smbd_server_conn from process_blocking_lock_cancel_messageVolker Lendecke2010-10-031-1/+7
|
* s3: Remove smbd_server_conn from smb1 receive_unlock_msgVolker Lendecke2010-10-031-1/+9
|
* s3: Remove smbd_server_conn from msg_file_was_renamedVolker Lendecke2010-10-031-1/+8
|
* s3: Remove smbd_server_conn from validate_my_share_entriesVolker Lendecke2010-10-031-3/+5
|
* s3: Remove smbd_server_conn from msg_close_fileVolker Lendecke2010-10-031-1/+8
|
* s3: Remove smbd_server_conn from smb2 receive_unlock_msgVolker Lendecke2010-10-031-1/+9
|
* s3: Remove smbd_server_conn from process_kernel_oplock_breakVolker Lendecke2010-10-031-2/+8
|
* s3: Remove smbd_server_conn from process_oplock_break_messageVolker Lendecke2010-10-031-3/+8
|
* s3: Remove smbd_server_conn from process_oplock_async_level2_break_messageVolker Lendecke2010-10-031-2/+8
|
* s3: Lift smbd_server_conn from initial_break_processingVolker Lendecke2010-10-031-5/+9
|
* s3: Add msg_ctx_to_sconnVolker Lendecke2010-10-032-0/+15
|
* s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBsMatthias Dieter Wallnöfer2010-10-031-1/+1
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Oct 3 16:03:41 UTC 2010 on sn-devel-104
* s4-kdc Remove special case kerberos restriction in the KDCAndrew Bartlett2010-10-031-16/+0
| | | | | | | | | We should avoid using Kerberos or any other recursive auth mechanism in ldb backends, but denying Kerberos here won't be enough, so remove the special case. (Typcially we bind using a different password space and DIGEST-MD5 or NTLM). Andrew Bartlett
* s4:deletetest.py - enhance the testsMatthias Dieter Wallnöfer2010-10-031-21/+216
| | | | | | | - Integrate the ldap.py delete protection testing code and enhance it - Demonstrate the DISALLOW_MOVE_ON_DELETE system flag Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:ldap.py - remove the delete testsMatthias Dieter Wallnöfer2010-10-031-92/+0
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:dsdb python stuff - introduce also here the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-032-5/+8
| | | | | | | But also here beside "show_deleted" to not loose compatibility with older provisions. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:dsdb - substitute the "show_deleted" with the "show_recycled" controlMatthias Dieter Wallnöfer2010-10-0312-25/+31
| | | | | | | | | | | We intend to see always all objects with the "show_deleted" control specified. To see also recycled objects (beginning with 2008_R2 function level) we need to use the new "show_recycled" control. As far as I see this is only internal code and therefore we don't run into problems if we do substitute it. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* 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>