summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-1115-16/+16
* fix libclinbtsrcdir variable.Jelmer Vernooij2008-10-081-6/+6
* Add manpage for nmblookup, move nmblookup closer to nbt library.Jelmer Vernooij2008-10-083-0/+618
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-3013-229/+153
|\
| * Make Sid member variables accessible from Python.Jelmer Vernooij2008-09-303-0/+128
| * Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-303-215/+0
| |\
| | * s4:drsblob: fix the buildStefan Metzmacher2008-09-301-28/+0
| | * Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-292-187/+0
| * | Cope with API changes.Jelmer Vernooij2008-09-301-2/+4
| * | Pass session options around; saves another use of global_loadparm.Jelmer Vernooij2008-09-305-5/+8
| * | Remove global_loadparm instance.Jelmer Vernooij2008-09-301-4/+6
| * | Explicitly pass on session options to session setup function.Jelmer Vernooij2008-09-301-4/+2
| * | Pass options struct into session initialization functions rather thanJelmer Vernooij2008-09-303-6/+12
| |/
* | - make bcast name resolution match other name resolution modules forAndrew Tridgell2008-09-302-2/+8
* | return a more useful error message when no name resolution methods areAndrew Tridgell2008-09-291-0/+4
|/
* s4:libcli/smb2: remove unused headerStefan Metzmacher2008-09-291-1/+0
* LDB ASYNC: misc changesSimo Sorce2008-09-291-1/+1
* we need different error handling for truncated packets in NETPROT andAndrew Tridgell2008-09-241-0/+1
* for use in python we need to use global_loadparmAndrew Tridgell2008-09-241-1/+1
* - SMB2 uses INVALID_PARAMETER not BUFFER_TOO_SMALL for buffer sizeAndrew Tridgell2008-09-241-15/+39
* - use the current dialect first, for servers that only look at theAndrew Tridgell2008-09-241-3/+10
* added the structure for LINK_INFORMATION setfileinfo callAndrew Tridgell2008-09-241-0/+13
* be friendlier in smb2_deltree to some of the SMB2 implementations thatAndrew Tridgell2008-09-241-1/+1
* fixed uninitialised variable bugAndrew Tridgell2008-09-241-0/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into cryptoJelmer Vernooij2008-09-242-9/+13
|\
| * Fix nasty bug that would come up only if a client connection to a remoteSimo Sorce2008-09-242-9/+13
* | Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-244-4/+4
|/
* s4:libcli/smb_composite: we only check the signature when the server return OKStefan Metzmacher2008-09-241-0/+9
* s3: fix merged_build.Günther Deschner2008-09-241-6/+6
* s4: remove autogeneration of libcli/netlogon protos.Günther Deschner2008-09-241-6/+0
* s4-nbt: use moved libcli netlogon helpers.Günther Deschner2008-09-233-6/+6
* s4-libcli: move nbt/netlogon helper functions up one level.Günther Deschner2008-09-233-502/+0
* fixed problem with ACLs with an empty DACL listAndrew Tridgell2008-09-231-1/+14
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-2320-3086/+101
|\
| * libcli/smb_composite: for spnego session setups check the smb signature manuallyStefan Metzmacher2008-09-231-23/+57
| * libcli/raw: real signing starts at seqnumber 2Stefan Metzmacher2008-09-231-0/+1
| * libcli/raw: in SMB_SIGNING_ENGINE_BSRSPYL state it's ok to accept any signatureStefan Metzmacher2008-09-231-0/+2
| * libcli/raw: give the caller the chance to do the signing checks on its own.Stefan Metzmacher2008-09-232-0/+10
| * libcli/raw: give the caller the chance to prevent the talloc_free(req) in the...Stefan Metzmacher2008-09-232-1/+8
| * s4-nbt: use ../libcli/nbtGünther Deschner2008-09-236-10/+10
| * s4-nbt: move libcli/nbt up one level.Günther Deschner2008-09-238-3042/+0
| * s4-nbt: merge some fixes from samba3 nbt helper.Günther Deschner2008-09-232-24/+24
| * s4-nbt: use private_data instead of private.Günther Deschner2008-09-237-20/+20
| * s4-nbt: remove unrequired include.Günther Deschner2008-09-231-1/+0
| * Remove unused parameter from decode_pw_buffer and fail on invalidAndrew Bartlett2008-09-221-5/+9
* | added FULL_EA_INFORMATION setea callAndrew Tridgell2008-09-232-1/+20
* | fixed readonly handling in deltreeAndrew Tridgell2008-09-232-1/+22
|/
* Add test for Sid.__repr__.Jelmer Vernooij2008-09-191-0/+4
* Generate with 1.3.36.Jelmer Vernooij2008-09-185-37/+48
* Implement __repr__ for Sid.Jelmer Vernooij2008-09-181-2/+6