summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1/+1
1998-11-05Added scripts/convert_smbpasswd to SCRIPTSJeremy Allison1-1/+1
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1-1/+2
1998-10-30do not print garbage just because someone does not want dependencies :-)Alexandre Oliva1-24/+24
1998-10-29modify dependency tracking code so that it:Alexandre Oliva1-10/+29
1998-10-28This should have gone with the last batch.Christopher R. Hertel1-4/+3
1998-10-27Fixed a small bug in debug2html. It wasn't properly checking EOF. TheChristopher R. Hertel1-1/+10
1998-10-26added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1-1/+1
1998-10-24Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.Tim Potter1-4/+4
1998-10-23don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1-1/+1
1998-10-22rpctorture commandLuke Leighton1-0/+16
1998-10-20fixes for solarisAndrew Tridgell1-2/+4
1998-10-20removed my badly-done attempt at handling compilers that don't handleAndrew Tridgell1-9/+3
1998-10-19- added smbrapper/shared.oAndrew Tridgell1-5/+10
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-1/+1
1998-10-13made smbsh a standard binaryAndrew Tridgell1-9/+10
1998-10-08add "smbtorture" alias for building smbtortureAndrew Tridgell1-0/+2
1998-10-07compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1-2/+4
1998-10-06dce/rpcLuke Leighton1-1/+1
1998-10-05clean needs to delete po32 and .so filesAndrew Tridgell1-1/+1
1998-10-05tell the user we are producing -32 code for the .32.so libraryAndrew Tridgell1-1/+1
1998-10-05the IRIX make is very fussy amount comment lines. If a comment lineAndrew Tridgell1-1/+1
1998-10-05rpcclient srvsvc commands.Luke Leighton1-1/+1
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1-6/+19
1998-10-05fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving offAndrew Tridgell1-2/+2
1998-10-05new file realcalls.cAndrew Tridgell1-0/+1
1998-10-05just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1-1/+2
1998-10-05it's a bit dangerous to use rm -rfAndrew Tridgell1-1/+1
1998-10-05rm object files created by mkdir probesAlexandre Oliva1-7/+6
1998-10-05Speed up directory creation for the common case (i.e., it exists already)Alexandre Oliva1-16/+24
1998-10-04bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1-45/+30
1998-10-04Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1-2/+2
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1-2/+2
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-5/+5
1998-10-04more smbw cleanups.Andrew Tridgell1-4/+6
1998-10-04simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1-10/+1
1998-10-03drat.Andrew Tridgell1-0/+2
1998-10-03added fchdir() supportAndrew Tridgell1-1/+1
1998-10-03support getcwd() in smbwrapperAndrew Tridgell1-1/+1
1998-10-03added mkdir() and rmdir() supportAndrew Tridgell1-0/+1
1998-10-03added lseekAndrew Tridgell1-1/+1
1998-10-03added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1-1/+2
1998-10-03added unlink() and rename() support to smbwrapperAndrew Tridgell1-1/+2
1998-10-03- remove .p files in make cleanAndrew Tridgell1-3/+3
1998-10-02Makefile.in :Luke Leighton1-3/+9
1998-10-02makefile support for smbwrapperAndrew Tridgell1-4/+24
1998-09-29fix directory creation mechanism; the optimized version would not work :-(Alexandre Oliva1-25/+44
1998-09-29optimize creation of directories in build treeAlexandre Oliva1-20/+25
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-10/+10
1998-09-28Two changes in this ball...Michael Warfield1-1/+23