summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Added needed flag for swat password changingHerb Lewis1998-11-111-2/+3
* Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1998-11-111-0/+8
* rpcclient registry commands.Luke Leighton1998-11-101-1/+3
* util functions split into relevant modules, first pass.Luke Leighton1998-11-101-2/+5
* Default for SMB_PASSWD program was set to smbpasswd ! This explained the prob...Jeremy Allison1998-11-101-2/+2
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-1/+1
* Added scripts/convert_smbpasswd to SCRIPTSJeremy Allison1998-11-051-1/+1
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-1/+2
* do not print garbage just because someone does not want dependencies :-)Alexandre Oliva1998-10-301-24/+24
* modify dependency tracking code so that it:Alexandre Oliva1998-10-291-10/+29
* This should have gone with the last batch.Christopher R. Hertel1998-10-281-4/+3
* Fixed a small bug in debug2html. It wasn't properly checking EOF. TheChristopher R. Hertel1998-10-271-1/+10
* added a vsnprintf() implementation from cvslock. See the notes on theAndrew Tridgell1998-10-261-1/+1
* Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.Tim Potter1998-10-241-4/+4
* don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1998-10-231-1/+1
* rpctorture commandLuke Leighton1998-10-221-0/+16
* fixes for solarisAndrew Tridgell1998-10-201-2/+4
* removed my badly-done attempt at handling compilers that don't handleAndrew Tridgell1998-10-201-9/+3
* - added smbrapper/shared.oAndrew Tridgell1998-10-191-5/+10
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-1/+1
* made smbsh a standard binaryAndrew Tridgell1998-10-131-9/+10
* add "smbtorture" alias for building smbtortureAndrew Tridgell1998-10-081-0/+2
* compile to .po.o first then mv to .po in order to make the sunAndrew Tridgell1998-10-071-2/+4
* dce/rpcLuke Leighton1998-10-061-1/+1
* clean needs to delete po32 and .so filesAndrew Tridgell1998-10-051-1/+1
* tell the user we are producing -32 code for the .32.so libraryAndrew Tridgell1998-10-051-1/+1
* the IRIX make is very fussy amount comment lines. If a comment lineAndrew Tridgell1998-10-051-1/+1
* rpcclient srvsvc commands.Luke Leighton1998-10-051-1/+1
* got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1998-10-051-6/+19
* fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving offAndrew Tridgell1998-10-051-2/+2
* new file realcalls.cAndrew Tridgell1998-10-051-0/+1
* just try to rmdir bin after removing bin/.dummy, in realcleanAlexandre Oliva1998-10-051-1/+2
* it's a bit dangerous to use rm -rfAndrew Tridgell1998-10-051-1/+1
* rm object files created by mkdir probesAlexandre Oliva1998-10-051-7/+6
* Speed up directory creation for the common case (i.e., it exists already)Alexandre Oliva1998-10-051-16/+24
* bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1998-10-041-45/+30
* Avoid the message `make: [.deps/.P] Error 1 (ignored)'Alexandre Oliva1998-10-041-2/+2
* fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1998-10-041-2/+2
* started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1998-10-041-5/+5
* more smbw cleanups.Andrew Tridgell1998-10-041-4/+6
* simplied the layout of the smbwrapper code. All those 3 line filesAndrew Tridgell1998-10-041-10/+1
* drat.Andrew Tridgell1998-10-031-0/+2
* added fchdir() supportAndrew Tridgell1998-10-031-1/+1
* support getcwd() in smbwrapperAndrew Tridgell1998-10-031-1/+1
* added mkdir() and rmdir() supportAndrew Tridgell1998-10-031-0/+1
* added lseekAndrew Tridgell1998-10-031-1/+1
* added basic chmod(), chown() and utime() support (not fullyAndrew Tridgell1998-10-031-1/+2
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-1/+2
* - remove .p files in make cleanAndrew Tridgell1998-10-031-3/+3