summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| | | | Jeremy.
* void functions can't return a value. Found by the Solaris compiler.Jeremy Allison2009-09-171-1/+1
| | | | Jeremy.
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-175-5/+69
| | | | Jeremy.
* Port the Samba 3 shm_setup to QNX.Matt Kraai2009-09-131-0/+18
|
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-09-172-20/+47
| | | | Guenther
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-09-173-96/+78
| | | | Guenther
* w32err: use WERR_DC_NOT_FOUND name instead of WERR_DOMAIN_CONTROLLER_NOT_FOUNDKamen Mazdrashki2009-09-171-2/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* To set file create/birth time in GPFS. Signed-off-by: Abhidnya Chirmule ↵Abhidnya Chirmule2009-09-171-0/+42
| | | | <achirmul@in.ibm.com>
* s3:vfs: Fix the build of vfs_tsmsm after the VFS rewriteVolker Lendecke2009-09-171-3/+3
|
* spnego: share spnego_parse.Günther Deschner2009-09-1717-477/+48
| | | | Guenther
* s3-netlogon: support validation level 6 in netr_SamLogon calls.Günther Deschner2009-09-163-0/+65
| | | | Guenther
* s3-netlogon: match all logon levels in netr_SamLogon calls.Günther Deschner2009-09-161-0/+9
| | | | Guenther
* 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