summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-06Remove vlp.o in make clean.Michael Adam1-0/+1
2008-01-06Review feedback from metze.Jelmer Vernooij1-3/+2
2008-01-06Use metze's approach.Jelmer Vernooij2-6/+5
2008-01-05Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij139-2294/+5384
2008-01-05selftest: Use platform-specific equivalents of LD_LIBRARY_PATH for Samba4's s...Jelmer Vernooij3-15/+161
2008-01-05Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testSteve French65-704/+1286
2008-01-05Fix %d / size_t printf arg missmatch.Jeremy Allison1-2/+2
2008-01-05Fix missing return - should be void.Jeremy Allison1-1/+1
2008-01-05Add -e to smbget.Jeremy Allison1-0/+12
2008-01-05Add the options smb_encrypt_level to set the requestedJeremy Allison2-0/+105
2008-01-05Fix -e for smbcquotas.Jeremy Allison1-11/+24
2008-01-05Use the common -e option not the custom one.Jeremy Allison1-1/+1
2008-01-05Fix args to cli_force_encryption.Jeremy Allison1-2/+1