summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2008-01-14Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy1-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
2008-01-08Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij11-116/+269
2008-01-08Correctly free buffers in netdomjoin-gui.Günther Deschner1-1/+8
2008-01-08Make name_buffer in NetGetJoinInformation() talloced.Günther Deschner1-2/+2
2008-01-08Add NetApiBufferFree() to libnetapi.Günther Deschner2-0/+19
2008-01-08Fix crash bug when strequal is used too late in libnetapi_free.Günther Deschner1-5/+8
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam1-14/+14
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam1-13/+13
2008-01-07Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner1-0/+3
2008-01-07make db_tdb_fetch use tdb_parse_recordVolker Lendecke1-13/+33
2008-01-07Change db_tdb_fetch_locked to use only one tallocVolker Lendecke1-35/+53
2008-01-07talloc_stackframe only needs 1 tallocVolker Lendecke1-11/+7
2008-01-07In libnetapi example, use libnetapi_get_error_string().Günther Deschner1-1/+6
2008-01-07In the local path of NetJoinDomain, try to get error string from libnetjoin.Günther Deschner1-0/+3
2008-01-07Add libnetapi_set_error_string and libnetapi_get_error_string.Günther Deschner2-4/+33
2008-01-07Add krb5 cc env to libnetapi_ctx.Günther Deschner1-0/+4
2008-01-07Let libnetapi use it's own krb5 cred cache in memory if necessary.Günther Deschner1-0/+33