summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-netlogon: support validation level 6 in netr_SamLogon calls.Günther Deschner2009-09-163-0/+65
* s3-netlogon: match all logon levels in netr_SamLogon calls.Günther Deschner2009-09-161-0/+9
* s3-rpcclient: fix netr_LogonGetCapabilities command.Günther Deschner2009-09-161-6/+5
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-162-34/+51
* s3-netapi: Fix Coverity #668: FORWARD_NULL.Günther Deschner2009-09-161-1/+1
* s3-netapi: Fix Coverity #669 FORWARD_NULL.Günther Deschner2009-09-161-1/+1
* s3-netapi: Fix Coverity #670: FORWARD_NULL.Günther Deschner2009-09-161-1/+1
* s3-eventlogadm: Fix Coverity #938: UNINIT.Günther Deschner2009-09-161-1/+1
* s3-rpcclient: Fix Coverity #935: UNINIT.Günther Deschner2009-09-161-1/+1
* s3-dcerpc: remove more obsolete or duplicate headers.Günther Deschner2009-09-166-111/+69
* s3-schannel: add dump_NL_AUTH_SIGNATURE.Günther Deschner2009-09-162-43/+6
* s3: Fix reading beyond the end of a named stream in xattr_streamsVolker Lendecke2009-09-161-2/+1
* 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
* schannel: fully share schannel sign/seal between s3 and 4.Günther Deschner2009-09-168-83/+143
* s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE inGünther Deschner2009-09-161-1/+1
* lib/crypto: add aes encryption routines to main cryto lib.Günther Deschner2009-09-161-1/+2
* s3: ignore cups-config to tidy up library dependenciesBjörn Jacke2009-09-151-1/+1
* libcli:nbt put util_net.c protos in new header fileAndrew Bartlett2009-09-151-0/+1
* s3-dcerpc: really fix remaining old auth level constants. sorry...Günther Deschner2009-09-151-2/+2
* s3-dcerpc: fix remaining old auth level constants.Günther Deschner2009-09-152-19/+19
* s3-dcerpc: remove unsed auth type defines as seen on the wire.Günther Deschner2009-09-152-18/+5
* s3-dcerpc: remove more unused structs.Günther Deschner2009-09-151-12/+0
* s3-dcerpc: remove duplicate RPC_AUTH_LEVEL flags.Günther Deschner2009-09-152-14/+5
* s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner2009-09-1516-100/+93
* libcli:nbt make the lmhosts parsing code and dependicies commonAndrew Bartlett2009-09-154-253/+1
* s3: BSD needs sys/sysctl.h included to build properlyBjörn Jacke2009-09-153-1/+10
* Second part of bug fix for 6606.Volker Lendecke2009-09-141-0/+6
* Fix bug 6494 - Incorrect FileStatus returned in NT_CREATE_ANDX.Jeremy Allison2009-09-143-3/+36
* Fix bug 6726 - Filename length overwrites oplock request field in cli_nt_crea...Jeremy Allison2009-09-141-1/+1
* 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
* 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
* s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.Günther Deschner2009-09-142-23/+84
* s3-samr: Fix Coverity #934 UNINIT.Günther Deschner2009-09-131-1/+1
* s3-netlogon: Fix Coverity #945 UNINIT.Günther Deschner2009-09-131-1/+1
* s3-nterr: print a NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED.Günther Deschner2009-09-131-0/+1
* s3-schannel: fix Coverity #950 OVERRUN_STATIC.Günther Deschner2009-09-131-1/+1
* s3-schannel: fix api_pipe_schannel_process(), was using incorrect buffer length.Günther Deschner2009-09-131-1/+3
* s3:dbwrap_ctdb: set dmaster in ctdb_transaction_store() also when updating an...Michael Adam2009-09-111-1/+1
* talloc:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-09-111-2/+2
* talloc:mksyms: allow double pointer return value of functions.Michael Adam2009-09-111-1/+1
* s3:mksyms: fix spelling...Michael Adam2009-09-112-2/+2
* s3-rpcclient: add lookupsids3 command.Günther Deschner2009-09-111-0/+70
* lsa: fill in more unknowns in lsa_LookupSid calls.Günther Deschner2009-09-111-2/+2
* s3-rpcclient: make netlogon credential setup also work for interdomain trusts.Günther Deschner2009-09-111-9/+11
* s3-rpcclient: avoid using lp_workgroup() unconditionally for crypto.Günther Deschner2009-09-111-4/+17