summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-0468-1161/+1654
| |\ \
| | * | 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
| | * | Rename server_name to dc_name in libnet join structures.Günther Deschner2008-01-043-10/+15
| | * | Separate out storing and removing secrets in libnet_join/unjoin.Günther Deschner2008-01-041-31/+45
| | * | In libnet_join finally separate the admin from the machine pwd entirely.Günther Deschner2008-01-043-21/+24
| | * | Use the proper boolean constants.Michael Adam2008-01-041-9/+9