summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix %d / size_t printf arg missmatch.Jeremy Allison2008-01-051-2/+2
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix missing return - should be void.Jeremy Allison2008-01-051-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Add -e to smbget.Jeremy Allison2008-01-051-0/+12
| | | | | | | | | | | | | | | | Jeremy.
| * | | Add the options smb_encrypt_level to set the requestedJeremy Allison2008-01-052-0/+105
| | | | | | | | | | | | | | | | | | | | encrypt level and smb_encrypt_on to query it. Jeremy.
| * | | Fix -e for smbcquotas.Jeremy Allison2008-01-051-11/+24
| | | | | | | | | | | | | | | | Jeremy.
| * | | Use the common -e option not the custom one.Jeremy Allison2008-01-051-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Fix args to cli_force_encryption.Jeremy Allison2008-01-051-2/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Add general '-e' option to enable smb encryptionJeremy Allison2008-01-0510-57/+189
| | | | | | | | | | | | | | | | | | | | on tools. Jeremy.
| * | | More logical operation on bool.Jeremy Allison2008-01-041-1/+3
| | | | | | | | | | | | | | | | Jeremy.
| * | | More logical operations on booleans. IBM checker.Jeremy Allison2008-01-042-2/+6
| | | | | | | | | | | | | | | | Jeremy.
| * | | Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Can't use logical operations on boolean values.Jeremy Allison2008-01-041-1/+3
| | | | | | | | | | | | | | | | Jeremy.
| * | | "Desting" -> "Testing"Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | Jeremy.
| * | | Try and fix scripting errors.Jeremy Allison2008-01-041-4/+4
| | | | | | | | | | | | | | | | Jeremy
| * | | Try and fix the buildfarm. There's a scripting error andJeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | I'm hoping this is it... Jeremy.
| * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-0469-1161/+1655
| |\ \ \ | | | | | | | | | | | | | | | v3-2-test
| | * | | Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | from Tom Maher <tmaher@watson.org>. Jeremy.
| | * | | Better way of testing enc.Jeremy Allison2008-01-043-6/+10
| | | | | | | | | | | | | | | | | | | | Jeremy.
| | * | | Added -e tests for S3 smbtorture.Jeremy Allison2008-01-041-0/+2
| | | | | | | | | | | | | | | | | | | | Jeremy.
| | * | | Added -e option to smbtorture to test encrypted versionsJeremy Allison2008-01-041-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | | of the tests. Jeremy.
| | * | | Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-048-100/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an extra parameter. This cleans up quite a few places we were passing it around without needing it. Jeremy.
| | * | | Fix idle client reading keepalive.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | Jeremy.
| | * | | We dont' modify the smb header for crypto anymore.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | Jeremy.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | Guenther
| | * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-041-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | v3-2-test
| | | * | | Re-Indent function ldap_open_with_timeout().Michael Adam2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit #cafda34783f0961c9b463803c19cfcb69f836e3f . I just learned (the hard way) that these indeted functions are not indented by accident but that the intention of this is to not include the prototype into proto.h. Michael
| | * | | | Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison2008-01-041-10/+14
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a lock due to file closure make sure we null out the fsp pointer so it isn't dangling. This is an old bug (not related to the new changes). Jeremy.
| | * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-041-6/+13
| | |\ \ \ | | | | | | | | | | | | | | | | | | v3-2-test
| | | * | | Add a debug message (when the LDAP server has really been connected).Michael Adam2008-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Michael
| | | * | | Untangle assignment and result check.Michael Adam2008-01-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Michael
| | | * | | Enhance DEBUG-verbosity of ldap_open_with_timeout().Michael Adam2008-01-041-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Michael
| | | * | | Unindent function header.Michael Adam2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Michael
| | | * | | Fix a misleading DEBUG message.Michael Adam2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At this stage, the (tcp) connection to the LDAP server has not been established, this is what is about to be attempted. What has been succesfully done, is a CLDAP netlogon query. Michael
| | * | | | Fix the build.Jeremy Allison2008-01-041-2/+2
| | |/ / / | | | | | | | | | | | | | | | Jeremy.
| | * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-041-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | v3-2-test
| | | * | | Fix a DEBUG statement.Michael Adam2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Michael
| | * | | | Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-0425-359/+410
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | with Volker. Mostly making sure we have data on the incoming packet type, not stored in the smb header. Jeremy.
| | * | | Fix spacing - spaces mixed with tabs.Michael Adam2008-01-041-8/+8
| | | | | | | | | | | | | | | | | | | | Michael
| | * | | Fix a comment.Michael Adam2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | Michael
| | * | | Remove the word "registry" from the help output of the "net conf" command.Michael Adam2008-01-041-7/+6
| | | | | | | | | | | | | | | | | | | | Michael
| | * | | Update the introductory comment to net_conf.c to mention linbet_conf.Michael Adam2008-01-041-3/+7
| | | | | | | | | | | | | | | | | | | | Michael
| | * | | Fix the inherited trust flags when spidering the trust heirarchy.Gerald (Jerry) Carter2008-01-042-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Also *do not* clear the trust list when rescanning or else it is possible to suffer from a race condition where no trusted domains can be found.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A user logging in via GDM was not getting a complete list of supplementary groups in his/her token. This is because getgroup() was not able to find the winbindd_domain* using the DNS name. Fallback to matching the DNS name is the short name match failes.
| | * | | When connecting to an AD DC, use the DsGetDCName variant.Gerald (Jerry) Carter2008-01-041-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to deal with child domains in transitive forest trusts. It also allows us to fill in the forest name to the target domain to the struct winbindd_domain *.
| | * | | Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam2008-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | Michael
| | * | | Remove the final regdb_close() from net_conf.cMichael Adam2008-01-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to hide the registry from net_conf. Right now, it does not harm if "net conf" does not close the registry file explicitly just before exiting. I am working out a proper way of handling open/close operations transparently in the libnet_conf library. Michael
| | * | | Fix the behaviour of "net conf setparm" to create the share if necessary.Michael Adam2008-01-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves functionality taken away from libnet_conf_set_parameter() to the higher level user frontend function. (Somehow I thought I had done this already ... :-) Michael
| | * | | Fix build warning.Günther Deschner2008-01-041-1/+0
| | | | | | | | | | | | | | | | | | | | Guenther