summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * When unjoining fails (e.g. missing creds) make sure we still correct config.Günther Deschner2008-01-081-0/+4
| * Remove redundant parameter fd from SMB_VFS_FSETXATTR().Michael Adam2008-01-087-14/+14
| * Remove redundant parameter fd from SMB_VFS_FREMOVEXATTR().Michael Adam2008-01-087-13/+14
| * Remove redundant parameter fd from SMB_VFS_FLISTXATTR().Michael Adam2008-01-085-10/+11
| * Remove redundant parameter fd from SMB_VFS_FGETXATTR().Michael Adam2008-01-087-13/+14
| * Remove forgotton fd from solarisacl_sys_acl_get_fd().Michael Adam2008-01-081-3/+2
| * Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-0814-47/+48
| * Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().Michael Adam2008-01-088-20/+20
| * Add comment.Michael Adam2008-01-081-0/+2
| * Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-0714-49/+41
| * Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner2008-01-071-16/+101
| * Enable talloc reporting in libnetapi if DEVELOPER compiled.Günther Deschner2008-01-071-0/+3
| * Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-075-11/+13
| * Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam2008-01-076-16/+16
| * Do not talloc_strdup filename and servicepathVolker Lendecke2008-01-071-16/+8
| * 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
| * Trying to make the buildfarm w/o krb5 happy.Günther Deschner2008-01-071-1/+1
| * There is no LDAP in some corners of this world. Fix the build...Günther Deschner2008-01-071-4/+12
| * Finally use libnet_join_set_* functions in libnetjoin.Günther Deschner2008-01-071-0/+30
| * Merge remaining post-AD-join functions from net into libnet_join.Günther Deschner2008-01-072-1/+186
| * 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
| * Add libnet_join_find_machine_acct().Günther Deschner2008-01-071-0/+46
| * Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD.Günther Deschner2008-01-071-10/+56
| * Rearrange libnet join code and add support for account pre-creation in AD.Günther Deschner2008-01-071-12/+100
| * Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors.Günther Deschner2008-01-072-0/+140
| * Add error_string to libnetjoin and libnetunjoin structures incl. set functions.Günther Deschner2008-01-072-0/+38
| * 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
| * Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam2008-01-076-11/+12
| * Fix wrong unused opaque macro for kernel_flock().Michael Adam2008-01-071-1/+1
| * Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-076-12/+13
| * Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam2008-01-071-1/+1
| * Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-0710-22/+21
| * Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-077-12/+13
| * Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-0710-21/+22
| * Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-0718-37/+39
| * Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-076-11/+12
| * Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-077-30/+31