summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | Add general '-e' option to enable smb encryptionJeremy Allison2008-01-0510-57/+189
| * | More logical operation on bool.Jeremy Allison2008-01-041-1/+3
| * | More logical operations on booleans. IBM checker.Jeremy Allison2008-01-042-2/+6
| * | Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
| * | Can't use logical operations on boolean values.Jeremy Allison2008-01-041-1/+3
| * | "Desting" -> "Testing"Jeremy Allison2008-01-041-1/+1
| * | Try and fix scripting errors.Jeremy Allison2008-01-041-4/+4
| * | Try and fix the buildfarm. There's a scripting error andJeremy Allison2008-01-041-1/+1
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-0469-1161/+1655
| |\ \
| | * | Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison2008-01-041-1/+1
| | * | Better way of testing enc.Jeremy Allison2008-01-043-6/+10
| | * | Added -e tests for S3 smbtorture.Jeremy Allison2008-01-041-0/+2
| | * | Added -e option to smbtorture to test encrypted versionsJeremy Allison2008-01-041-1/+60
| | * | Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-048-100/+131
| | * | Fix idle client reading keepalive.Jeremy Allison2008-01-041-1/+1
| | * | We dont' modify the smb header for crypto anymore.Jeremy Allison2008-01-041-1/+1
| | * | allocate share_mode_str only when neededVolker Lendecke2008-01-041-1/+4