Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-05 | s4:ldb_modules.c - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-05 | s4-test: changed the gentest test to use a fixed seed. | Andrew Tridgell | 1 | -1/+1 | |
we need our test suite to produce repeatable results Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 5 08:43:00 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | torture: complete dfs referral tests | Matthieu Patou | 2 | -10/+59 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Oct 5 08:01:39 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | dfs: Fix wrong size of referral, change order of dc referral | Matthieu Patou | 1 | -5/+12 | |
Order of referral is now like w2k8/w2k8r2 as it seems it has an influence on how clients manage to get it. | |||||
2010-10-05 | idl: dfsblobs fix glitches in the implementation | Matthieu Patou | 1 | -2/+2 | |
2010-10-05 | ndr: Handle the case of string array with all null terminated strings | Matthieu Patou | 1 | -4/+16 | |
2010-10-05 | waf: workaround for the 'make install' breakage | Andrew Tridgell | 1 | -4/+4 | |
This is a temporary workaround until Jelmer gets a chance to look at this Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 5 06:57:59 UTC 2010 on sn-devel-104 | |||||
2010-10-05 | Add missing dependencies for com_err. | Jelmer Vernooij | 13 | -21/+31 | |
2010-10-05 | ldb: Refer to ldb(3), not ldb(7). | Jelmer Vernooij | 6 | -13/+13 | |
2010-10-05 | heimdal-build: Simplify calls to convenience functions. | Jelmer Vernooij | 1 | -116/+94 | |
2010-10-05 | heimdal-build: Add HEIMDAL_BINARY convenience method. | Jelmer Vernooij | 1 | -24/+80 | |
2010-10-05 | heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions. | Jelmer Vernooij | 1 | -9/+50 | |
2010-10-05 | heimdal-build: Add heimdal specific subsystem function. | Jelmer Vernooij | 1 | -10/+52 | |
2010-10-05 | heimdal-build: Add custom heimdal generator. | Jelmer Vernooij | 1 | -7/+32 | |
2010-10-05 | heimdal: Fix name of hx509 library. | Jelmer Vernooij | 4 | -13/+13 | |
2010-10-05 | heimdal: Fix name of kdc library. | Jelmer Vernooij | 2 | -2/+2 | |
2010-10-05 | heimdal: Fix name of 'hdb'. | Jelmer Vernooij | 2 | -13/+13 | |
2010-10-05 | heimdal: Fix library name of heimntlm. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-05 | heimdal: Fix library name of gssapi. | Jelmer Vernooij | 5 | -5/+5 | |
2010-10-05 | heimdal: Fix names of roken, wind libraries. | Jelmer Vernooij | 1 | -26/+26 | |
2010-10-04 | unittests: add a test to avoid regression on previous fix | Matthieu Patou | 1 | -0/+5 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 4 20:23:31 UTC 2010 on sn-devel-104 | |||||
2010-10-04 | unittests: makes the unit tests for ldb.python back in order | Matthieu Patou | 1 | -1/+1 | |
2010-10-04 | pyldb: test return code before trying to talloc_steal | Matthieu Patou | 1 | -2/+2 | |
Otherwise you can have an error on the talloc_steal as the req can have been not talloced yet | |||||
2010-10-04 | s4:ldap_server: rewrite to socket layer to use tstream | Stefan Metzmacher | 4 | -308/+697 | |
This should make our sasl and tls handling much more robust against partial sent pdus. metze | |||||
2010-10-04 | dnsp: Add support for parsing HINFO records | Kai Blin | 1 | -0/+6 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Oct 4 19:41:38 UTC 2010 on sn-devel-104 | |||||
2010-10-04 | dnsp: Parse TXT records | Kai Blin | 6 | -1/+66 | |
2010-10-04 | dnsp: Add MX record parsing | Kai Blin | 1 | -0/+6 | |
2010-10-04 | dnsp: Allow parsing of AAAA records | Kai Blin | 1 | -0/+1 | |
2010-10-04 | ndr: Implement push function for IPv6 addresses | Kai Blin | 3 | -4/+18 | |
Thanks to Julien Kerihuel for providing the patch that pushed me to finish my own IPv6 patches. | |||||
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 |