summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij3-31/+27
2008-10-13Import changes from upstream libndr.Jelmer Vernooij1-1/+1
2008-10-12Use common byteorder.h.Jelmer Vernooij1-1/+1
2008-10-12Fix "warning: initialization discards qualifiers from pointer target type"Volker Lendecke1-1/+1
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-2/+2
2008-10-11Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij6-340/+68
2008-10-09Ensure we handle signals correctly during the async calls.Jeremy Allison1-2/+2
2008-10-09Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison1-1/+1
2008-10-07Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison1-138/+2
2008-10-05Fix some nonempty blank linesVolker Lendecke1-25/+25
2008-10-05Fix an uninitialized variable warningVolker Lendecke1-0/+2
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2-12/+12
2008-10-02Attempt to fix the build on IRIXVolker Lendecke1-1/+1
2008-09-25s3-nbt: further cleanup of dsgetdcname().Günther Deschner1-163/+25
2008-09-24Fix build with arc4.Jelmer Vernooij2-20/+29
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2-3/+3
2008-09-24Use common crc32 implementation.Jelmer Vernooij2-3/+3
2008-09-24Use common arcfour implementation.Jelmer Vernooij2-18/+18
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner2-293/+120
2008-09-23s3: fix NETLOGON_NT_VERSION version flags.Günther Deschner1-10/+10
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-1/+1
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2-4/+4
2008-09-21netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner1-94/+5
2008-09-21netlogon: refactor just_change_the_password a bit.Günther Deschner1-22/+16
2008-09-21netlogon: use init_netr_CryptPassword in "just_change_the_password"Günther Deschner1-13/+10
2008-09-21Make use of TALLOC_ZERO_PVolker Lendecke1-3/+1
2008-09-17Remove a cast -- thanks metzeVolker Lendecke1-2/+2
2008-09-12Factor out validate_smb_cryptoVolker Lendecke1-41/+53
2008-09-12Fix "make test" -- gna...Volker Lendecke1-1/+1
2008-09-12remove a pointless empty lineVolker Lendecke1-1/+0
2008-09-12Add a paranoia check on incoming PDUsVolker Lendecke1-0/+7
2008-09-12doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner1-0/+1
2008-09-12fix nonempty blank linesVolker Lendecke1-98/+98
2008-09-11Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison1-34/+55
2008-09-10Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison1-2/+14
2008-09-10Fix some bogus compiler warningsVolker Lendecke1-5/+10
2008-09-09Fix make test on sparc and possibly also on AIXVolker Lendecke1-1/+3
2008-09-09Convert cli_query_secdesc to the async trans callVolker Lendecke1-21/+16
2008-09-09Convert cli_qfileinfo to the async trans callVolker Lendecke1-21/+19
2008-09-09Add async trans/trans2/nttrans calls to libsmbVolker Lendecke1-0/+701
2008-09-09Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke1-1/+1
2008-09-09Add utility function cli_in_chain()Volker Lendecke1-0/+15
2008-09-09make smb_bytes_push_str publicVolker Lendecke1-1/+1
2008-09-09Fix a memleak in cli_qfilename (only used in smbtorture)Volker Lendecke1-0/+5
2008-09-05Protect against a closed socketVolker Lendecke1-0/+5
2008-09-05Do proper error handling if the socket is closedVolker Lendecke1-2/+8
2008-09-04Cleanup of DC enumeration in get_dcs()Steven Danneman1-1/+1
2008-09-02doserr: add WERR_WRONG_PASSWORD.Günther Deschner1-0/+2
2008-09-01Fix some nonempty blank linesVolker Lendecke1-11/+11
2008-09-01Fix typoVolker Lendecke1-1/+1