Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-04 | ndr: Add support for pulling/printing an ipv6address type | Kai Blin | 4 | -4/+55 | |
2010-10-04 | IDL: More types for the DNSP IDL file | Kai Blin | 1 | -2/+23 | |
2010-10-04 | s4:dsdb/common/util.c - change the usage of the RECYCLED control | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
Use it only in conjunction with the DELETE one to allow the functions to work also against Windows < 2008R2. This is really important for the vampire operation. Also mark the RECYCLED control as non-critical (so that it's simply ignored by older Windows'es). Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Oct 4 16:10:11 UTC 2010 on sn-devel-104 | |||||
2010-10-04 | lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse ↵ | Stefan Metzmacher | 1 | -1/+13 | |
tag hdr/len metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 4 14:46:40 UTC 2010 on sn-devel-104 | |||||
2010-10-04 | libcli/ldap: ldap_full_packet() requires at least 6 bytes | Stefan Metzmacher | 1 | -0/+7 | |
metze | |||||
2010-10-04 | tsocket: make sure we delete the fd event before calling close() | Stefan Metzmacher | 1 | -0/+1 | |
We got random double free errors, when getting events from epoll_wait() and try to dereference the private talloc pointer attached to it. Before doing the close() in the tstream_disconnect_send() function we need to delete the fd event. commit 38f505530ba06323a56c7d3914630efffcd12629 only fixed it for tdgram sockets. metze | |||||
2010-10-04 | compile_et: Support using system compile_et. | Jelmer Vernooij | 3 | -40/+38 | |
2010-10-04 | heimdal: Support using system com_err. | Jelmer Vernooij | 2 | -16/+17 | |
2010-10-04 | land-remote: Force running in foreground when pushing to master. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-04 | land-remote: Announce what address email is going to be sent to. | Jelmer Vernooij | 1 | -0/+3 | |
2010-10-04 | tdb: Only use system pytdb when using system tdb. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-04 | tdb: Support using system pytdb. | Jelmer Vernooij | 1 | -8/+9 | |
2010-10-04 | waf: Add function for checking for system python modules. | Jelmer Vernooij | 1 | -0/+32 | |
2010-10-04 | pytdb: Add __version__ attribute. | Jelmer Vernooij | 3 | -1/+10 | |
2010-10-04 | registry: Make a two more functions static. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-04 | s3: Fix a pointer error | Volker Lendecke | 1 | -1/+1 | |
It is not universally guaranteed that an enum is represented as a uint32_t. This starts to be THE BUG (tm) in Samba. What can I do to explain this to people a bit better? It seems that the verbose explanations I put into the recent checkins fixing similar bugs are not clear enough. Anybody who does is not 100% clear about what this patch fixes please contact me directly so that we can talk it through on the phone to agree on a wording that everybody can understand. Thanks, Volker | |||||
2010-10-04 | s3: Attempt to get the Tru64 build a bit further | Volker Lendecke | 1 | -1/+0 | |
2010-10-04 | spoolss: fill in spoolss_DeletePort IDL. | Günther Deschner | 1 | -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 | |||||
2010-10-04 | spoolss: fill in spoolss_SetPort IDL. | Günther Deschner | 3 | -7/+10 | |
Guenther | |||||
2010-10-04 | spoolss: fill in spoolss_AddPortEx IDL. | Günther Deschner | 1 | -1/+47 | |
Guenther | |||||
2010-10-03 | s4:kdc/db-glue.c - remove unused variable | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-03 | s4:ldap.py - test allowed system flags restriction | Matthias Dieter Wallnöfer | 1 | -1/+16 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:objectclass LDB module - introduce allowed system flags restriction | Matthias Dieter Wallnöfer | 1 | -6/+11 | |
Let us do the distinction by real use and provision by the RELAX flag Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:urgent_replication.py - fix up the system flags handling | Matthias Dieter Wallnöfer | 1 | -4/+3 | |
And relax some more object creations due to the enforced system flags rules. | |||||
2010-10-03 | s3: Remove smbd_server_conn from msg_force_tdis | Volker Lendecke | 1 | -1/+7 | |
2010-10-03 | s3: Remove smbd_server_conn from process_blocking_lock_cancel_message | Volker Lendecke | 1 | -1/+7 | |
2010-10-03 | s3: Remove smbd_server_conn from smb1 receive_unlock_msg | Volker Lendecke | 1 | -1/+9 | |
2010-10-03 | s3: Remove smbd_server_conn from msg_file_was_renamed | Volker Lendecke | 1 | -1/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from validate_my_share_entries | Volker Lendecke | 1 | -3/+5 | |
2010-10-03 | s3: Remove smbd_server_conn from msg_close_file | Volker Lendecke | 1 | -1/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from smb2 receive_unlock_msg | Volker Lendecke | 1 | -1/+9 | |
2010-10-03 | s3: Remove smbd_server_conn from process_kernel_oplock_break | Volker Lendecke | 1 | -2/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from process_oplock_break_message | Volker Lendecke | 1 | -3/+8 | |
2010-10-03 | s3: Remove smbd_server_conn from process_oplock_async_level2_break_message | Volker Lendecke | 1 | -2/+8 | |
2010-10-03 | s3: Lift smbd_server_conn from initial_break_processing | Volker Lendecke | 1 | -5/+9 | |
2010-10-03 | s3: Add msg_ctx_to_sconn | Volker Lendecke | 2 | -0/+15 | |
2010-10-03 | s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBs | Matthias Dieter Wallnöfer | 1 | -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 | |||||
2010-10-03 | s4-kdc Remove special case kerberos restriction in the KDC | Andrew Bartlett | 1 | -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 | |||||
2010-10-03 | s4:deletetest.py - enhance the tests | Matthias Dieter Wallnöfer | 1 | -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> | |||||
2010-10-03 | s4:ldap.py - remove the delete tests | Matthias Dieter Wallnöfer | 1 | -92/+0 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:dsdb python stuff - introduce also here the "show_recycled" control | Matthias Dieter Wallnöfer | 2 | -5/+8 | |
But also here beside "show_deleted" to not loose compatibility with older provisions. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:dsdb - substitute the "show_deleted" with the "show_recycled" control | Matthias Dieter Wallnöfer | 12 | -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> | |||||
2010-10-03 | s4:dsdb/common/util.c - introduce "DSDB_SEARCH_SHOW_RECYCLED" flag | Matthias Dieter Wallnöfer | 2 | -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> | |||||
2010-10-03 | s4:subtree_rename LDB module - also already deleted objects have to be renamed | Matthias Dieter Wallnöfer | 1 | -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> | |||||
2010-10-03 | s4:show_deleted LDB module - also support the "show_recycled" control | Matthias Dieter Wallnöfer | 1 | -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> | |||||
2010-10-03 | s4:repl_meta_data LDB module - consider the ↵ | Matthias Dieter Wallnöfer | 1 | -10/+25 | |
SYSTEM_FLAG_DISALLOW_MOVE_ON_DELETE flag Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:subtree_delete LDB module - it is only responsible for non-deleted objects | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
The deleted objects (tombstones, recycled & deleted objects) are handled by "repl_meta_data". Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:objectclass LDB module - fix the "crossRef" delete protection | Matthias Dieter Wallnöfer | 1 | -3/+9 | |
This is what Windows does Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | s4:objectclass LDB module - fix the delete behaviour of server containers | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
A typo prevented the right behaviour. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | autobuild: override the editor when marking the commit | Andrew Tridgell | 1 | -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 |