summaryrefslogtreecommitdiff
path: root/source4/client
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1034: Couple of small (popt) fixesJelmer Vernooij1-6/+3
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2-4/+4
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2-5/+5
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher3-16/+16
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-2/+2
2007-10-10r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2-17/+17
2007-10-10r866: convert the rest of the binaries to config.mk filesStefan Metzmacher2-0/+19
2007-10-10r591: don't need to init non-ref out ptrs (thanks to abartlet for spotting this)Andrew Tridgell1-2/+0
2007-10-10r361: allow anonymous browsingAndrew Tridgell1-9/+2
2007-10-10r360: use the STYPE_* definitions from srvsvc.idlAndrew Tridgell1-4/+6
2007-10-10r357: added share browsing to smbclient using the SRVSVC MSRPC pipeAndrew Tridgell1-4/+92
2007-10-10r152: a quick airport commit ....Andrew Tridgell2-3/+3
2007-10-10r66: fixed a segv when printing an error from a session setup failure. ThisAndrew Tridgell1-5/+8
2007-10-10r42: importing .cvsignore filesGerald Carter1-1/+0
2007-10-10r23: get rid of def_finfoAndrew Tridgell2-11/+1
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2-36/+39
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2-79/+80
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-1/+1
2003-11-28fixed some warningsAndrew Tridgell1-2/+3
2003-11-23by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2-2/+0
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-1/+48
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-3/+2
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell3-4/+4
2003-08-14client/client.c - cannot initialize struct with non-const valuesHerb Lewis1-1/+5
2003-08-14fixed allinfo bug reported by metzeAndrew Tridgell1-1/+1
2003-08-13use the \\server\share form of tconx to work with servers that don'tAndrew Tridgell1-0/+2
2003-08-13first public release of samba4 codeAndrew Tridgell9-0/+8034