summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-078-16/+17
| * 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-0712-26/+25
| * Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-079-16/+17
| * Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-0712-25/+26
| * Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-0720-41/+43
| * Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-078-15/+16
| * Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-079-34/+35
| * Remove redundant parameter fd from SMB_VFS_PWRITE().Michael Adam2008-01-078-23/+23
| * Fix build warning.Günther Deschner2008-01-071-16/+18
| * Add free_local_machine_name().Günther Deschner2008-01-072-0/+6
| * Fix two memleaks in libnetapi.Günther Deschner2008-01-071-1/+4
| * Add secrets_shutdown().Günther Deschner2008-01-071-0/+13
| * 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
| * Only create machine account in libnetjoin when requested to.Günther Deschner2008-01-071-9/+13
| * Use the proper boolean constants.Michael Adam2008-01-071-93/+93
| * Fix a comment.Michael Adam2008-01-071-1/+2
| * Make wcache_invalidate_cache() return bool, not int.Michael Adam2008-01-072-4/+4
| * Add some braces to if statement.Michael Adam2008-01-071-1/+2
| * Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2008-01-072-4/+36
| * Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change.Michael Adam2008-01-072-7/+7
| * Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-0710-31/+30