summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-rpcclient: fix netr_LogonGetCapabilities command.Günther Deschner2009-09-161-6/+5
| | | | Guenther
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-162-34/+51
| | | | | | This prepares support for HMAC-SHA256/AES. metze
* s3-netapi: Fix Coverity #668: FORWARD_NULL.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-netapi: Fix Coverity #669 FORWARD_NULL.Günther Deschner2009-09-161-1/+1
| | | | Guenthe
* s3-netapi: Fix Coverity #670: FORWARD_NULL.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-eventlogadm: Fix Coverity #938: UNINIT.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner2009-09-161-1/+1
| | | | Guenther
* s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner2009-09-166-111/+69
| | | | Guenther
* s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2009-09-162-43/+6
| | | | Guenther
* s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke2009-09-161-2/+1
| | | | | This was found thanks to a test by Sivani from Microsoft against Samba at the SDC plugfest
* s3: Add some debugs to streams_xattrVolker Lendecke2009-09-161-0/+6
|
* s3-schannel: remove unused schannel_decode/schannel_encode.Günther Deschner2009-09-162-293/+0
| | | | Guenther
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-168-83/+143
| | | | Guenther
* s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE inGünther Deschner2009-09-161-1/+1
| | | | | | cli_pipe_verify_schannel(). Guenther
* lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner2009-09-161-1/+2
| | | | Guenther
* s3: ignore cups-config to tidy up library dependenciesBjörn Jacke2009-09-151-1/+1
| | | | | | contrary to krb5-config for example, which outputs useful things, cups-config --libs does not output libs we have to link against. It outputs libs that cups linked against. We just have to link against cups.
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-151-0/+1
| | | | | | | This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett
* s3-dcerpc: really fix remaining old auth level constants. sorry...Günther Deschner2009-09-151-2/+2
| | | | Guenther
* s3-dcerpc: fix remaining old auth level constants.Günther Deschner2009-09-152-19/+19
| | | | Guenther
* s3-dcerpc: remove unsed auth type defines as seen on the wire.Günther Deschner2009-09-152-18/+5
| | | | Guenther
* s3-dcerpc: remove more unused structs.Günther Deschner2009-09-151-12/+0
| | | | Guenther
* s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.Günther Deschner2009-09-152-14/+5
| | | | Guenther
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-1516-100/+93
| | | | Guenther
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-154-253/+1
| | | | | | This starts the process to have Samba4 use lmhosts. Andrew Bartlett
* s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke2009-09-153-1/+10
| | | | | | FreeBSD (and other BSDs, too) need sys/sysctl.h inclueded to use sysctlbyname(). Thanks to Timur Bakeyev for that.
* Second part of bug fix for 6606.Volker Lendecke2009-09-141-0/+6
| | | | s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-143-3/+36
| | | | | Lookup the EA and Stream status on CreateX. Jeremy.
* Fix bug 6726 - Filename length overwrites oplock request field in ↵Jeremy Allison2009-09-141-1/+1
| | | | | | cli_nt_create(). Jeremy.
* s3:vfs_catia: Make some fns staticVolker Lendecke2009-09-141-3/+3
|
* s3:vfs_catia: Use talloc_zero for simplificationVolker Lendecke2009-09-141-2/+1
|
* s3:vfs_modules: Fix Coverity ID 946: OVERRUN_STATICVolker Lendecke2009-09-141-1/+1
| | | | Tim, please check!
* s3: Test short reads in the build farmVolker Lendecke2009-09-141-0/+3
|
* s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handledVolker Lendecke2009-09-141-4/+118
|
* s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.Günther Deschner2009-09-142-17/+82
| | | | Guenther
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-142-23/+84
| | | | Guenther
* s3-samr: Fix Coverity #934 UNINIT.Günther Deschner2009-09-131-1/+1
| | | | Guenther
* s3-netlogon: Fix Coverity #945 UNINIT.Günther Deschner2009-09-131-1/+1
| | | | Guenther
* s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.Günther Deschner2009-09-131-0/+1
| | | | Guenther
* s3-schannel: fix Coverity #950 OVERRUN_STATIC.Günther Deschner2009-09-131-1/+1
| | | | Guenther
* s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.Günther Deschner2009-09-131-1/+3
| | | | | | Found by RPC-SCHANNEL torture test. Guenther
* s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating ↵Michael Adam2009-09-111-1/+1
| | | | | | | | | | an existing record not only when creating a record. This matches commit e9194a130327d6b05a8ab90bd976475b0e93b06d from ctdb-master. Michael
* talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
| | | | Michael
* talloc:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
| | | | Michael
* s3:mksyms: fix spelling...Michael Adam2009-09-112-2/+2
| | | | Michael
* s3-rpcclient: add lookupsids3 command.Günther Deschner2009-09-111-0/+70
| | | | Guenther
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-111-2/+2
| | | | Guenther
* s3-rpcclient: make netlogon credential setup also work for interdomain trusts.Günther Deschner2009-09-111-9/+11
| | | | Guenther
* s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.Günther Deschner2009-09-111-4/+17
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-09-118-11/+21
| | | | Guenther
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp ↵Günther Deschner2009-09-118-4/+19
| | | | | | and cli_rpc_pipe_open_ntlmssp. Guenther