summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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 Allison69-1161/+1655
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
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison8-100/+131
2008-01-04Fix idle client reading keepalive.Jeremy Allison1-1/+1
2008-01-04We dont' modify the smb header for crypto anymore.Jeremy Allison1-1/+1
2008-01-04allocate share_mode_str only when neededVolker Lendecke1-1/+4
2008-01-04Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2-14/+18
2008-01-04Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2008-01-04Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison1-10/+14
2008-01-04Re-Indent function ldap_open_with_timeout().Michael Adam1-1/+1
2008-01-04Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-6/+13
2008-01-04Fix the build.Jeremy Allison1-2/+2
2008-01-04Add a debug message (when the LDAP server has really been connected).Michael Adam1-0/+1
2008-01-04Untangle assignment and result check.Michael Adam1-3/+3
2008-01-04Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam1-1/+7
2008-01-04Unindent function header.Michael Adam1-1/+1
2008-01-04Fix a misleading DEBUG message.Michael Adam1-1/+1
2008-01-04Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison25-359/+410
2008-01-04Fix a DEBUG statement.Michael Adam1-1/+1
2008-01-04Fix spacing - spaces mixed with tabs.Michael Adam1-8/+8
2008-01-04Fix a comment.Michael Adam1-1/+1
2008-01-04Remove the word "registry" from the help output of the "net conf" command.Michael Adam1-7/+6
2008-01-04Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam1-3/+7
2008-01-04Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2-3/+19
2008-01-04Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter1-0/+6
2008-01-04Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter1-1/+10