Age | Commit message (Expand) | Author | Files | Lines |
2008-01-16 | Fix some C++ warnings | Volker Lendecke | 1 | -2/+5 |
2008-01-16 | Fix a missing prototype warning | Volker Lendecke | 1 | -0/+1 |
2008-01-16 | Add "config backend" to the parameters forbidden in registry config. | Michael Adam | 1 | -0/+1 |
2008-01-16 | Use lp_config_backend_is_registry() instead of lp_include_registry_globals(). | Michael Adam | 1 | -1/+1 |
2008-01-16 | Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge... | Alexander Bokovoy | 9 | -85/+276 |
2008-01-15 | Port from ctdb: | Jeremy Allison | 1 | -16/+6 |
2008-01-14 | From Alexander Bokovoy | Jeremy Allison | 1 | -1/+1 |
2008-01-14 | samba3 already has tdb_validate() | Andrew Tridgell | 2 | -43/+0 |
2008-01-14 | merged tdb fix from ctdb tree | Andrew Tridgell | 3 | -0/+123 |
2008-01-13 | Fix the max_dead_record calculations | Volker Lendecke | 1 | -4/+1 |
2008-01-13 | Introduce a libnet_conf context created by libnet_conf_open(). | Michael Adam | 1 | -1/+17 |
2008-01-12 | Restructure dbwrap_rbt | Volker Lendecke | 1 | -59/+127 |
2008-01-12 | CID 458. Don't leak dlopen handles on failing to load | Jeremy Allison | 1 | -0/+2 |
2008-01-11 | Sync tdb with the tdb changes in ctdb. Spoke to tridge about | Jeremy Allison | 10 | -218/+358 |
2008-01-11 | As long as DsGetDcName is not part of libnetapi, lowercase the fn name. | Günther Deschner | 1 | -2/+2 |
2008-01-11 | Fix libnetapi error string callers. | Günther Deschner | 3 | -7/+7 |
2008-01-11 | Include some basic headers in netapi.h. | Günther Deschner | 1 | -0/+10 |
2008-01-11 | Refactor libnetapi error string functions a bit. | Günther Deschner | 2 | -6/+20 |
2008-01-10 | Tiny cosmetic fix | Volker Lendecke | 1 | -2/+1 |
2008-01-10 | Move transfer_file and transfer_file_internal to a module of their own. | Michael Adam | 2 | -87/+110 |
2008-01-10 | Reformat some code I just touched. | Michael Adam | 1 | -12/+20 |
2008-01-10 | Fix a really silly typo. | Michael Adam | 1 | -1/+1 |
2008-01-10 | Correctly abstract the transfer_file mechanism with callbacks and void ptrs. | Michael Adam | 1 | -5/+23 |
2008-01-10 | use talloc_tos() in share_access_check() | Volker Lendecke | 1 | -8/+3 |
2008-01-10 | Fix a c++ warning | Volker Lendecke | 1 | -1/+2 |
2008-01-10 | talloc_free_children can only reset pool if it's empty | Volker Lendecke | 1 | -1/+2 |
2008-01-10 | Mark talloc_pool memory for valgrind | Volker Lendecke | 1 | -3/+16 |
2008-01-10 | Form a proper hierarchy in talloc_stack | Volker Lendecke | 1 | -3/+10 |
2008-01-09 | Fixup hot paths - add macro for toupper (c < 0x80). | Jeremy Allison | 2 | -11/+28 |
2008-01-09 | Add the calls to make use of talloc_pools in a talloc_stackframe. | Jeremy Allison | 1 | -2/+16 |
2008-01-09 | Implement talloc_pool() | Volker Lendecke | 3 | -7/+207 |
2008-01-09 | Fix the max_dead_record calculations | Volker Lendecke | 1 | -4/+1 |
2008-01-09 | Change registry_create_admin_token() to return NTSTATUS. | Michael Adam | 1 | -2/+11 |
2008-01-09 | Move content of comment. | Michael Adam | 1 | -4/+4 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 3 | -33/+52 |
2008-01-09 | Add a comment. | Michael Adam | 1 | -0/+1 |
2008-01-09 | Fix talloctort: move size check after referenced ptr check. | Michael Adam | 1 | -5/+5 |
2008-01-09 | Save one popular malloc | Volker Lendecke | 1 | -6/+18 |
2008-01-09 | Don't shrink a talloc area if we have less than 1k to gain | Volker Lendecke | 1 | -0/+5 |
2008-01-08 | Only realloc the talloc stack if necessary | Volker Lendecke | 1 | -7/+12 |
2008-01-08 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Jelmer Vernooij | 11 | -116/+269 |
2008-01-08 | Correctly free buffers in netdomjoin-gui. | Günther Deschner | 1 | -1/+8 |
2008-01-08 | Make name_buffer in NetGetJoinInformation() talloced. | Günther Deschner | 1 | -2/+2 |
2008-01-08 | Add NetApiBufferFree() to libnetapi. | Günther Deschner | 2 | -0/+19 |
2008-01-08 | Fix crash bug when strequal is used too late in libnetapi_free. | Günther Deschner | 1 | -5/+8 |
2008-01-08 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD(). | Michael Adam | 1 | -14/+14 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD(). | Michael Adam | 1 | -13/+13 |
2008-01-07 | Enable talloc reporting in libnetapi if DEVELOPER compiled. | Günther Deschner | 1 | -0/+3 |
2008-01-07 | make db_tdb_fetch use tdb_parse_record | Volker Lendecke | 1 | -13/+33 |
2008-01-07 | Change db_tdb_fetch_locked to use only one talloc | Volker Lendecke | 1 | -35/+53 |