summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Stop using the write cache after an oplock breakVolker Lendecke2010-10-051-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 5 10:09:38 UTC 2010 on sn-devel-104
* s4:samldb LDB module - simplify/unify the message handling on add and modify ↵Matthias Dieter Wallnöfer2010-10-051-28/+54
| | | | | | | | | | | | | | operations - Perform only shallow copies (should be enough) - Perform only one copy per operation (also on modifications) - Build a new request on modify operations if needed ("modified" flag) - this makes it look cleaner - Fix an important bug: the "el" pointers could have changed after modifications. Therefore we have to refresh them on the FLAG_DELETE checks Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 5 09:24:57 UTC 2010 on sn-devel-104
* s4:samldb LDB module - assign better memory contexts on two placesMatthias Dieter Wallnöfer2010-10-051-2/+2
|
* s4:kdc - use "userAccountControl" always unsignedMatthias Dieter Wallnöfer2010-10-053-5/+5
| | | | It doesn't change much but it's nicer to have it consistent.
* s4:ldb_modules.c - fix a typoMatthias Dieter Wallnöfer2010-10-051-1/+1
|
* s4-test: changed the gentest test to use a fixed seed.Andrew Tridgell2010-10-051-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
* torture: complete dfs referral testsMatthieu Patou2010-10-052-10/+59
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Tue Oct 5 08:01:39 UTC 2010 on sn-devel-104
* dfs: Fix wrong size of referral, change order of dc referralMatthieu Patou2010-10-051-5/+12
| | | | | Order of referral is now like w2k8/w2k8r2 as it seems it has an influence on how clients manage to get it.
* idl: dfsblobs fix glitches in the implementationMatthieu Patou2010-10-051-2/+2
|
* ndr: Handle the case of string array with all null terminated stringsMatthieu Patou2010-10-051-4/+16
|
* waf: workaround for the 'make install' breakageAndrew Tridgell2010-10-051-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
* Add missing dependencies for com_err.Jelmer Vernooij2010-10-0513-21/+31
|
* ldb: Refer to ldb(3), not ldb(7).Jelmer Vernooij2010-10-056-13/+13
|
* heimdal-build: Simplify calls to convenience functions.Jelmer Vernooij2010-10-051-116/+94
|
* heimdal-build: Add HEIMDAL_BINARY convenience method.Jelmer Vernooij2010-10-051-24/+80
|
* heimdal-build: Implement HEIMDAL_LIBRARY with fewer wafsamba functions.Jelmer Vernooij2010-10-051-9/+50
|
* heimdal-build: Add heimdal specific subsystem function.Jelmer Vernooij2010-10-051-10/+52
|
* heimdal-build: Add custom heimdal generator.Jelmer Vernooij2010-10-051-7/+32
|
* heimdal: Fix name of hx509 library.Jelmer Vernooij2010-10-054-13/+13
|
* heimdal: Fix name of kdc library.Jelmer Vernooij2010-10-052-2/+2
|
* heimdal: Fix name of 'hdb'.Jelmer Vernooij2010-10-052-13/+13
|
* heimdal: Fix library name of heimntlm.Jelmer Vernooij2010-10-051-5/+5
|
* heimdal: Fix library name of gssapi.Jelmer Vernooij2010-10-055-5/+5
|
* heimdal: Fix names of roken, wind libraries.Jelmer Vernooij2010-10-051-26/+26
|
* unittests: add a test to avoid regression on previous fixMatthieu Patou2010-10-041-0/+5
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 4 20:23:31 UTC 2010 on sn-devel-104
* 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
|