summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* s4:libcli:smb2: allow max protocol 0x0224Michael Adam2012-03-031-1/+1
* s4:libcli:smb2: add support for parsing the durable handle v2 response in smb...Michael Adam2012-03-031-0/+19
* s4:libcli:smb2: add support durable handle reconnect v2 blob in smb2_create_sendMichael Adam2012-03-031-0/+27
* s4:libcli:smb2: add support durable handle request v2 blob in smb2_create_sendMichael Adam2012-03-031-0/+28
* s4:libcli:smb2: add durable handle v2 data to the smb2_create i/o structureMichael Adam2012-03-031-0/+13
* s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a p...Michael Adam2012-02-281-12/+36
* s4:libcli:smb2: add a previous session argument to smb2_connect_send()Michael Adam2012-02-281-1/+5
* s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam2012-02-282-9/+16
* s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam2012-02-281-2/+2
* s4:libcli/smb2: remove unused 'session_key' from struct smb2_sessionStefan Metzmacher2012-02-272-4/+5
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-271-3/+3
* s4:smbcli:smb2: add a random GUID to the transport connection in smb2_transpo...Michael Adam2012-02-231-1/+5
* s4:libcli:smb2: don't allocate the smb2_tree struct earlier than necessary in...Michael Adam2012-02-031-5/+5
* s4:libcli/torture:smb2: change smb2_tree_connect to take a smb2_session inste...Michael Adam2012-02-032-6/+6
* s4:libcli/finddcs_nbt.c - free "req" consistently with "finddcs_cldap.c"Matthias Dieter Wallnöfer2011-12-231-2/+4
* s4:libcli/rap: the caller should get talloc children from call->ndr_pull_{par...Stefan Metzmacher2011-12-162-1/+6
* s4:libcli/rap: call->ndr_push_{param,data} can be talloc childs of 'call'Stefan Metzmacher2011-12-161-2/+2
* s4:libcli/rap: use talloc_zero() and initialize everythingStefan Metzmacher2011-12-161-8/+3
* s4:libcli/rap: remove unused members from struct rap_callStefan Metzmacher2011-12-161-3/+0
* s4:libcli/rap: initialize call->rcv_datalenStefan Metzmacher2011-12-161-0/+1
* s4-resolv: fix dns_ex so as to fail correctly when a name does not existAndrew Bartlett2011-12-141-0/+9
* s4:libcli/smb2: mark a request as error if we can't ship itStefan Metzmacher2011-12-091-0/+2
* s4:libcli/raw: mark a request as error if we can't ship itStefan Metzmacher2011-12-091-0/+2
* s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou2011-12-051-0/+16
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-3015-1787/+968
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-304-147/+108
* s4:libcli/raw: remove unused functionsStefan Metzmacher2011-11-302-76/+0
* s4:libcli: use smbcli_sock_connect() in smbcli_socket_connect()Stefan Metzmacher2011-11-301-5/+11
* s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher2011-11-302-22/+14
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-303-92/+240
* s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher2011-11-292-124/+123
* s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher2011-11-298-6/+9
* s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher2011-11-292-9/+17
* s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work either with the IP addre...Matthias Dieter Wallnöfer2011-11-261-14/+27
* s4:libcli/smb2: use talloc_zero() in smb2_request_init()Stefan Metzmacher2011-11-241-16/+3
* s4:libcli/smb2: fix compiler warning in smb2_push_o16s16_string()Stefan Metzmacher2011-11-241-1/+3
* s4:libcli/smb2: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-2412-867/+426
* s4:finddcs_cldap: debug the correct server address instead of NULLStefan Metzmacher2011-11-101-1/+2
* s4-resolver: fix bug with DNS servers returning AAAA records when asked for A...Matthieu Patou2011-11-061-2/+4
* waf: convert NDR_NBT into shared library.Günther Deschner2011-11-031-1/+1
* librpc: only let NDR_NBT depend on NDR_NBT_BUF.Günther Deschner2011-11-031-1/+1
* s4:libcli/smb2: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher2011-11-031-2/+2
* s4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher2011-11-031-1/+1
* s4:libcli/smb2: remove unused SMB_SIGNING_AUTO handlingStefan Metzmacher2011-11-031-2/+0
* s4:libcli/raw: remove unused SMB_SIGNING_AUTO handlingStefan Metzmacher2011-11-031-1/+0
* s4:libcli/smb2: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the clie...Stefan Metzmacher2011-11-031-0/+2
* s4:libcli/raw: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the clien...Stefan Metzmacher2011-11-031-0/+1
* s4:libcli/smb2: let SMB_SIGNING_AUTO behave like SMB_SIGNING_SUPPORTEDStefan Metzmacher2011-11-031-7/+1
* s4:libcli/raw: only use smb signing if requiredStefan Metzmacher2011-11-031-2/+2
* s4-resolver: make it work back with ipv4 only DNS recordsMatthieu Patou2011-11-021-16/+25