summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Rearrange order of libnet join context init.Günther Deschner2008-01-071-3/+3
| * Free libnet_JoinCtx after joining.Günther Deschner2008-01-071-1/+4
| * Close registry in libnetapi_free().Günther Deschner2008-01-071-0/+1
| * Add NET_API_STATUS_SUCCESS define.Günther Deschner2008-01-072-10/+14
| * Add free_local_machine_name().Günther Deschner2008-01-072-0/+6
| * Fix two memleaks in libnetapi.Günther Deschner2008-01-071-1/+4
| * In gfree_debugsyms() free the format_bufr as well.Günther Deschner2008-01-071-0/+2
| * Failure while unjoining a domain is non-critical.Günther Deschner2008-01-071-8/+2
* | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-0520-302/+326
|\|
| * Fix missing return - should be void.Jeremy Allison2008-01-051-1/+1
| * Add general '-e' option to enable smb encryptionJeremy Allison2008-01-052-1/+19
| * Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-041-8/+4
| * Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-042-95/+0
| * Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-041-6/+8
| * In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-041-5/+5
| * Add debug switch to netdomjoin.Günther Deschner2008-01-041-2/+10
| * Minor cosmetic cleanup for netdomjoin-gui.Günther Deschner2008-01-042-18/+37
| * Fix some error strings in netdomjoin-gui.Günther Deschner2008-01-041-12/+31
| * Minor libnetapi join cosmetic cleanup.Günther Deschner2008-01-031-3/+3
| * Rename libnet_smbconf_set_global_param() to libnet_conf_set_global_parameter().Michael Adam2008-01-031-2/+2
| * Let DsGetDCName figure out whether domain_name is a flat_name when unjoining.Günther Deschner2008-01-031-1/+0
| * Trivial simplificationVolker Lendecke2008-01-031-3/+2
| * Convert the little caches in util_sock.c to useJeremy Allison2008-01-021-47/+118
| * Merge branch 'work/v3-2-test' into v3-2-testGerald (Jerry) Carter2008-01-021-24/+25
| |\
| | * use C99 bool return types (true & false).Gerald (Jerry) Carter2008-01-021-17/+17
| | * Make sure that wbcLookupSid() and wbcLookupRids() use talloc()'d memory.Gerald (Jerry) Carter2008-01-021-7/+8