summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy2008-01-141-1/+1
* samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
* Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-131-1/+17
* Restructure dbwrap_rbtVolker Lendecke2008-01-121-59/+127
* CID 458. Don't leak dlopen handles on failing to loadJeremy Allison2008-01-121-0/+2
* Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison2008-01-1110-218/+358
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-2/+2
* Fix libnetapi error string callers.Günther Deschner2008-01-113-7/+7
* Include some basic headers in netapi.h.Günther Deschner2008-01-111-0/+10
* Refactor libnetapi error string functions a bit.Günther Deschner2008-01-112-6/+20
* Tiny cosmetic fixVolker Lendecke2008-01-101-2/+1
* Move transfer_file and transfer_file_internal to a module of their own.Michael Adam2008-01-102-87/+110
* Reformat some code I just touched.Michael Adam2008-01-101-12/+20
* Fix a really silly typo.Michael Adam2008-01-101-1/+1
* Correctly abstract the transfer_file mechanism with callbacks and void ptrs.Michael Adam2008-01-101-5/+23
* use talloc_tos() in share_access_check()Volker Lendecke2008-01-101-8/+3
* Fix a c++ warningVolker Lendecke2008-01-101-1/+2
* talloc_free_children can only reset pool if it's emptyVolker Lendecke2008-01-101-1/+2
* Mark talloc_pool memory for valgrindVolker Lendecke2008-01-101-3/+16
* Form a proper hierarchy in talloc_stackVolker Lendecke2008-01-101-3/+10
* Fixup hot paths - add macro for toupper (c < 0x80).Jeremy Allison2008-01-092-11/+28
* Add the calls to make use of talloc_pools in a talloc_stackframe.Jeremy Allison2008-01-091-2/+16
* Implement talloc_pool()Volker Lendecke2008-01-093-7/+207
* Fix the max_dead_record calculationsVolker Lendecke2008-01-091-4/+1
* Change registry_create_admin_token() to return NTSTATUS.Michael Adam2008-01-091-2/+11
* Move content of comment.Michael Adam2008-01-091-4/+4
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-093-33/+52
* Add a comment.Michael Adam2008-01-091-0/+1
* Fix talloctort: move size check after referenced ptr check.Michael Adam2008-01-091-5/+5
* Save one popular mallocVolker Lendecke2008-01-091-6/+18
* Don't shrink a talloc area if we have less than 1k to gainVolker Lendecke2008-01-091-0/+5
* Only realloc the talloc stack if necessaryVolker Lendecke2008-01-081-7/+12
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-0811-116/+269
|\
| * Correctly free buffers in netdomjoin-gui.Günther Deschner2008-01-081-1/+8
| * Make name_buffer in NetGetJoinInformation() talloced.Günther Deschner2008-01-081-2/+2
| * Add NetApiBufferFree() to libnetapi.Günther Deschner2008-01-082-0/+19
| * Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner2008-01-081-5/+8
| * Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-14/+14
| * Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-13/+13
| * Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner2008-01-071-0/+3
| * make db_tdb_fetch use tdb_parse_recordVolker Lendecke2008-01-071-13/+33
| * Change db_tdb_fetch_locked to use only one tallocVolker Lendecke2008-01-071-35/+53
| * talloc_stackframe only needs 1 tallocVolker Lendecke2008-01-071-11/+7
| * In libnetapi example, use libnetapi_get_error_string().Günther Deschner2008-01-071-1/+6
| * In the local path of NetJoinDomain, try to get error string from libnetjoin.Günther Deschner2008-01-071-0/+3
| * Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner2008-01-072-4/+33
| * Add krb5 cc env to libnetapi_ctx.Günther Deschner2008-01-071-0/+4
| * Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner2008-01-071-0/+33