pidl-python: fixed the docstrings for ndr_print, ndr_pack and ndr_unpack
[samba.git] / source3 / libsmb /
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
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-05-31 Andrew Bartletts3:ntlmssp Move ntlmssp_sign.c from source3 to common...
2010-05-31 Andrew Bartletts3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet...
2010-05-31 Andrew Bartlettntlmssp: Make the ntlmssp.h from source3/ a common...
2010-05-31 Günther Deschners3: only use netlogon/nbt header when needed.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-28 Günther Deschners3-build: only use ndr_samr.h where needed.
2010-05-22 Volker Lendeckes3: Remove unreachable code
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-20 Jeremy AllisonCorrectly check error code return.
2010-05-19 Jeremy AllisonThanks to Andrew Bartlett's advice, fix the NTLMSSP...
2010-05-18 Jeremy AllisonFix our NTLMSSP implementation against the Microsoft...
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_lsarpc.h
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_netlogon.h
2010-05-18 Günther Deschners3-rpc_client: move protos to cli_samr.h
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_descriptor...
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_acl SEC_ACL".
2010-05-18 Günther Deschners3-secdesc: remove "typedef struct security_ace SEC_ACE".
next