summaryrefslogtreecommitdiffstats
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove more hand-written marshallers.Jelmer Vernooij2008-09-161-0/+1
* Make SMB signing work with Windows 2008 and kerberos.Andrew Bartlett2008-09-061-4/+1
* Add a new error codeAndrew Bartlett2008-09-052-0/+2
* Add definition for NT_STATUS_DOWNGRADE_DETECTEDAndrew Bartlett2008-08-272-0/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-251-0/+15
|\
| * Don't walk past the end of ldb values.Andrew Bartlett2008-08-211-0/+15
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-08-155-28/+41
|\|
| * libcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASKStefan Metzmacher2008-08-141-1/+3
| * libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK valuesStefan Metzmacher2008-08-141-7/+20
| * libcli/smb2: use smb2 signing in auto mode if the server supports itStefan Metzmacher2008-08-141-1/+7
| * libcli/smb2: we don't need check the same thing twice...Stefan Metzmacher2008-08-141-6/+0
| * libcli/smb2: async replies with STATUS_PENDING are not signedStefan Metzmacher2008-08-141-13/+11
* | Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett2008-08-133-0/+215
|/
* libcli/smb2: the session key for SMB2 signing is truncated to 16 bytesStefan Metzmacher2008-07-282-7/+6
* libcli/smb2: fix per session signing stateStefan Metzmacher2008-07-284-17/+12
* libcli/smb2: sign SMB2 Logoff requestsStefan Metzmacher2008-07-281-0/+2
* More 'must be ignored' options from the MS-SMB doc.Andrew Bartlett2008-07-181-20/+26
* Ignore and handle more NT Create & X options.Andrew Bartlett2008-07-161-3/+8
* Make up a full hostname for ldapi connections.Andrew Bartlett2008-07-151-2/+7
* Cleanup ldap_bind_sasl.Andrew Bartlett2008-07-151-4/+3
* libcli/raw: remove unused smb_raw_max_trans_data() functionStefan Metzmacher2008-07-071-12/+0
* libcli/raw: make multi fragmented nttrans requests possibleStefan Metzmacher2008-07-071-17/+178
* libcli/raw: trans(2) setup count is uint8_tStefan Metzmacher2008-07-071-4/+6
* libcli/raw: remove unused smbcli_request_receive_more() functionStefan Metzmacher2008-07-071-13/+0
* libcli/raw: use the new recv_helper infrastructure for trans/trans2 repliesStefan Metzmacher2008-07-071-184/+313
* libcli/raw: use the new recv_helper infrastructure for nttrans repliesStefan Metzmacher2008-07-071-102/+145
* libcli/raw: add a recv_helper hook infrastructureStefan Metzmacher2008-07-072-1/+23
* libcli/raw: the nttrans setup count is only 8-bitStefan Metzmacher2008-07-071-1/+1
* pynbt: eliminate "initialization from incompatible pointer type" warningMichael Adam2008-06-271-1/+1