summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-2/+9
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1-14/+15
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-2/+2
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-2/+3
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-2/+3
1998-09-25added rpcclient programLuke Leighton1-5/+18
1998-09-24check whether system type is the same as stored in the cache (fullAlexandre Oliva1-6/+32
1998-09-24automatically detect changes in the system type and exit, tellingAndrew Tridgell1-1/+1
1998-09-24some changes to the autoconf supportAndrew Tridgell1-7/+5
1998-09-21replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1-1/+1
1998-09-21major autoconf clean-upAlexandre Oliva1-7/+39
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+9
1998-08-30finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1-1/+1
1998-08-21Fix "make clean" to also delete SPROGS.John Terpstra1-1/+1