summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-07Rearrange order of libnet join context init.Günther Deschner1-3/+3
2008-01-07Free libnet_JoinCtx after joining.Günther Deschner1-1/+4
2008-01-07Close registry in libnetapi_free().Günther Deschner1-0/+1
2008-01-07Add NET_API_STATUS_SUCCESS define.Günther Deschner2-10/+14
2008-01-07Add free_local_machine_name().Günther Deschner2-0/+6
2008-01-07Fix two memleaks in libnetapi.Günther Deschner1-1/+4
2008-01-07In gfree_debugsyms() free the format_bufr as well.Günther Deschner1-0/+2
2008-01-07Failure while unjoining a domain is non-critical.Günther Deschner1-8/+2