summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2009-09-16s3-netapi: Fix Coverity #668: FORWARD_NULL.Günther Deschner1-1/+1
2009-09-16s3-netapi: Fix Coverity #669 FORWARD_NULL.Günther Deschner1-1/+1
2009-09-16s3-netapi: Fix Coverity #670: FORWARD_NULL.Günther Deschner1-1/+1
2009-09-16s3-eventlogadm: Fix Coverity #938: UNINIT.Günther Deschner1-1/+1
2009-09-16s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner1-1/+1
2009-09-16s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner6-111/+69
2009-09-16s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2-43/+6
2009-09-16s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke1-2/+1
2009-09-16s3: Add some debugs to streams_xattrVolker Lendecke1-0/+6
2009-09-16s3-schannel: remove unused schannel_decode/schannel_encode.Günther Deschner2-293/+0
2009-09-16schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner8-83/+143
2009-09-16s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE inGünther Deschner1-1/+1
2009-09-16lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner1-1/+2
2009-09-15s3: ignore cups-config to tidy up library dependenciesBjörn Jacke1-1/+1
2009-09-15libcli:nbt put util_net.c protos in new header fileAndrew Bartlett1-0/+1
2009-09-15s3-dcerpc: really fix remaining old auth level constants. sorry...Günther Deschner1-2/+2
2009-09-15s3-dcerpc: fix remaining old auth level constants.Günther Deschner2-19/+19
2009-09-15s3-dcerpc: remove unsed auth type defines as seen on the wire.Günther Deschner2-18/+5
2009-09-15s3-dcerpc: remove more unused structs.Günther Deschner1-12/+0
2009-09-15s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.Günther Deschner2-14/+5
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner16-100/+93
2009-09-15libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett4-253/+1
2009-09-15s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke3-1/+10
2009-09-14Second part of bug fix for 6606.Volker Lendecke1-0/+6
2009-09-14Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison3-3/+36
2009-09-14Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_crea...Jeremy Allison1-1/+1
2009-09-14s3:vfs_catia: Make some fns staticVolker Lendecke1-3/+3
2009-09-14s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke1-2/+1
2009-09-14s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke1-1/+1
2009-09-14s3: Test short reads in the build farmVolker Lendecke1-0/+3
2009-09-14s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handledVolker Lendecke1-4/+118
2009-09-14s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2-17/+82
2009-09-14s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2-23/+84
2009-09-13s3-samr: Fix Coverity #934 UNINIT.Günther Deschner1-1/+1
2009-09-13s3-netlogon: Fix Coverity #945 UNINIT.Günther Deschner1-1/+1
2009-09-13s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.Günther Deschner1-0/+1
2009-09-13s3-schannel: fix Coverity #950 OVERRUN_STATIC.Günther Deschner1-1/+1
2009-09-13s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.Günther Deschner1-1/+3
2009-09-11s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...Michael Adam1-1/+1
2009-09-11talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam1-2/+2
2009-09-11talloc:mksyms: allow double pointer return value of functions.Michael Adam1-1/+1
2009-09-11s3:mksyms: fix spelling...Michael Adam2-2/+2
2009-09-11s3-rpcclient: add lookupsids3 command.Günther Deschner1-0/+70
2009-09-11lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner1-2/+2
2009-09-11s3-rpcclient: make netlogon credential setup also work for interdomain trusts.Günther Deschner1-9/+11
2009-09-11s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.Günther Deschner1-4/+17
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner8-11/+21
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner8-4/+19
2009-09-11s3-rpcclient: use cli_rpc_pipe_open_noauth_transport in rpcclient.Günther Deschner1-2/+3
2009-09-11s3-rpc_client: add cli_rpc_pipe_open_noauth_transport.Günther Deschner2-14/+30