Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Avoid use of NDR_PRINT_X_DEBUG (that debugs with level 0) in libnetjoin. | Günther Deschner | 2008-01-16 | 1 | -4/+37 | |
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | | | | Fix build for pam_smbpass | Alexander Bokovoy | 2008-01-16 | 2 | -2/+2 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexander Bokovoy <ab@samba.org> | |||||
| * | | | | | | Modify testread example to loop using same context. | Derrell Lipman | 2008-01-16 | 1 | -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 Lipman | 2008-01-16 | 1 | -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 Lipman | 2008-01-16 | 1 | -1/+21 | |
| |/ / / / / | ||||||
| * | | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Derrell Lipman | 2008-01-16 | 1 | -16/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Port from ctdb: | Jeremy Allison | 2008-01-15 | 1 | -16/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor fix to transaction_write_existing: tridge. Jeremy. | |||||
* | | | | | | | Merge branch 'v3-2-test-merge' into v3-2-stable | Gerald W. Carter | 2008-01-16 | 12 | -292/+458 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Derrell Lipman | 2008-01-16 | 29 | -489/+921 | |
| |\| | | | | | ||||||
| | * | | | | | Fix the API exported for auth_functions. Ensure we call | Jeremy Allison | 2008-01-15 | 1 | -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 Allison | 2008-01-15 | 3 | -9/+108 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test | |||||
| | | * | | | | | Adding basic script to help in the creation of tarballs for release. | Gerald W. Carter | 2008-01-15 | 1 | -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 Deschner | 2008-01-15 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | | | | | Add some NDR_PRINT_*_STRING macros (returning talloced strings). | Günther Deschner | 2008-01-15 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| | * | | | | | | Fix "status used uninitialized" warnings. | Jeremy Allison | 2008-01-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| | * | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-01-15 | 1 | -1/+1 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test | |||||
| | | * | | | | | libsmb: Do not upper-case target name on NTLMv2 hash generation | Kai Blin | 2008-01-15 | 1 | -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 Allison | 2008-01-15 | 35 | -212/+1509 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test | |||||
| | * | | | | | | From Alexander Bokovoy | Jeremy Allison | 2008-01-14 | 1 | -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-test | Derrell Lipman | 2008-01-15 | 97 | -1873/+2841 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fix smbc_listxattr() and friends (bug #5189) | Derrell Lipman | 2008-01-13 | 3 | -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 tested | Derrell Lipman | 2008-01-13 | 3 | -2/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Update release notes for vfs_ea_rename to complete the recent merge. | Gerald (Jerry) Carter | 2008-01-15 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge commit 'samba/v3-2-test' into v3-2-stable | Gerald (Jerry) Carter | 2008-01-15 | 23 | -216/+510 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | ea_tdb->xattr_tdb also inside the module itself | Volker Lendecke | 2008-01-15 | 1 | -98/+99 | |
| | | | | | | | | ||||||
| * | | | | | | | rename vfs_ea_tdb to vfs_xattr_tdb | Volker Lendecke | 2008-01-15 | 4 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Use autogenerated debugging functions in libnetjoin when requested. | Günther Deschner | 2008-01-15 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | | Apply const to rpccli_lsa_query_info_policy() and ↵ | Günther Deschner | 2008-01-15 | 8 | -19/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpccli_lsa_query_info_policy2(). Guenther | |||||
| * | | | | | | | libwbclient: don't link talloc.o into libwbclient.a | Stefan Metzmacher | 2008-01-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully fix the build...(and hopefully the correct fix) metze | |||||
| * | | | | | | | Revert "libwbclient: don't link talloc.o into libwbclient.a" | Stefan Metzmacher | 2008-01-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9a4b6fd3e21f54a0ff83f1fd0d0d5331a2cfdd0a. Sorry... metze | |||||
| * | | | | | | | Remove unrequired TALLOC_FREE. | Günther Deschner | 2008-01-15 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | | Include libnet_join.h in the right places. | Günther Deschner | 2008-01-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | | Use autogenerated libnet_join header. | Günther Deschner | 2008-01-15 | 6 | -77/+199 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | | Add ndr_print_ads_struct(). | Günther Deschner | 2008-01-15 | 1 | -0/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | | Add ndr_print_sockaddr_storage and ndr_print_bool. | Günther Deschner | 2008-01-15 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | | Define libnet join interface in IDL. | Günther Deschner | 2008-01-15 | 1 | -0/+60 | |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | libwbclient: don't link talloc.o into libwbclient.a | Stefan Metzmacher | 2008-01-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully fix the build... metze | |||||
| * | | | | | | Use the proper boolean functions. | Michael Adam | 2008-01-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael | |||||
| * | | | | | | Remove some trailing spaces. | Michael Adam | 2008-01-15 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael | |||||
* | | | | | | | Add notes from Michael Adam for the commit log in release notes | Gerald (Jerry) Carter | 2008-01-15 | 1 | -1/+10 | |
| | | | | | | | ||||||
* | | | | | | | Merge commit 'samba/v3-2-test' into v3-2-stable | Gerald (Jerry) Carter | 2008-01-15 | 18 | -102/+1105 | |
|\| | | | | | | ||||||
| * | | | | | | krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any more | Stefan Metzmacher | 2008-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze | |||||
| * | | | | | | nss_winbind: nss_winbind.so doesn't need socket wrapper any more | Stefan Metzmacher | 2008-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze | |||||
| * | | | | | | pam_winbind: pam_winbind.so doesn't need soecket wrapper any more | Stefan Metzmacher | 2008-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze | |||||
| * | | | | | | libwbclient: libwbclient.so doesn't need socket nor nss wrapper any more | Stefan Metzmacher | 2008-01-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | metze | |||||
| * | | | | | | nsswitch/: we don't need socket or nss wrapper in the winbind client code | Stefan Metzmacher | 2008-01-15 | 1 | -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 Deschner | 2008-01-15 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | Use dsgetdcname() to find a dc when unjoining in libnetjoin. | Günther Deschner | 2008-01-15 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | Re-arrange pre- and postprocessing code in libnetjoin. | Günther Deschner | 2008-01-15 | 1 | -19/+84 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther | |||||
| * | | | | | | Fix some warnings -- Jeremy, please check | Volker Lendecke | 2008-01-15 | 2 | -7/+7 | |
| | | | | | | |