summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* unittests: makes the unit tests for ldb.python back in orderMatthieu Patou2010-10-041-1/+1
|
* pyldb: test return code before trying to talloc_stealMatthieu Patou2010-10-041-2/+2
| | | | | Otherwise you can have an error on the talloc_steal as the req can have been not talloced yet
* s4:ldap_server: rewrite to socket layer to use tstreamStefan Metzmacher2010-10-044-308/+697
| | | | | | | This should make our sasl and tls handling much more robust against partial sent pdus. metze
* dnsp: Add support for parsing HINFO recordsKai Blin2010-10-041-0/+6
| | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 4 19:41:38 UTC 2010 on sn-devel-104
* dnsp: Parse TXT recordsKai Blin2010-10-046-1/+66
|
* dnsp: Add MX record parsingKai Blin2010-10-041-0/+6
|
* dnsp: Allow parsing of AAAA recordsKai Blin2010-10-041-0/+1
|
* ndr: Implement push function for IPv6 addressesKai Blin2010-10-043-4/+18
| | | | | Thanks to Julien Kerihuel for providing the patch that pushed me to finish my own IPv6 patches.
* ndr: Add support for pulling/printing an ipv6address typeKai Blin2010-10-044-4/+55
|
* IDL: More types for the DNSP IDL fileKai Blin2010-10-041-2/+23
|
* s4:dsdb/common/util.c - change the usage of the RECYCLED controlMatthias Dieter Wallnöfer2010-10-041-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
* lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse ↵Stefan Metzmacher2010-10-041-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
* libcli/ldap: ldap_full_packet() requires at least 6 bytesStefan Metzmacher2010-10-041-0/+7
| | | | metze
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-10-041-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
* compile_et: Support using system compile_et.Jelmer Vernooij2010-10-043-40/+38
|
* heimdal: Support using system com_err.Jelmer Vernooij2010-10-042-16/+17
|
* land-remote: Force running in foreground when pushing to master.Jelmer Vernooij2010-10-041-2/+2
|
* land-remote: Announce what address email is going to be sent to.Jelmer Vernooij2010-10-041-0/+3
|
* tdb: Only use system pytdb when using system tdb.Jelmer Vernooij2010-10-041-2/+2
|
* tdb: Support using system pytdb.Jelmer Vernooij2010-10-041-8/+9
|
* waf: Add function for checking for system python modules.Jelmer Vernooij2010-10-041-0/+32
|
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-043-1/+10
|
* registry: Make a two more functions static.Jelmer Vernooij2010-10-041-2/+2
|
* s3: Fix a pointer errorVolker Lendecke2010-10-041-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
* s3: Attempt to get the Tru64 build a bit furtherVolker Lendecke2010-10-041-1/+0
|
* 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>