summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-0610-17/+14
| * Wrap lines for readability.Michael Adam2008-01-061-2/+10
| * Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-0610-16/+16
| * Remove vlp.o in make clean.Michael Adam2008-01-061-0/+1
| * Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testSteve French2008-01-0565-704/+1286
| |\
| * | Update mount.cifs helpSteve French2008-01-031-3/+5
* | | Review feedback from metze.Jelmer Vernooij2008-01-061-3/+2
* | | Use metze's approach.Jelmer Vernooij2008-01-062-6/+5
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-05140-2294/+5385
|\ \ \ | | |/ | |/|
| * | Fix %d / size_t printf arg missmatch.Jeremy Allison2008-01-051-2/+2
| * | Fix missing return - should be void.Jeremy Allison2008-01-051-1/+1
| * | Add -e to smbget.Jeremy Allison2008-01-051-0/+12
| * | Add the options smb_encrypt_level to set the requestedJeremy Allison2008-01-052-0/+105
| * | Fix -e for smbcquotas.Jeremy Allison2008-01-051-11/+24
| * | Use the common -e option not the custom one.Jeremy Allison2008-01-051-1/+1
| * | Fix args to cli_force_encryption.Jeremy Allison2008-01-051-2/+1