summaryrefslogtreecommitdiff
path: root/source3/libsmb/clirap.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-26That const was one too manyVolker Lendecke1-3/+2
2004-02-26Apply some constVolker Lendecke1-2/+3
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-2/+2
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison1-1/+1
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-3/+8
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-5/+7
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-5/+5
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-05-26Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij1-1/+1
2003-04-16More merges from HEAD:Jelmer Vernooij1-1/+1
2003-03-17pstrcpy_base merges for client-side smbpasswd.Andrew Bartlett1-9/+9
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-19/+19
2003-03-10strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke1-8/+8
2003-01-14merge alt_name patch from headAndrew Tridgell1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-4/+8
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-10/+4
2002-02-21added cli_qfilename(), used in trans2 torture testAndrew Tridgell1-0/+43
2002-02-05fixed a bug in qpathinfo client codeAndrew Tridgell1-4/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-12Always use ASCII strings when changing passwords with RAP.Jeremy Allison1-3/+3
2001-09-25added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell1-0/+65
2001-09-17move to SAFE_FREE()Simo Sorce1-24/+16
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-3/+3
2001-08-10Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-16/+10
2001-07-03Fixed incorrect comment for cli_NetServerEnum()Tim Potter1-4/+4
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison1-6/+11
2001-06-18New info level tester.Jeremy Allison1-0/+43
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-3/+3
2001-02-21converted the last couple of functions in libsmb to be unicodeAndrew Tridgell1-10/+14
2001-02-21reverted richards cli_NetServerEnum changes - they broke lots of thingsAndrew Tridgell1-56/+12
2001-02-20converted a bunch more fnsAndrew Tridgell1-19/+27
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-11/+8
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-8/+44
2000-10-07Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison1-0/+1
2000-04-30 - added some error checkingAndrew Tridgell1-64/+66
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+591