summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Make use of smb_bufrem()Volker Lendecke2008-11-011-1/+1
* ntlm_check.c: Sync some changes from Samba 4.Jelmer Vernooij2008-11-011-16/+23
* Use standardized types in ntlm_check.c.Jelmer Vernooij2008-11-011-13/+13
* Use shared doserr.c.Jelmer Vernooij2008-11-011-196/+0
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-18/+12
* errors: share dcerpc error function.Günther Deschner2008-10-311-55/+0
* Error return is False, not -1Derrell Lipman2008-10-241-3/+3
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-234-21/+21
* Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTSJelmer Vernooij2008-10-231-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-232-3/+3
* s3-build: fix another build warning with the new ASN1 code.Günther Deschner2008-10-231-2/+5
* s3-build: fix some const build warnings.Günther Deschner2008-10-231-2/+2
* s3-build: fix the build.Günther Deschner2008-10-221-2/+2
* s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner2008-10-223-291/+354
* s3: use shared asn1 code.Günther Deschner2008-10-225-643/+41
* s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner2008-10-201-0/+1
* Add TALLOC_CTX pointer to generate_random_str(), for consistency withJelmer Vernooij2008-10-191-3/+2
* Fixed "argument differ in signedness" warning on linuxTim Prouty2008-10-141-2/+2
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-143-31/+27
* Import changes from upstream libndr.Jelmer Vernooij2008-10-131-1/+1
* Use common byteorder.h.Jelmer Vernooij2008-10-121-1/+1
* Fix "warning: initialization discards qualifiers from pointer target type"Volker Lendecke2008-10-121-1/+1
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-2/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-10-116-340/+68
|\
| * Ensure we handle signals correctly during the async calls.Jeremy Allison2008-10-091-2/+2
| * Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-1/+1
| * Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-138/+2
| * Fix some nonempty blank linesVolker Lendecke2008-10-051-25/+25
| * Fix an uninitialized variable warningVolker Lendecke2008-10-051-0/+2
| * The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-022-12/+12
| * Attempt to fix the build on IRIXVolker Lendecke2008-10-021-1/+1
| * s3-nbt: further cleanup of dsgetdcname().Günther Deschner2008-09-251-163/+25
* | Fix build with arc4.Jelmer Vernooij2008-09-242-20/+29
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-242-3/+3
|\|
| * Use common crc32 implementation.Jelmer Vernooij2008-09-242-3/+3
* | Use common arcfour implementation.Jelmer Vernooij2008-09-242-18/+18
|/
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-242-293/+120
* s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner2008-09-231-10/+10
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-232-4/+4
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-09-211-94/+5
* netlogon: refactor just_change_the_password a bit.Günther Deschner2008-09-211-22/+16
* netlogon: use init_netr_CryptPassword in "just_change_the_password"Günther Deschner2008-09-211-13/+10
* Make use of TALLOC_ZERO_PVolker Lendecke2008-09-211-3/+1
* Remove a cast -- thanks metzeVolker Lendecke2008-09-171-2/+2
* Factor out validate_smb_cryptoVolker Lendecke2008-09-121-41/+53
* Fix "make test" -- gna...Volker Lendecke2008-09-121-1/+1
* remove a pointless empty lineVolker Lendecke2008-09-121-1/+0
* Add a paranoia check on incoming PDUsVolker Lendecke2008-09-121-0/+7
* doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2008-09-121-0/+1