summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidgram.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-176/+107
2007-10-10r1560: Not that anybody uses this stuff (yet...), but at least get it correct...Volker Lendecke1-1/+1
2003-11-05Fix coredump in cli_get_backup_list.Jeremy Allison1-5/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-02-27Fixed dumb typo caught by Herb.Jeremy Allison1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-14Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter1-4/+0
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-1/+1
2001-11-04Got serious about const again.Jeremy Allison1-4/+4
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-05-17Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe1-3/+3
2001-02-26Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe1-5/+15
2001-02-19Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe1-62/+73
2001-02-18Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe1-17/+26
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-0/+5
2001-01-25Remove an inet_aton so that this code will compile on Solaris ...Richard Sharpe1-5/+3
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-1/+3
2001-01-07Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe1-4/+2
2001-01-03Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe1-0/+239