summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | Avoid use of NDR_PRINT_X_DEBUG (that debugs with level 0) in libnetjoin.Günther Deschner2008-01-161-4/+37
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | Guenther
| | * | | | | | Fix build for pam_smbpassAlexander Bokovoy2008-01-162-2/+2
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org>
| * | | | | | Modify testread example to loop using same context.Derrell Lipman2008-01-161-42/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's been a problem seen where open/read/close a number of times causes open failures eventually. This program has been modified to create the context once and then loop requesting file names to open/read/close. This program also demonstrates the current error in cli_read() where it returns an error instead of length 0 upon end of file. Derrell
| * | | | | | Replace GetTimeOfDay() with gettimeofday() in example program.Derrell Lipman2008-01-161-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GetTimeOfDay() seems to no longer be exported. For the smbsh example, just use the native gettimeofday() for now.
| * | | | | | Add a (very!) trivial cache to the example authentication callback.Derrell Lipman2008-01-161-1/+21
| |/ / / / /
| * | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-161-16/+6
| |\ \ \ \ \
| | * | | | | Port from ctdb:Jeremy Allison2008-01-151-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor fix to transaction_write_existing: tridge. Jeremy.
* | | | | | | Merge branch 'v3-2-test-merge' into v3-2-stableGerald W. Carter2008-01-1612-292/+458
|\| | | | | |
| * | | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-1629-489/+921
| |\| | | | |
| | * | | | | Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passing 3 fstrings/sizeof(fstrings) as 3.0.x did. Found by Derrell. Derrell please test ! Thanks, Jeremy.
| | * | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-153-9/+108
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test
| | | * | | | | Adding basic script to help in the creation of tarballs for release.Gerald W. Carter2008-01-151-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developers can use this to create tarballs for testing or general purpose QA. Usage: release-scripts/create-tarball The script will prompt for information as necessary.
| | | * | | | | Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner2008-01-151-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| | | * | | | | Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner2008-01-151-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| | * | | | | | Fix "status used uninitialized" warnings.Jeremy Allison2008-01-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy.
| | * | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-151-1/+1
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test
| | | * | | | | libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes our NTLMv2 hash generation compatible to the Davenport example and fixes a bug when ntlm_auth is called with a non-upper-case --domain parameter and client ntlmv2 auth = yes Jerry, please consider for 3.2.0
| | * | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-01-1535-212/+1509
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test
| | * | | | | | From Alexander BokovoyJeremy Allison2008-01-141-1/+1
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | names is a 'const char **names' here, passed from upper level. Passing 'names' as a talloc context will break things as 'names' is usually likely is a local variable, not a talloc'd. And we want to have array elements on a context of the array anyway. Jeremy.
| * | | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-1597-1873/+2841
| |\ \ \ \ \ \
| * | | | | | | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-133-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the capability of using full names for DOS attributes was added, a bug was introduced which caused the wrong number of bytes to be returned. This patch to smbc_listxattr_ctx() fixes the problem. Thanks to Jack Schmidt for this patch. Derrell
| * | | | | | | Fix compile and linking errors since last this code was testedDerrell Lipman2008-01-133-2/+3
| | | | | | | |
* | | | | | | | Update release notes for vfs_ea_rename to complete the recent merge.Gerald (Jerry) Carter2008-01-151-1/+1
| | | | | | | |
* | | | | | | | Merge commit 'samba/v3-2-test' into v3-2-stableGerald (Jerry) Carter2008-01-1523-216/+510
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke2008-01-151-98/+99
| | | | | | | |
| * | | | | | | rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke2008-01-154-6/+6
| | | | | | | |
| * | | | | | | Use autogenerated debugging functions in libnetjoin when requested.Günther Deschner2008-01-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | | Apply const to rpccli_lsa_query_info_policy() and ↵Günther Deschner2008-01-158-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpccli_lsa_query_info_policy2(). Guenther
| * | | | | | | libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher2008-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully fix the build...(and hopefully the correct fix) metze
| * | | | | | | Revert "libwbclient: don't link talloc.o into libwbclient.a"Stefan Metzmacher2008-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a. Sorry... metze
| * | | | | | | Remove unrequired TALLOC_FREE.Günther Deschner2008-01-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | | Include libnet_join.h in the right places.Günther Deschner2008-01-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | | Use autogenerated libnet_join header.Günther Deschner2008-01-156-77/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | | Add ndr_print_ads_struct().Günther Deschner2008-01-151-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | | Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner2008-01-151-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | | Define libnet join interface in IDL.Günther Deschner2008-01-151-0/+60
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher2008-01-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully fix the build... metze
| * | | | | | Use the proper boolean functions.Michael Adam2008-01-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael
| * | | | | | Remove some trailing spaces.Michael Adam2008-01-151-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael
* | | | | | | Add notes from Michael Adam for the commit log in release notesGerald (Jerry) Carter2008-01-151-1/+10
| | | | | | |
* | | | | | | Merge commit 'samba/v3-2-test' into v3-2-stableGerald (Jerry) Carter2008-01-1518-102/+1105
|\| | | | | |
| * | | | | | krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any moreStefan Metzmacher2008-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | metze
| * | | | | | nss_winbind: nss_winbind.so doesn't need socket wrapper any moreStefan Metzmacher2008-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | metze
| * | | | | | pam_winbind: pam_winbind.so doesn't need soecket wrapper any moreStefan Metzmacher2008-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | metze
| * | | | | | libwbclient: libwbclient.so doesn't need socket nor nss wrapper any moreStefan Metzmacher2008-01-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | metze
| * | | | | | nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher2008-01-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As we don't need socket wrapper of nss wrapper in the winbind client code we disable the function macros so that we don't endup with swrap_close() or similar functions. metze
| * | | | | | No need to re-establish AD connection all the time.Günther Deschner2008-01-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | Use dsgetdcname() to find a dc when unjoining in libnetjoin.Günther Deschner2008-01-151-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | Re-arrange pre- and postprocessing code in libnetjoin.Günther Deschner2008-01-151-19/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther
| * | | | | | Fix some warnings -- Jeremy, please checkVolker Lendecke2008-01-152-7/+7
| | | | | | |