1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/libsmb
Volker Lendecke 414cd919ff s3: Remove talloc_autofree_context() from unexpected.c
Same argument as in 997a64f6fb: If tdb_close() was needed at exit
time, we'd have more severe problems by now.
2010-10-03 10:45:57 +02:00
..
async_smb.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
cliconnect.c Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request. 2010-09-26 03:01:03 -07:00
clidfs.c s3: Explicitly pass flags2 to clistr_pull_talloc 2010-08-05 14:53:54 +02:00
clidgram.c s3-dsgetdcname: cleanup receive_getdc_response a little. 2010-09-10 13:21:41 +02:00
clidgram.h s3: only use netlogon/nbt header when needed. 2010-05-31 11:32:37 +02:00
clientgen.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clierror.c s3:libsmb: add cli_state_is_connected() function 2010-03-29 18:11:15 +02:00
clifile.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clifsinfo.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clikrb5.c s3: Remove two talloc_autofree_context() calls 2010-09-26 03:29:28 +02:00
clilist.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
climessage.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clioplock.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
cliprint.c s3: Remove some pointless wrapper functions 2010-08-05 13:57:31 +02:00
cliquota.c Fix all sid_parse returns to be checked. Tidy up some checks and error 2010-09-15 15:40:15 -07:00
clirap2.c s3-rap: include svcctl.h where needed. 2010-08-06 15:43:37 +02:00
clirap.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clireadwrite.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
clisecdesc.c s3: Save the received trans2 from the inbuf in cli_trans 2010-08-05 13:57:29 +02:00
clisigning.c s3-build: only include smb_signing.h where needed. 2010-08-18 09:20:13 +02:00
clispnego.c s3-dcerpc: add spnego server helpers 2010-09-23 10:54:23 -07:00
clistr.c s3: Remove a pointless wrapper function 2010-08-05 14:53:54 +02:00
clitrans.c s3-build: only include async headers where needed. 2010-09-20 13:54:42 -07:00
conncache.c s3: Remove a superfluous ; 2010-09-08 02:05:14 +02:00
dsgetdcname.c s3-dsgetdcname: always pass in messaging context. 2010-09-23 10:26:25 -07:00
errormap.c s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED 2010-09-10 17:21:32 +02:00
libsmb_cache.c s3: Convert cli_tdis to the async API 2010-01-03 21:14:57 +01:00
libsmb_compat.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_context.c s3-secrets: only include secrets.h when needed. 2010-08-05 10:12:25 +02:00
libsmb_dir.c s3-popt: Only include popt-common.h when needed. 2010-08-05 12:08:31 +02:00
libsmb_file.c s3: Convert cli_qpathinfo2 to cli_qpathinfo_send 2010-07-26 23:01:37 +02:00
libsmb_misc.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_path.c s3-libsmbclient: Fix crash bug in SMBC_parse_path(). 2010-01-14 19:48:33 +01:00
libsmb_printjob.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_server.c s3-rpc_client: move protos to cli_lsarpc.h 2010-05-18 21:42:41 +02:00
libsmb_setget.c s3-libsmbclient: Add smbc_setOptionUseCCache() 2010-01-24 20:32:17 +01:00
libsmb_stat.c s3: Fix some nonempty blank lines 2009-11-21 23:19:50 +01:00
libsmb_thread_impl.c Provide a libsmbclient interface for programs requiring threads 2009-05-10 22:45:12 -04:00
libsmb_thread_posix.c s3: fix detection and flags for using pthread 2010-01-26 00:19:10 +01:00
libsmb_xattr.c s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. 2010-09-20 14:04:37 -07:00
namecache.c s3:libsmb/namecache Remove namecache_enable() 2010-05-13 10:12:26 +10:00
namequery_dc.c s3-libsmb: include nbt.h in namequery_dc code. 2010-08-06 15:43:37 +02:00
namequery.c s3: fix order of arguments in nsec_time_diff call 2010-09-17 13:49:11 +02:00
nmblib.c samba: share select wrappers. 2010-10-01 22:30:22 +02:00
nterr.c error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo. 2010-03-19 09:30:36 +01:00
ntlmssp_wrap.c s3-auth: Add auth_ntlmssp wrapper for client side 2010-07-20 15:52:34 +10:00
ntlmssp.c s3: Fix an uninitialized variable 2010-08-14 10:08:45 +02:00
passchange.c s3-passdb: include samr.h where needed. 2010-08-06 15:43:37 +02:00
samlogon_cache.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
smb_seal.c s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it. 2010-07-19 14:19:47 +10:00
smb_share_modes.c Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all 2010-09-27 17:18:54 -07:00
smb_signing.c s3-build: only include smb_signing.h where needed. 2010-08-18 09:20:13 +02:00
smberr.c
trustdom_cache.c s3:dom_sid Global replace of DOM_SID with struct dom_sid 2010-05-21 10:39:59 +02:00
trusts_util.c s3-secrets: only include secrets.h when needed. 2010-08-05 10:12:25 +02:00
unexpected.c s3: Remove talloc_autofree_context() from unexpected.c 2010-10-03 10:45:57 +02:00