summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawnegotiate.c
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-08-131-30/+44
* Make sure smbtorture tests can run if someone has set their min protocol abov...Richard Sharpe2017-09-201-0/+4
* libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2017-03-031-1/+2
* CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()Stefan Metzmacher2016-04-121-2/+5
* CVE-2016-2115: s4:libcli/raw: limit maxprotocol to NT1 in smb_raw_negotiate*()Stefan Metzmacher2016-04-121-0/+4
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-155/+98
* s4:libcli/raw: make use of PROTOCOL_SMB2_02Stefan Metzmacher2011-09-051-1/+1
* s4/libcli: do not announce NT error code support when it is disabledChristian Ambach2011-04-141-1/+4
* s4 torture: Add lockread_supported based off of CAP_LOCK_AND_READZachary Loafman2009-12-031-0/+3
* Remove unused include param/param.h.Jelmer Vernooij2008-10-241-1/+0
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* libcli/raw: make it possible to not send CAP_LEVEL_II_OPLOCKSStefan Metzmacher2008-03-061-0/+4
* Convert SMB and SMB2 code to use a common buffer handling structureAndrew Tridgell2008-02-141-5/+5
* converted the out side of SMB2 negprot handlingAndrew Tridgell2008-02-121-0/+4
* r26669: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-2/+2
* r26236: Remove more uses of global_loadparm or specify loadparm_context expli...Jelmer Vernooij2007-12-211-3/+4
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r8104: - added support for our client library to not negotiate nt status code...Andrew Tridgell2007-10-101-1/+5
* r4758: - added async support to the session request codeAndrew Tridgell2007-10-101-14/+22
* r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher2007-10-101-1/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3354: honor "max xmit" and "max mux" from smb.conf in our client code. ThisAndrew Tridgell2007-10-101-1/+1
* r1985: take advantage of the new talloc in a few more placesAndrew Tridgell2007-10-101-5/+5
* r1738: honor the "unicode=yes/no" option in the SMB client libraryAndrew Tridgell2007-10-101-2/+4
* r1676: - improved the handling of username/password in locktest and gentestAndrew Tridgell2007-10-101-1/+1
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-24/+24
* r1345: add extended security spnego support to the smb clientStefan Metzmacher2007-10-101-12/+35
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-101-1/+1
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-3/+4
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-151-1/+1
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+157