summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-042-14/+18
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-041-1/+1
| |\
| | * Re-Indent function ldap_open_with_timeout().Michael Adam2008-01-041-1/+1
| * | Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison2008-01-041-10/+14
| |/
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-041-6/+13
| |\
| | * Add a debug message (when the LDAP server has really been connected).Michael Adam2008-01-041-0/+1
| | * Untangle assignment and result check.Michael Adam2008-01-041-3/+3
| | * Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam2008-01-041-1/+7
| | * Unindent function header.Michael Adam2008-01-041-1/+1
| | * Fix a misleading DEBUG message.Michael Adam2008-01-041-1/+1
| * | Fix the build.Jeremy Allison2008-01-041-2/+2
| |/
| * Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-01-041-1/+1
| |\
| | * Fix a DEBUG statement.Michael Adam2008-01-041-1/+1
| * | Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-0425-359/+410
| |/
| * Fix spacing - spaces mixed with tabs.Michael Adam2008-01-041-8/+8
| * Fix a comment.Michael Adam2008-01-041-1/+1
| * Remove the word "registry" from the help output of the "net conf" command.Michael Adam2008-01-041-7/+6
| * Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam2008-01-041-3/+7
| * Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2008-01-042-3/+19
| * Add a missing check for dealing with a one-way trust in query_user().Gerald (Jerry) Carter2008-01-041-0/+6
| * Ensure that winbindd_getgroups() can deal with a UPN name.Gerald (Jerry) Carter2008-01-041-1/+10
| * When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter2008-01-041-2/+36
| * Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam2008-01-041-0/+1
| * Remove the final regdb_close() from net_conf.cMichael Adam2008-01-041-2/+0
| * Fix the behaviour of "net conf setparm" to create the share if necessary.Michael Adam2008-01-041-0/+9
| * Fix build warning.Günther Deschner2008-01-041-1/+0