summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-16Modify testread example to loop using same context.Derrell Lipman1-42/+34
2008-01-16Replace GetTimeOfDay() with gettimeofday() in example program.Derrell Lipman1-3/+2
2008-01-16Add a (very!) trivial cache to the example authentication callback.Derrell Lipman1-1/+21
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman1-16/+6
2008-01-15Port from ctdb:Jeremy Allison1-16/+6
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman29-489/+921
2008-01-15Fix the API exported for auth_functions. Ensure we callJeremy Allison1-272/+310
2008-01-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison3-9/+108
2008-01-15Fix "status used uninitialized" warnings.Jeremy Allison2-2/+2
2008-01-15Adding basic script to help in the creation of tarballs for release.Gerald W. Carter1-0/+85
2008-01-15Use NDR_PRINT_UNION_STRING instead of NDR_PRINT_UNION_DEBUG in rpcclient.Günther Deschner1-8/+14
2008-01-15Add some NDR_PRINT_*_STRING macros (returning talloced strings).Günther Deschner1-1/+9
2008-01-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2008-01-15libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin1-1/+1
2008-01-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison35-212/+1509
2008-01-15ea_tdb->xattr_tdb also inside the module itselfVolker Lendecke1-98/+99
2008-01-15rename vfs_ea_tdb to vfs_xattr_tdbVolker Lendecke4-6/+6
2008-01-15Use autogenerated debugging functions in libnetjoin when requested.Günther Deschner1-0/+15
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner8-19/+23
2008-01-15libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher1-2/+2
2008-01-15Revert "libwbclient: don't link talloc.o into libwbclient.a"Stefan Metzmacher1-2/+2
2008-01-15Remove unrequired TALLOC_FREE.Günther Deschner1-1/+0
2008-01-15Include libnet_join.h in the right places.Günther Deschner1-0/+2
2008-01-15Use autogenerated libnet_join header.Günther Deschner6-77/+199
2008-01-15Add ndr_print_ads_struct().Günther Deschner1-0/+81
2008-01-15Add ndr_print_sockaddr_storage and ndr_print_bool.Günther Deschner1-0/+11
2008-01-15Define libnet join interface in IDL.Günther Deschner1-0/+60
2008-01-15libwbclient: don't link talloc.o into libwbclient.aStefan Metzmacher1-2/+2
2008-01-15Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman97-1873/+2841
2008-01-15Use the proper boolean functions.Michael Adam1-3/+3
2008-01-15Remove some trailing spaces.Michael Adam1-10/+9
2008-01-15krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any moreStefan Metzmacher1-1/+1
2008-01-15nss_winbind: nss_winbind.so doesn't need socket wrapper any moreStefan Metzmacher1-1/+1
2008-01-15pam_winbind: pam_winbind.so doesn't need soecket wrapper any moreStefan Metzmacher1-1/+1
2008-01-15libwbclient: libwbclient.so doesn't need socket nor nss wrapper any moreStefan Metzmacher1-4/+4
2008-01-15nsswitch/: we don't need socket or nss wrapper in the winbind client codeStefan Metzmacher1-0/+8
2008-01-15No need to re-establish AD connection all the time.Günther Deschner1-8/+0
2008-01-15Use dsgetdcname() to find a dc when unjoining in libnetjoin.Günther Deschner1-0/+23
2008-01-15Re-arrange pre- and postprocessing code in libnetjoin.Günther Deschner1-19/+84
2008-01-15Fix some warnings -- Jeremy, please checkVolker Lendecke2-7/+7
2008-01-15Implement vfs_ea_tdbVolker Lendecke9-3/+905
2008-01-15libwbclient: add wbclient.pc.inStefan Metzmacher2-1/+17
2008-01-15libwbclient: install wbclient.h into the same path as smbclient.hStefan Metzmacher1-2/+3
2008-01-15libwbclient: move wbc_err.h into wbclient.h as we only install one headerStefan Metzmacher2-52/+26
2008-01-15Add True/False bool cleanup script.Günther Deschner1-0/+19
2008-01-14Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison1-3/+6
2008-01-14From Alexander BokovoyJeremy Allison1-1/+1
2008-01-14Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy1-1/+1
2008-01-14Add detection for need of update to the registry db.Michael Adam7-6/+72
2008-01-14Some more minor cleanup for "net rpc audit".Günther Deschner1-58/+54