Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | credentials: Split up into several subsystems. | Jelmer Vernooij | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | wafsamba: Fix handling of pyembed/pyext. | Jelmer Vernooij | 2010-10-10 | 2 | -3/+3 |
| | |||||
* | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not ↵ | Jelmer Vernooij | 2010-10-10 | 2 | -0/+29 |
| | | | | samdb-specific. | ||||
* | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 2010-10-10 | 2 | -53/+78 |
| | |||||
* | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 2010-10-10 | 3 | -36/+52 |
| | |||||
* | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 2010-10-10 | 3 | -49/+73 |
| | |||||
* | samdb: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 2010-10-10 | 3 | -11/+3 |
| | |||||
* | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 2010-10-10 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | s4:lib/tls: buffer writes in tstream_tls_push_function() | Stefan Metzmacher | 2010-10-08 | 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 | ||||
* | s4:lib/tls: make more clear what the immediate event is for | Stefan Metzmacher | 2010-10-08 | 1 | -6/+6 |
| | | | | metze | ||||
* | s4:lib/tls: fix enabled logic in tstream_tls_params_server() | Stefan Metzmacher | 2010-10-08 | 2 | -2/+12 |
| | | | | metze | ||||
* | waf: fixed exit status of test suites | Andrew Tridgell | 2010-10-07 | 1 | -2/+4 |
| | | | | use RUN_COMMAND() to handle signal errors and exit status | ||||
* | s4:ldb_modules.c - fix a typo | Matthias Dieter Wallnöfer | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Add missing dependencies for com_err. | Jelmer Vernooij | 2010-10-05 | 3 | -1/+10 |
| | |||||
* | ldb: Refer to ldb(3), not ldb(7). | Jelmer Vernooij | 2010-10-05 | 6 | -13/+13 |
| | |||||
* | unittests: add a test to avoid regression on previous fix | Matthieu Patou | 2010-10-04 | 1 | -0/+5 |
| | | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Mon Oct 4 20:23:31 UTC 2010 on sn-devel-104 | ||||
* | pyldb: test return code before trying to talloc_steal | Matthieu Patou | 2010-10-04 | 1 | -2/+2 |
| | | | | | Otherwise you can have an error on the talloc_steal as the req can have been not talloced yet | ||||
* | registry: Make a two more functions static. | Jelmer Vernooij | 2010-10-04 | 1 | -2/+2 |
| | |||||
* | s4:patchfile_dotreg.c - use "size_t" when counting characters in DATA_BLOBs | Matthias Dieter Wallnöfer | 2010-10-03 | 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 | ||||
* | heimdal: convert some subsystems to libraries, consistent with upstream heimdal. | Jelmer Vernooij | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Make sure REG_SZ is properly written to a .reg file (not as hex(1)), fix ↵ | Wilco Baan Hofman | 2010-10-03 | 1 | -11/+25 |
| | | | | | | trailing comma REG_BINARY. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix issues addressed by Jelmer: | Wilco Baan Hofman | 2010-10-03 | 2 | -2/+7 |
| | | | | | | | * Add a comment about why the reg_strhex_to_data_blob was added * Fix int which should've been a boolean Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix patchfile_dotreg to write proper .reg files: 'hex(1..B):', 'dword:', etc | Wilco Baan Hofman | 2010-10-03 | 1 | -3/+73 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix registry editor to be compatible with Windows 7. | Wilco Baan Hofman | 2010-10-03 | 1 | -5/+71 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | 5 uint32_t's should be set, not 5 bytes. | Wilco Baan Hofman | 2010-10-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | The root key should be created as a root key, not subkey. | Wilco Baan Hofman | 2010-10-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Do not include the closing doublequote in .reg files. | Wilco Baan Hofman | 2010-10-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix hex():00,00,00 bugs and strtol dword bugs, these values are explicitly hex. | Wilco Baan Hofman | 2010-10-03 | 1 | -7/+37 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Make sure we write the value stored in value, not line (doublequoted). | Wilco Baan Hofman | 2010-10-03 | 1 | -4/+4 |
| | | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Make sure that regf only writes to disk every five seconds or when flushed ↵ | Wilco Baan Hofman | 2010-10-03 | 1 | -9/+51 |
| | | | | | | | | or destroyed Brings speed up on a large .reg import from 17.5s to 0.95s, over 18 times faster Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix .reg file format parsing. | Wilco Baan Hofman | 2010-10-03 | 1 | -39/+124 |
| | | | | | | | | * multiline data * doublequoted value name * handle windows format CRLF Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | Fix registry parsing of strings to also support the windows method. | Wilco Baan Hofman | 2010-10-03 | 1 | -1/+33 |
| | | | | | | Specifically: dword:00000000, hex:00,00,00,00, hex(0..B):00,00,00,00 Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | s4-ldif: get rid of the ndr_pull_error message on startup | Andrew Tridgell | 2010-10-02 | 1 | -10/+15 |
| | | | | detect if the prefixmap blob is text or binary using the first 4 bytes | ||||
* | samba: share readline wrappers among all buildsystems. | Günther Deschner | 2010-10-01 | 5 | -166/+1 |
| | | | | Guenther | ||||
* | samba: share select wrappers. | Günther Deschner | 2010-10-01 | 1 | -45/+0 |
| | | | | Guenther | ||||
* | ldb-dn: don't crash on NULL in ldb_binary_encode_string() | Andrew Tridgell | 2010-09-28 | 1 | -0/+3 |
| | | | | Thanks to Nadya for finding this one! | ||||
* | ldb-tdb: ignore failure to register control on rootdse | Andrew Tridgell | 2010-09-28 | 1 | -4/+1 |
| | | | | this is expected for non-sam LDBs | ||||
* | ldb: Fix path to alternative buildtools. | Jelmer Vernooij | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | ldb/tevent: Fix detection of waf paths. | Jelmer Vernooij | 2010-09-28 | 2 | -2/+11 |
| | |||||
* | ldb: Update autogen-waf.sh to no longer overwrite existing files. | Jelmer Vernooij | 2010-09-28 | 2 | -2/+12 |
| | |||||
* | ldb: Remove samba-specific targets from Makefile. | Jelmer Vernooij | 2010-09-28 | 1 | -8/+0 |
| | |||||
* | ldb: Bump version because of addition of ldb_req_location. | Jelmer Vernooij | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | s4:lib/tls: add gnutls backend for tstream | Stefan Metzmacher | 2010-09-28 | 3 | -3/+1298 |
| | | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Sep 28 02:29:42 UTC 2010 on sn-devel-104 | ||||
* | s4-ildap: two more places that need talloc_reparent() | Andrew Tridgell | 2010-09-28 | 1 | -1/+1 |
| | | | | | | | these contexts can have references Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Sep 28 00:04:03 UTC 2010 on sn-devel-104 | ||||
* | s4-ldb: Added ldb_request_replace_control | Nadezhda Ivanova | 2010-09-27 | 2 | -0/+34 |
| | | | | | | | | It is the same as ldb_request_add_control, except it will replace an existing control. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Sep 27 19:00:38 UTC 2010 on sn-devel-104 | ||||
* | s4/irpc: Add function to add security token to the binding handle | Anatoliy Atanasov | 2010-09-27 | 2 | -0/+12 |
| | |||||
* | s4:irpc: optionaly pass the security_token via IRPC requests. | Stefan Metzmacher | 2010-09-27 | 1 | -0/+3 |
| | | | | metze | ||||
* | Check in configure/Makefile for those projects that have waf as primary ↵ | Jelmer Vernooij | 2010-09-25 | 2 | -0/+71 |
| | | | | build system. | ||||
* | ldb: added request location tracking | Andrew Tridgell | 2010-09-25 | 4 | -0/+39 |
| | | | | | | this is used to help debug async ldb requests. The ldb request handle now contains a location string and the parent request pointer. This allows us to print a backtrace of ldb requests in the dsdb modules. |