summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add free_local_machine_name().Günther Deschner2008-01-072-0/+6
| | | | | | | | | | Guenther (This used to be commit f3ebb4f96bb0364dae9924e798652e759b63bb52)
| * Fix two memleaks in libnetapi.Günther Deschner2008-01-071-1/+4
| | | | | | | | | | Guenther (This used to be commit d73bde99e8518607bb78b5625ce5fb1991d8e402)
| * Add secrets_shutdown().Günther Deschner2008-01-071-0/+13
| | | | | | | | | | Guenther (This used to be commit dd3fbd93b6e5fe8b5e3a3727a64a38d5ae46fcbf)
| * In gfree_debugsyms() free the format_bufr as well.Günther Deschner2008-01-071-0/+2
| | | | | | | | | | Guenther (This used to be commit 48f09ca376f9fc7923309f3466e5d72f7c21a56f)
| * Failure while unjoining a domain is non-critical.Günther Deschner2008-01-071-8/+2
| | | | | | | | | | | | | | Just continue joining to the workgroup in that case. Guenther (This used to be commit bf9ce2a928e3136d3bfe368f75d5b99273c5b04f)
| * Only create machine account in libnetjoin when requested to.Günther Deschner2008-01-071-9/+13
| | | | | | | | | | Guenther (This used to be commit bc025a3860483e8cdbd0f61579689c9edadd3af0)
| * Use the proper boolean constants.Michael Adam2008-01-071-93/+93
| | | | | | | | | | Michael (This used to be commit 6f673b7f10c145d88e6a6d3072b5f8cd98837304)
| * Fix a comment.Michael Adam2008-01-071-1/+2
| | | | | | | | | | Michael (This used to be commit 62d6d4fff2edcce04e793d2a2f877cb3f4fedbdb)
| * Make wcache_invalidate_cache() return bool, not int.Michael Adam2008-01-072-4/+4
| | | | | | | | | | Michael (This used to be commit dba24ceae78ffc49200b647838b6bf3657275add)
| * Add some braces to if statement.Michael Adam2008-01-071-1/+2
| | | | | | | | | | Michael (This used to be commit 66fc1db1d19d11792d9506b06ad914d88b7e0663)
| * Prevent winbindd from segfaulting due to corrupted cache tdb.Andreas Schneider2008-01-072-4/+36
| | | | | | | | | | | | If we try to flush the caches and due to a corrupted tdb we and have no tdb context close the tdb and validate it. Initialize the cache afterwards again. (This used to be commit d0c0f91fb9f3438a18c6f47ed894f525beb75cbf)
| * Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-078-27/+26
| | | | | | | | | | Michael (This used to be commit 73e28806ce87d829ea7c38ed3440020845bb13bf)
| * Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().Michael Adam2008-01-0610-17/+14
| | | | | | | | | | Michael (This used to be commit 4f2d139a186048f08180378a877b69d2f80ad51f)
| * Wrap lines for readability.Michael Adam2008-01-061-2/+10
| | | | | | | | | | Michael (This used to be commit 8fce247bcf7fb27a31a7b8103377681d692d35aa)
| * Remove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().Michael Adam2008-01-0610-16/+16
| | | | | | | | | | Michael (This used to be commit c0c7c1223da29c68359dac64a340c1c710d5f3d2)
| * Remove vlp.o in make clean.Michael Adam2008-01-061-0/+1
| | | | | | | | | | Michael (This used to be commit 020ed731b17ac00dd490f210f108eae249fb27ad)
| * Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testSteve French2008-01-0565-704/+1286
| |\ | | | | | | | | | (This used to be commit d3b91e494c824a65506ba1bc1cba5bba77000530)
| * | Update mount.cifs helpSteve French2008-01-031-3/+5
| | | | | | | | | | | | | | | Steve (This used to be commit b9d2da4d10e6e7ac2dc604565c7f2ce39d0916b5)
* | | Review feedback from metze.Jelmer Vernooij2008-01-061-3/+2
| | | | | | | | | | | | (This used to be commit 015cf6b6adfa87ff7c5bb1cec9f98237bad075e1)
* | | Use metze's approach.Jelmer Vernooij2008-01-062-6/+5
| | | | | | | | | | | | (This used to be commit 126cc075995ffaeb65317627acae05c1b96cebd0)
* | | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testJelmer Vernooij2008-01-05139-2294/+5384
|\ \ \ | | |/ | |/| | | | (This used to be commit 5a30f6377d37d8a5cadce4fb9a2fc19b78fc1709)
| * | Fix %d / size_t printf arg missmatch.Jeremy Allison2008-01-051-2/+2
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 3e3205309b75edf7d29633525adfdceb5f8856eb)
| * | Fix missing return - should be void.Jeremy Allison2008-01-051-1/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 45ae90b77e53cd0cdf50939528dac4d2ca39b5c5)
| * | Add -e to smbget.Jeremy Allison2008-01-051-0/+12
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 0475bdcf44d21bbdefb57f15d403c91c44d8d90a)
| * | 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. (This used to be commit 07d47996f9535731ccdc1792c405c8bee1a082ae)
| * | Fix -e for smbcquotas.Jeremy Allison2008-01-051-11/+24
| | | | | | | | | | | | | | | Jeremy. (This used to be commit f97b1247c1053f47aef64be95ab9b3c3d8702c8a)
| * | Use the common -e option not the custom one.Jeremy Allison2008-01-051-1/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit ef1bbcdfb98da185c07005dd7810039f99f0685f)
| * | Fix args to cli_force_encryption.Jeremy Allison2008-01-051-2/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 7b0826aeec284fb129dc1101a5eae2ca96c7cfb6)
| * | Add general '-e' option to enable smb encryptionJeremy Allison2008-01-0510-57/+189
| | | | | | | | | | | | | | | | | | on tools. Jeremy. (This used to be commit 757653966fc1384159bd2d57c5670cd8af0cae96)
| * | More logical operation on bool.Jeremy Allison2008-01-041-1/+3
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 7e8e91aeb3795d26ae8591665981bc42d8b6122f)
| * | More logical operations on booleans. IBM checker.Jeremy Allison2008-01-042-2/+6
| | | | | | | | | | | | | | | Jeremy. (This used to be commit e289a0c8592f9e5c58100ddcde2577b452725b88)
| * | Using a bool with a logical operation. IBM checker caught.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 7f9fe7da1e25bcc730f4c4226bf77f6d39b5ace4)
| * | Can't use logical operations on boolean values.Jeremy Allison2008-01-041-1/+3
| | | | | | | | | | | | | | | Jeremy. (This used to be commit 34cd9b5b51a4209b4d970eb90bf1db0eb24a60bb)
| * | "Desting" -> "Testing"Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | Jeremy. (This used to be commit c3f3ec5cd5f9ffe8d08356dfd22b1cb6943829ad)
| * | Try and fix scripting errors.Jeremy Allison2008-01-041-4/+4
| | | | | | | | | | | | | | | Jeremy (This used to be commit c84f2234fe0068a69fefa3c3ec219d4a95479b0c)
| * | Try and fix the buildfarm. There's a scripting error andJeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | I'm hoping this is it... Jeremy. (This used to be commit 0356f0efc4a18230ce7a9c0a17dc98c4242ad38d)
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-0468-1161/+1654
| |\ \ | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 3a45f62310faf63cd6864d2cb10f941492eda818)
| | * | Add missing patch to allow smbcacls to do krb5 auth, bug #5175Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | from Tom Maher <tmaher@watson.org>. Jeremy. (This used to be commit 54ee718957b768a06e41857b96f0b5e18b3ca6a4)
| | * | Better way of testing enc.Jeremy Allison2008-01-043-6/+10
| | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit c5800235018330f0c1bbe307cd733597ac9b6686)
| | * | Added -e tests for S3 smbtorture.Jeremy Allison2008-01-041-0/+2
| | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit deeeae3ee96f7207a49e1edaa876410b77c33458)
| | * | Added -e option to smbtorture to test encrypted versionsJeremy Allison2008-01-041-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | of the tests. Jeremy. (This used to be commit e85b346f3d73f50d6dea19ffb6cca1180345e687)
| | * | 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. (This used to be commit 8f36def18e9f980e8db522e1de41e80cfd5f466e)
| | * | Fix idle client reading keepalive.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit 4ce0bf785635371e2923217b1e0b7f30986c25bb)
| | * | We dont' modify the smb header for crypto anymore.Jeremy Allison2008-01-041-1/+1
| | | | | | | | | | | | | | | | | | | | Jeremy. (This used to be commit f5b6b6dac66b4ecc113985a7e7db1855b324c465)
| | * | allocate share_mode_str only when neededVolker Lendecke2008-01-041-1/+4
| | | | | | | | | | | | | | | | (This used to be commit a98693bfa7bfe72ffa164d21b3e9636e268708aa)
| | * | Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-042-14/+18
| | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit fe75e5ccdfc2609380367e59215637b0de1ef241)
| | * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-041-1/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 4e1bf48e7eab927e70fde3408a42c56e06b9b178)
| | | * | 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 (This used to be commit 2e5d01b2146bb9e057b2779d9fe7691ed46d9f45)
| | * | | 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. (This used to be commit b5ee972b0c04b4d119573d95ac458a3b6be30c5c)
| | * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-041-6/+13
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 3a62a177ba758b325ab98e9d77d302bc382e0df8)