Age | Commit message (Expand) | Author | Files | Lines |
2010-02-02 | Change uint_t to unsigned int in source4 | Matt Kraai | 1 | -1/+1 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-07-07 | libcli/raw: remove unused smb_raw_max_trans_data() function | Stefan Metzmacher | 1 | -12/+0 |
2008-07-07 | libcli/raw: make multi fragmented nttrans requests possible | Stefan Metzmacher | 1 | -17/+178 |
2008-07-07 | libcli/raw: trans(2) setup count is uint8_t | Stefan Metzmacher | 1 | -4/+6 |
2008-07-07 | libcli/raw: use the new recv_helper infrastructure for trans/trans2 replies | Stefan Metzmacher | 1 | -184/+313 |
2008-07-07 | libcli/raw: use the new recv_helper infrastructure for nttrans replies | Stefan Metzmacher | 1 | -102/+145 |
2008-04-17 | fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior | Andrew Tridgell | 1 | -3/+3 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -4/+5 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r21206: - a couple more nttrans places were a memcpy() should be used | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r21183: Commit the big/little endian fix for nttrans setup[] handling. | Volker Lendecke | 1 | -4/+2 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14413: don't do memcpy of length 0 | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8003: ensure that we don't try to send a trans request with more than 64k da... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r4315: use the remote hosts max_xmit, not the local hosts, in calculating max... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4229: - added support for multi-part SMBtrans and SMBtrans2 requests in the | Andrew Tridgell | 1 | -13/+96 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r3971: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3652: Fix malloc-history dependent failures in smbtorture. | Andrew Bartlett | 1 | -6/+7 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra... | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1941: - fixed an allocation error with querying security descriptors remotely | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r1654: rename cli_ -> smbcli_ | Stefan Metzmacher | 1 | -55/+55 |
2007-10-10 | r1618: fixed the receipt of multi-part replies to SMBtrans2 | Andrew Tridgell | 1 | -4/+1 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r335: added much better handling of servers that die unexpectedly during a | Andrew Tridgell | 1 | -1/+0 |
2003-12-11 | the next step in the dcerpc server code. Added the link between the | Andrew Tridgell | 1 | -3/+5 |
2003-10-28 | Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is | Tim Potter | 1 | -8/+53 |
2003-08-15 | more fixes from the IRIX compiler (thanks herb!) | Andrew Tridgell | 1 | -4/+1 |
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 1 | -0/+489 |