summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison10-57/+189
2008-01-04More logical operation on bool.Jeremy Allison1-1/+3
2008-01-04More logical operations on booleans. IBM checker.Jeremy Allison2-2/+6
2008-01-04Using a bool with a logical operation. IBM checker caught.Jeremy Allison1-1/+1
2008-01-04Can't use logical operations on boolean values.Jeremy Allison1-1/+3
2008-01-04"Desting" -> "Testing"Jeremy Allison1-1/+1
2008-01-04Try and fix scripting errors.Jeremy Allison1-4/+4
2008-01-04Try and fix the buildfarm. There's a scripting error andJeremy Allison1-1/+1
2008-01-04Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison68-1161/+1654
2008-01-04Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison1-1/+1
2008-01-04Better way of testing enc.Jeremy Allison3-6/+10
2008-01-04Added -e tests for S3 smbtorture.Jeremy Allison1-0/+2
2008-01-04Added -e option to smbtorture to test encrypted versionsJeremy Allison1-1/+60