summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+10
| * | lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...Stefan Metzmacher2009-03-191-0/+142
| * | lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
| * | lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
| * | lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
| * | lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
| * | lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
| * | lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
| * | lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178
| * | lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-193-1/+1169
| * | lib/tsocket: add a tsocket_guide.txt with a description of the designStefan Metzmacher2009-03-191-0/+282
| * | lib/tsocket: add some useful helper functionsStefan Metzmacher2009-03-193-1/+183
| * | lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-196-0/+521
| * | fix build on old Heimdal based systemsBjörn Jacke2009-03-191-5/+3
| * | tevent: fix the nesting logicStefan Metzmacher2009-03-191-7/+7
| * | s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher2009-03-191-5/+14
| * | s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-191-23/+7
| * | s3:lib/util_sock: use sys_recv() instead of sys_read() on socketsStefan Metzmacher2009-03-191-2/+2
| * | fix some typosBjörn Jacke2009-03-191-3/+3
| * | Modify simple POSIX open test to use filenames containing a ':'Jeremy Allison2009-03-181-2/+2
| * | Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison2009-03-181-2/+12
| * | Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-03-182-1/+79
| |\ \
| * | | Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-181-2/+7
* | | | flush after showing the prompt in smbclientAndrew Tridgell2009-03-191-0/+1
| |/ / |/| |
* | | use the tevent nesting code to avoid the uid problem in the VFSAndrew Tridgell2009-03-191-0/+66
* | | fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-03-191-1/+13
|/ /
* | s3 onefs: Correctly error out when the read returns EOFTim Prouty2009-03-181-5/+9
* | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-182-19/+206
* | s3: remove POLICY_HND.Günther Deschner2009-03-1843-376/+360
* | s3-rpc_parse: remove some unused parsing code.Günther Deschner2009-03-182-351/+0
* | s3-spoolss: fix _spoolss_GetPrinterData printerserver handle query error code.Günther Deschner2009-03-181-1/+1
* | s3-spoolss: fix _spoolss_EnumPrinterDataEx error path.Günther Deschner2009-03-181-0/+4
* | s3-rpc_parse: remove unused BUFFER5 and UNISTR3.Günther Deschner2009-03-185-183/+0
* | s3-rpc_client: remove unused CLI_DO_RPC_WERR macro.Günther Deschner2009-03-181-30/+0
* | s4 libcli: Add back Longhorn beta dialect as a constantZach Loafman2009-03-182-4/+4
* | s3-smbcontrol: use correct PRINTER_NOTIFY flags.Günther Deschner2009-03-181-3/+3
* | spoolss: add my copyright.Günther Deschner2009-03-184-1/+4
* | s3-spoolss: remove include/rpc_spoolss.h.Günther Deschner2009-03-182-168/+0
* | s3-spoolss: remove rpc_server/srv_spoolss.c alltogether.Günther Deschner2009-03-184-601/+5
* | s3-spoolss: remove rpc_parse/parse_spoolss.c alltogether.Günther Deschner2009-03-183-33/+1
* | s3-spoolss: remove old spoolss_EnumPrinterDataEx.Günther Deschner2009-03-183-294/+0
* | s3-spoolss: use pidl for _spoolss_EnumPrinterDataEx.Günther Deschner2009-03-183-115/+60
* | s3-spoolss: use printer and job notify enums provided by idl.Günther Deschner2009-03-183-109/+109
* | s3-spoolss: fix spoolss server after spoolss_Field changes.Günther Deschner2009-03-182-12/+12
* | s3-rpcclient: fix spoolss notify test after spoolss_Field changes.Günther Deschner2009-03-181-4/+4
* | s4-smbtorture: fix spoolss notify test after spoolss_Field changes.Günther Deschner2009-03-181-4/+4
* | spoolss: add custom ndr_print_spoolss_Field.Günther Deschner2009-03-182-0/+23
* | s3: re-run make samba3-idl.Günther Deschner2009-03-183-90/+288
* | spoolss: make spoolss_Field a nodiscriminant union of 2 sets of notify flag e...Günther Deschner2009-03-181-30/+65
* | s3-rpc_parse: move prs_uint64 to rpc_parse/parse_prs.c.Günther Deschner2009-03-183-25/+25