summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-01-07Remove redundant parameter fd from SMB_VFS_LINUX_SETLEASE().Michael Adam6-16/+16
2008-01-07Do not talloc_strdup filename and servicepathVolker Lendecke1-16/+8
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-07Trying to make the buildfarm w/o krb5 happy.Günther Deschner1-1/+1
2008-01-07There is no LDAP in some corners of this world. Fix the build...Günther Deschner1-4/+12
2008-01-07Finally use libnet_join_set_* functions in libnetjoin.Günther Deschner1-0/+30
2008-01-07Merge remaining post-AD-join functions from net into libnet_join.Günther Deschner2-1/+186
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-07Add libnet_join_find_machine_acct().Günther Deschner1-0/+46
2008-01-07Honor the WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag when unjoining from AD.Günther Deschner1-10/+56
2008-01-07Rearrange libnet join code and add support for account pre-creation in AD.Günther Deschner1-12/+100
2008-01-07Add ADS_STRUCTs to libnetjoin and -unjoin, with talloc destructors.Günther Deschner2-0/+140
2008-01-07Add error_string to libnetjoin and libnetunjoin structures incl. set functions.Günther Deschner2-0/+38
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-07Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().Michael Adam6-11/+12
2008-01-07Fix wrong unused opaque macro for kernel_flock().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam6-12/+13
2008-01-07Fix the build: Fix caller of strict_allocate_ftruncate().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam10-22/+21
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam7-12/+13
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam10-21/+22
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam18-37/+39
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam6-11/+12
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam7-30/+31
2008-01-07Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam6-19/+19
2008-01-07Fix build warning.Günther Deschner1-16/+18
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-07Add secrets_shutdown().Günther Deschner1-0/+13
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-07Only create machine account in libnetjoin when requested to.Günther Deschner1-9/+13
2008-01-07Use the proper boolean constants.Michael Adam1-93/+93
2008-01-07Fix a comment.Michael Adam1-1/+2
2008-01-07Make wcache_invalidate_cache() return bool, not int.Michael Adam2-4/+4
2008-01-07Add some braces to if statement.Michael Adam1-1/+2
2008-01-07Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2-4/+36
2008-01-07Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam8-27/+26
2008-01-06Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam10-17/+14
2008-01-06Wrap lines for readability.Michael Adam1-2/+10
2008-01-06Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam10-16/+16