s3-waf: let winbind depend on SRV_NDR_WBINT and RPCCLI_NDR_WBINT.
[samba.git] / source3 / libsmb /
2010-09-24 Jeremy AllisonFix bug 7694 - Crash bug with invalid SPNEGO token.
2010-09-23 Simo Sorces3-dcerpc: add spnego server helpers
2010-09-23 Günther Deschners3-dsgetdcname: always pass in messaging context.
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Günther Deschners3-util_sid: use shared dom_sid_compare_auth and dom_si...
2010-09-20 Günther Deschners3-build: only include async headers where needed.
2010-09-17 Björn Jackes3: fix order of arguments in nsec_time_diff call
2010-09-17 Sumit BoseFix array size of a memmber of struct cli_ulogoff_state
2010-09-16 Björn Jackes3: use nsec_time_diff instead of TspecDiff
2010-09-15 Jeremy AllisonFix all sid_parse returns to be checked. Tidy up some...
2010-09-11 Andrew Bartletts3-krb5 Fix Kerberos on FreeBSD with Samba4 DCs
2010-09-10 Stefan Metzmachers3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SES...
2010-09-10 Günther Deschners3-dsgetdcname: cleanup receive_getdc_response a little.
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-09-08 Volker Lendeckes3: Remove a superfluous ;
2010-09-01 Volker Lendeckes3: Print the IP of the server that stopped responding
2010-08-31 Björn Jackes3: use monotonic clock for time deltas in namequery...
2010-08-30 Günther Deschners3-kerberos: try to fix the build w/o kerberos support.
2010-08-25 Günther Deschners3-build: only include krb5 environment variables where...
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-08-21 Volker Lendeckes3: Fix bug 7635
2010-08-19 Jim McDonoughs3-libsmbclient Convert dos error codes to NTstatus...
2010-08-19 Günther Deschners3-cli: fix uninitialized variable.
2010-08-19 Günther Deschners3-libsmb: fix some uninitialized variables.
2010-08-18 Volker Lendeckes3: async cli_list
2010-08-18 Volker Lendeckes3: Add cli_flush
2010-08-18 Günther Deschners3-build: only include smb_signing.h where needed.
2010-08-15 Volker Lendeckes3: Remove some unused code
2010-08-14 Volker Lendeckes3: Fix an uninitialized variable
2010-08-13 Andrew Bartletts3-krb5 Only build ADS support if arcfour-hmac-md5...
2010-08-10 Andrew Bartlettlibcli/auth Make the source3/ implementation of the...
2010-08-10 Andrew Bartletts3:ntlmssp Split the NTLMSSP server into before and...
2010-08-10 Andrew Bartletts3:ntlmssp Always call ntlmssp_sign_init()
2010-08-10 Andrew Bartletts3:ntlmssp Don't use talloc_tos() for NTLMSSP blobs...
2010-08-10 Andrew Bartletts3:ntlmssp Don't permit LM_KEY in combination with...
2010-08-10 Andrew Bartletts3:ntlmssp Don't reply with the LM_KEY negotiation...
2010-08-10 Andrew Bartletts3:ntlmssp Don't use the lm key if the user didn't...
2010-08-10 Andrew Bartletts3:ntlmssp Add extra DEBUG() message for auth system...
2010-08-10 Andrew Bartletts3:ntlmssp Redirect lp_lanman_auth() via 'allow_lm_key'
2010-08-10 Andrew Bartlettlibcli/auth Move some source3/ NTLMSSP functions to...
2010-08-06 Günther Deschners3-libsmb: include nbt.h in namequery_dc code.
2010-08-06 Günther Deschners3-krb5: include krb5pac.h where needed.
2010-08-06 Günther Deschners3-rap: include svcctl.h where needed.
2010-08-06 Günther Deschners3-passdb: include samr.h where needed.
2010-08-05 Volker Lendeckes3: Remove some direct cli->inbuf references in interpr...
2010-08-05 Volker Lendeckes3: Remove a pointless wrapper function
2010-08-05 Volker Lendeckes3: Explicitly pass flags2 to clistr_pull_talloc
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-08-05 Volker Lendeckes3: Remove some pointless wrapper functions
2010-08-05 Volker Lendeckes3: Save the received trans2 from the inbuf in cli_trans
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-08-04 Volker Lendeckes3: Convert cli_list() to return NTSTATUS
2010-08-04 Volker Lendeckes3: Use data_blob_null
2010-07-30 Volker Lendeckes3: Remove "cli" from "struct finfo"
2010-07-28 Volker Lendeckes3: Fix cli_qpathinfo2
2010-07-27 Volker Lendeckes3: Remove a typedef (struct file_info)
2010-07-26 Volker Lendeckes3: Convert cli_qpathinfo_streams to cli_qpathinfo_send
2010-07-26 Volker Lendeckes3: Factor out parse_streams_blob
2010-07-26 Volker Lendeckes3: Convert cli_qpathinfo_basic to cli_qpathinfo_send
2010-07-26 Volker Lendeckes3: Convert cli_qpathinfo2 to cli_qpathinfo_send
2010-07-26 Volker Lendeckes3: Callers of cli_qpathinfo_recv might ignore the...
2010-07-26 Volker Lendeckes3: cli_qpathinfo2 expects at least 68 bytes
2010-07-26 Volker Lendeckes3: Convert cli_qpathinfo1 to cli_qpathinfo
2010-07-26 Volker Lendeckes3: Fix a structure mess-up
2010-07-26 Volker Lendeckes3: Remove some unused struct members
2010-07-25 Volker Lendeckes3: Convert cli_get_ea_list_path to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Factor out parse_ea_blob
2010-07-25 Volker Lendeckes3: Convert cli_posix_stat to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Convert cli_posix_getfacl to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Convert cli_posix_readlink to cli_qpathinfo_send
2010-07-25 Volker Lendeckes3: Add async cli_qpathinfo
2010-07-25 Volker Lendeckes3: cli_qpathinfo->cli_qpathinfo1
2010-07-25 Volker Lendeckes3: Fix cli_posix_stat
2010-07-23 Jeremy AllisonFix bug 7583 - Smbclient fails to kerberos connect...
2010-07-21 Simo Sorces3-libsmb: Use data_blob_talloc to get krb5 ticket...
2010-07-21 Simo Sorcemisc: cleanup get_krb5_smb_session_key()
2010-07-21 Simo Sorcemisc: cleanup cli_krb5_get_ticket()
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Jeremy AllisonRename spnego_gen_negTokenTarg() -> spnego_gen_krb5_neg...
2010-07-20 Jeremy AllisonRemove gen_negTokenTarg(), as it's not actually creatin...
2010-07-20 Jeremy AllisonFixes pointed out by <david.kondrad@legrand.us>. Free...
2010-07-20 Simo Sorces3-auth: Add auth_ntlmssp wrapper for client side
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonMove the addition of the 16 byte guid out of spnego_gen...
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Jeremy AllisonFix [Bug 7577] SPNEGO auth fails when contacting Win7...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-ntlmssp: Remove ntlmssp_end and let the talloc hiera...
2010-07-01 Günther Deschners3-libads: move ads_dns out of main includes.
2010-06-30 Günther Deschners3-libsmb: move change_trust_account_password out of...
2010-06-28 Andreas Schneiders3-libsmb: Make sure that finfo is initialized.
2010-06-28 Volker Lendeckes3: Fix some valgrind errors
2010-06-21 Volker Lendeckes3: Fix some valgrind errors
2010-06-05 Björn Jackes3: fix build on Heimdal based systems like NetBSD5
2010-06-03 Günther Deschners3: remove authdata.h
next