summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell13-229/+153
2008-09-30- make bcast name resolution match other name resolution modules forAndrew Tridgell2-2/+8
2008-09-30Make Sid member variables accessible from Python.Jelmer Vernooij3-0/+128
2008-09-30Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij3-215/+0
2008-09-30s4:drsblob: fix the buildStefan Metzmacher1-28/+0
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2-187/+0
2008-09-29return a more useful error message when no name resolution methods areAndrew Tridgell1-0/+4
2008-09-30Cope with API changes.Jelmer Vernooij1-2/+4
2008-09-30Pass session options around; saves another use of global_loadparm.Jelmer Vernooij5-5/+8
2008-09-30Remove global_loadparm instance.Jelmer Vernooij1-4/+6
2008-09-30Explicitly pass on session options to session setup function.Jelmer Vernooij1-4/+2
2008-09-30Pass options struct into session initialization functions rather thanJelmer Vernooij3-6/+12
2008-09-29s4:libcli/smb2: remove unused headerStefan Metzmacher1-1/+0
2008-09-29LDB ASYNC: misc changesSimo Sorce1-1/+1
2008-09-24we need different error handling for truncated packets in NETPROT andAndrew Tridgell1-0/+1
2008-09-24for use in python we need to use global_loadparmAndrew Tridgell1-1/+1
2008-09-24- SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL for buffer sizeAndrew Tridgell1-15/+39
2008-09-24- use the current dialect first, for servers that only look at theAndrew Tridgell1-3/+10
2008-09-24added the structure for LINK_INFORMATION setfileinfo callAndrew Tridgell1-0/+13
2008-09-24be friendlier in smb2_deltree to some of the SMB2 implementations thatAndrew Tridgell1-1/+1
2008-09-24fixed uninitialised variable bugAndrew Tridgell1-0/+1
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptoJelmer Vernooij2-9/+13
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij4-4/+4
2008-09-24Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2-9/+13
2008-09-24s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher1-0/+9
2008-09-24s3: fix merged_build.Günther Deschner1-6/+6
2008-09-24s4: remove autogeneration of libcli/netlogon protos.Günther Deschner1-6/+0
2008-09-23s4-nbt: use moved libcli netlogon helpers.Günther Deschner3-6/+6
2008-09-23s4-libcli: move nbt/netlogon helper functions up one level.Günther Deschner3-502/+0
2008-09-23fixed problem with ACLs with an empty DACL listAndrew Tridgell1-1/+14
2008-09-23Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell20-3086/+101
2008-09-23libcli/smb_composite: for spnego session setups check the smb signature manuallyStefan Metzmacher1-23/+57
2008-09-23libcli/raw: real signing starts at seqnumber 2Stefan Metzmacher1-0/+1
2008-09-23libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signatureStefan Metzmacher1-0/+2
2008-09-23libcli/raw: give the caller the chance to do the signing checks on its own.Stefan Metzmacher2-0/+10
2008-09-23libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...Stefan Metzmacher2-1/+8
2008-09-23s4-nbt: use ../libcli/nbtGünther Deschner6-10/+10
2008-09-23s4-nbt: move libcli/nbt up one level.Günther Deschner8-3042/+0
2008-09-23s4-nbt: merge some fixes from samba3 nbt helper.Günther Deschner2-24/+24
2008-09-23s4-nbt: use private_data instead of private.Günther Deschner7-20/+20
2008-09-23s4-nbt: remove unrequired include.Günther Deschner1-1/+0
2008-09-23added FULL_EA_INFORMATION setea callAndrew Tridgell2-1/+20
2008-09-23fixed readonly handling in deltreeAndrew Tridgell2-1/+22
2008-09-22Remove unused parameter from decode_pw_buffer and fail on invalidAndrew Bartlett1-5/+9
2008-09-19Add test for Sid.__repr__.Jelmer Vernooij1-0/+4
2008-09-18Generate with 1.3.36.Jelmer Vernooij5-37/+48
2008-09-18Implement __repr__ for Sid.Jelmer Vernooij1-2/+6
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij1-0/+1
2008-09-06Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett1-4/+1
2008-09-05Add a new error codeAndrew Bartlett2-0/+2