Makefile.in: Fixed bug with continuation line causing proto to fail.
[samba.git] / source / Makefile.in
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-25 Luke Leightonadded in samr commands. assistance in returning the...
1998-09-25 Luke Leightonadded wksinfo command to rpcclient, which don't work...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-24 Alexandre Olivacheck whether system type is the same as stored in...
1998-09-24 Andrew Tridgellautomatically detect changes in the system type and...
1998-09-24 Andrew Tridgellsome changes to the autoconf support
1998-09-21 Alexandre Olivareplace getpass() with getsmbpass() if getsmbpass.c...
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-08-30 Andrew Tridgellfinished the asynchronous browse synchronisation code...
1998-08-21 John TerpstraFix "make clean" to also delete SPROGS.
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Andrew Tridgellthis completes the splitup of server.c.
1998-08-17 Andrew Tridgellmore splitting of server.c
1998-08-17 Andrew Tridgellnow that we have no global arrays we can start to split...
1998-08-17 Andrew Tridgellmoved connection_struct handling code into smbd/conn...
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Andrew Tridgellmoved the printing related files to a separate printing...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-14 Jeremy AllisonMakefile.in: Changed so that make proto will work with...
1998-08-13 Herb Lewismove smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ...
1998-08-11 Jeremy AllisonMakefile.in: Added CHECK target back in (at Herb's...
1998-08-10 Jeremy AllisonMakefile.in: Fixed make clean bug with CVS directory...
1998-08-10 Andrew Tridgellmoved access.c into lib/ from smbd/ as it is needed...
1998-08-10 Andrew Tridgellsplit the system password checking routines out of...
1998-08-10 Andrew Tridgellmoved username.c into lib/ so we no longer $(PASSDB_OBJ...
1998-08-10 Andrew Tridgellsmbtorture now compiles
1998-08-10 Andrew Tridgellfixed the installation scripts for the new layout
1998-08-10 Andrew Tridgellthe rest of the binaries now compile and link
1998-08-09 Andrew Tridgella few more things compile.
1998-08-09 Andrew Tridgellswat compiles, with some even uglier hacks. we really...
1998-08-09 Andrew Tridgellnmbd compiles and links. I had to do some ugly stuff...
1998-08-09 Andrew Tridgellclose to having nmbd linking (just a bit of repository...
1998-08-09 Andrew Tridgellthis gets smbd compiling and linking correctly with...
1998-08-08 Andrew Tridgelladded --with-nisplus-home option
1998-07-31 Christopher R. HertelThis is the checkin of the debug changes.
1998-07-30 Jeremy AllisonMakefile.in: Moved UBIQX stuff into UTILOBJ.
1998-07-30 Andrew Tridgellfixed a make proto bug pointed out by Chris.
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch