Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-10 | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not ↵ | Jelmer Vernooij | 5 | -29/+32 | |
samdb-specific. | |||||
2010-10-10 | dsdb: Move attr_in_list to SAMDB_COMMON to avoid circular dependency between ↵ | Jelmer Vernooij | 4 | -14/+15 | |
SAMDB_COMMON and DSDB_MODULE_HELPERS. | |||||
2010-10-10 | gensec: Support building without any linked-in modules. | Jelmer Vernooij | 1 | -0/+4 | |
2010-10-10 | idmap: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | secrets: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | cldapd: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 4 | -59/+104 | |
2010-10-10 | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 3 | -36/+52 | |
2010-10-10 | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 3 | -49/+73 | |
2010-10-10 | samdb: Add flags argument to samdb_connect(). | Jelmer Vernooij | 23 | -48/+48 | |
2010-10-10 | samdb: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 4 | -11/+12 | |
2010-10-10 | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | wafsamba: Fix init function when building modules as shared objects. | Jelmer Vernooij | 1 | -0/+3 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-10 | socket_wrapper: Make it work on freebsd for udp packets | Stefan Metzmacher | 1 | -1/+11 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Oct 10 12:57:00 UTC 2010 on sn-devel-104 | |||||
2010-10-10 | build: make make tests SCREEN=1 work on freebsd | Matthieu Patou | 3 | -6/+22 | |
2010-10-10 | s4-libnet_vampire: Remove unused self_corrected_schema | Kamen Mazdrashki | 1 | -10/+0 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Oct 10 10:40:38 UTC 2010 on sn-devel-104 | |||||
2010-10-10 | s4-libnet_vampire use a linked list to handle schema objects pending conversion | Andrew Bartlett | 1 | -26/+33 | |
2010-10-10 | s4-vampire: Optimize Schema decoding conversion | Kamen Mazdrashki | 1 | -14/+10 | |
memmove() is removed and I am using the beginning of the list for storage for failed objects | |||||
2010-10-10 | s4-vampire: Initial implementation for multi-pass schema decoding from DRS data | Kamen Mazdrashki | 1 | -69/+92 | |
We can't decode all schema object in just one (or even two) passes when Schema tree has more levels of inheritance. | |||||
2010-10-10 | s4-dsdb-repl: Print what the error code for failure is | Kamen Mazdrashki | 1 | -1/+3 | |
2010-10-10 | s4-dsdb: Make dsdb_setup_sorted_accessors() public | Kamen Mazdrashki | 1 | -2/+2 | |
We are going to need it while converting DRS schema. | |||||
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 11 | -36/+36 | |
applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104 | |||||
2010-10-10 | heimdal_build: Fix dependencies for hx509. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-10 | subunithelper: Don't access 'message' attribute directly as it deprecated | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 01:50:09 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | talloc: Fix #include line in manpage. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 9 13:53:25 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | land: Use temp dir if /memdisk is not available. | Jelmer Vernooij | 1 | -1/+7 | |
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sat Oct 9 03:43:34 UTC 2010 on sn-devel-104 | |||||
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 | |
so it can be used in more places - when checking for Linked Attributes ATTIDs for instance | |||||
2010-10-09 | More neccessary const. | Jeremy Allison | 2 | -2/+2 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 9 01:47:25 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | Add some const. Needed for my SD work. | Jeremy Allison | 2 | -14/+14 | |
Jeremy | |||||
2010-10-08 | pytalloc: Fix warning that we are subtracting void* pointers | Kamen Mazdrashki | 1 | -1/+1 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Oct 8 23:36:54 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s3: Hang the isilon kernel oplocks off the NULL context | Volker Lendecke | 1 | -1/+2 | |
All I see is a fd_event that does not need a special destructor. Tim, Steven, I've added the #error as well for you to remove after review. Thanks, Volker Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Oct 8 20:48:11 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s3: Hang the irix kernel oplocks off the NULL ctx | Volker Lendecke | 1 | -1/+1 | |
Just a fd_event to be cleaned up. The pipe is closed implicitly. | |||||
2010-10-08 | s3: Hang the linux kernel oplocks off the NULL ctx | Volker Lendecke | 1 | -1/+1 | |
The destructor that is called removes the signal handler. But at process exit the signal handling is lost anyway. | |||||
2010-10-08 | s3: Call printer_list_parent_init in the parent | Volker Lendecke | 1 | -0/+5 | |
Simo, please check! | |||||
2010-10-08 | s3: Remove talloc_autofree_context() from get_printer_list_db() | Volker Lendecke | 1 | -1/+1 | |
Another db that does not need explicit closing | |||||
2010-10-08 | s3: Remove talloc_autofree_context() from loadparm.c | Volker Lendecke | 1 | -6/+5 | |
None of these uses requires a special destructor | |||||
2010-10-08 | s3: Add a little test for the echo responder | Volker Lendecke | 4 | -1/+146 | |
2010-10-08 | s3: Implement echo_TestSleep | Volker Lendecke | 1 | -1/+1 | |
2010-10-08 | tevent: Do not use talloc_autofree_context | Volker Lendecke | 2 | -4/+3 | |
2010-10-08 | Move talloc_enable_null_tracking() to the s3 daemons | Volker Lendecke | 4 | -10/+21 | |
2010-10-08 | s4:ldap.py - split it up and move SAM related stuff to sam.py | Matthias Dieter Wallnöfer | 3 | -552/+665 | |
ldap.py would still need some additional split-up but it's a start. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Oct 8 14:05:18 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s4:ldap_server: rewrite to socket layer to use tstream | Stefan Metzmacher | 4 | -305/+690 | |
This should make our sasl and tls handling much more robust against partial sent pdus. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Oct 8 11:55:26 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s4:lib/tls: buffer writes in tstream_tls_push_function() | Stefan Metzmacher | 1 | -10/+76 | |
This works arround bugs in gnutls_handshake(), which diesn't handle EAGAIN correctly, when they use the push function. Thanks to Marcel.Ritter@rrze.uni-erlangen.de and Matthieu Patou <mat@samba.org> for the debugging work on bug #7218. metze | |||||
2010-10-08 | s4:lib/tls: make more clear what the immediate event is for | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-10-08 | s4:lib/tls: fix enabled logic in tstream_tls_params_server() | Stefan Metzmacher | 2 | -2/+12 | |
metze | |||||
2010-10-08 | s3-waf: slowly getting modules to match how they look like in old build. | Günther Deschner | 5 | -170/+170 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 8 09:31:01 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s3: Fix input check in is_encrypted_packet | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Oct 8 07:40:52 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | Fix bug 7716 - acl_xattr and acl_tdb modules don't store unmodified copies ↵ | Jeremy Allison | 1 | -1/+13 | |
of security descriptors. As pointed out by an OEM, the code within smbd/posix_acl.c, even though passed a const pointer to a security descriptor, still modifies the ACE entries within it (which are not const pointers). This means ACLs stored in the extended attribute by the acl_xattr module have already been modified by the POSIX acl layer, and are not the original intent of storing the "unmodified" ACL from the client. Use dup_sec_desc to make a copy of the incoming ACL on talloc_tos() - that is what is then modified inside smbd/posix_acl.c, leaving the original ACL to be correctly stored in the xattr. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 8 00:37:53 UTC 2010 on sn-devel-104 | |||||
2010-10-07 | s3: Fix the async echo responder for netbios keepalives | Volker Lendecke | 1 | -10/+23 | |
This fixes a crash in the echo responder when the client started to send the NetBIOS-Level 0x85-style keepalive packets. We did not correctly check the packet length, so the code writing the signing seqnum overwrote memory after the malloc'ed area for the 4 byte keepalive packet. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Oct 7 19:47:35 UTC 2010 on sn-devel-104 |