summaryrefslogtreecommitdiff
path: root/source/libsmb/clidgram.c
Commit message (Expand)AuthorAgeFilesLines
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Fixed dumb typo caught by Herb.Jeremy Allison2002-02-271-1/+1
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-261-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter2002-01-141-4/+0
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* Got serious about const again.Jeremy Allison2001-11-041-4/+4
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-3/+3
* Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe2001-02-261-5/+15
* Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe2001-02-191-62/+73
* Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe2001-02-181-17/+26
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-0/+5
* Remove an inet_aton so that this code will compile on Solaris ...Richard Sharpe2001-01-251-5/+3
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+3
* Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe2001-01-071-4/+2
* Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2001-01-031-0/+239