summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-01-18merged changes from v4-0-testAndrew Tridgell2-43/+43
2008-01-18Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner3-3/+309
2008-01-18Cosmetics and error string reporting for libnetapi.Günther Deschner3-16/+114
2008-01-18Add some more debugging into netdomjoin-gui.Günther Deschner1-4/+9
2008-01-18Fix local hostname detection in netdomjoin-gui.Günther Deschner1-10/+27
2008-01-18Improve libnetapi_set_error_string().Günther Deschner2-7/+39
2008-01-17Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2-38/+8
2008-01-16Fix IPv6 bug #5204, which caused krb5 DNS lookupsJeremy Allison1-2/+25
2008-01-16Don't try ftruncate when the tdb is opened read-onlyVolker Lendecke1-0/+1
2008-01-16Next try to fix the max dead record calculationVolker Lendecke1-1/+1
2008-01-16Fix some C++ warningsVolker Lendecke1-2/+5
2008-01-16Fix a missing prototype warningVolker Lendecke1-0/+1
2008-01-16Add "config backend" to the parameters forbidden in registry config.Michael Adam1-0/+1
2008-01-16Use lp_config_backend_is_registry() instead of lp_include_registry_globals().Michael Adam1-1/+1
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy9-85/+276
2008-01-15Port from ctdb:Jeremy Allison1-16/+6
2008-01-14From Alexander BokovoyJeremy Allison1-1/+1
2008-01-14samba3 already has tdb_validate()Andrew Tridgell2-43/+0
2008-01-14merged tdb fix from ctdb treeAndrew Tridgell3-0/+123
2008-01-13Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2008-01-13Introduce a libnet_conf context created by libnet_conf_open().Michael Adam1-1/+17
2008-01-12Restructure dbwrap_rbtVolker Lendecke1-59/+127
2008-01-12CID 458. Don't leak dlopen handles on failing to loadJeremy Allison1-0/+2
2008-01-11Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison10-218/+358
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner1-2/+2
2008-01-11Fix libnetapi error string callers.Günther Deschner3-7/+7
2008-01-11Include some basic headers in netapi.h.Günther Deschner1-0/+10
2008-01-11Refactor libnetapi error string functions a bit.Günther Deschner2-6/+20
2008-01-10Tiny cosmetic fixVolker Lendecke1-2/+1
2008-01-10Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2-87/+110
2008-01-10Reformat some code I just touched.Michael Adam1-12/+20
2008-01-10Fix a really silly typo.Michael Adam1-1/+1
2008-01-10Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam1-5/+23
2008-01-10use talloc_tos() in share_access_check()Volker Lendecke1-8/+3
2008-01-10Fix a c++ warningVolker Lendecke1-1/+2
2008-01-10talloc_free_children can only reset pool if it's emptyVolker Lendecke1-1/+2
2008-01-10Mark talloc_pool memory for valgrindVolker Lendecke1-3/+16
2008-01-10Form a proper hierarchy in talloc_stackVolker Lendecke1-3/+10
2008-01-09Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2-11/+28
2008-01-09Add the calls to make use of talloc_pools in a talloc_stackframe.Jeremy Allison1-2/+16
2008-01-09Implement talloc_pool()Volker Lendecke3-7/+207
2008-01-09Fix the max_dead_record calculationsVolker Lendecke1-4/+1
2008-01-09Change registry_create_admin_token() to return NTSTATUS.Michael Adam1-2/+11
2008-01-09Move content of comment.Michael Adam1-4/+4
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam3-33/+52
2008-01-09Add a comment.Michael Adam1-0/+1
2008-01-09Fix talloctort: move size check after referenced ptr check.Michael Adam1-5/+5
2008-01-09Save one popular mallocVolker Lendecke1-6/+18
2008-01-09Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke1-0/+5
2008-01-08Only realloc the talloc stack if necessaryVolker Lendecke1-7/+12