summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij20-302/+326
2008-01-05selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij1-13/+154
2008-01-05Fix missing return - should be void.Jeremy Allison1-1/+1
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison2-1/+19
2008-01-04Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner1-8/+4
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison2-95/+0
2008-01-04Rename server_name to dc_name in libnet join structures.Günther Deschner1-6/+8
2008-01-04In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner1-5/+5
2008-01-04Add debug switch to netdomjoin.Günther Deschner1-2/+10
2008-01-04Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2-18/+37
2008-01-04Fix some error strings in netdomjoin-gui.Günther Deschner1-12/+31
2008-01-03Minor libnetapi join cosmetic cleanup.Günther Deschner1-3/+3
2008-01-03Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam1-2/+2
2008-01-03Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner1-1/+0
2008-01-03Trivial simplificationVolker Lendecke1-3/+2
2008-01-02Convert the little caches in util_sock.c to useJeremy Allison1-47/+118
2008-01-02Merge branch 'work/v3-2-test' into v3-2-testGerald (Jerry) Carter1-24/+25
2008-01-02use C99 bool return types (true & false).Gerald (Jerry) Carter1-17/+17
2008-01-02Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter1-7/+8
2008-01-02Use the proper boolean constants.Michael Adam1-2/+2