summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
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
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-1/+1
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-1/+2
1998-08-17more splitting of server.cAndrew Tridgell1-1/+2
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell1-2/+2
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-1/+1
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-1/+2
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-2/+2
1998-08-15moved the printing related files to a separate printing/ directory.Andrew Tridgell1-1/+1
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-8/+9
1998-08-14Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1-2/+2
1998-08-13move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ so that nmbd, swat, etc.Herb Lewis1-2/+2
1998-08-11Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1-1/+6
1998-08-10Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1-1/+1
1998-08-10moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1-3/+2
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell1-7/+5
1998-08-10moved username.c into lib/ so we no longer $(PASSDB_OBJ) in mostAndrew Tridgell1-14/+13
1998-08-10smbtorture now compilesAndrew Tridgell1-17/+9
1998-08-10fixed the installation scripts for the new layoutAndrew Tridgell1-20/+17
1998-08-10the rest of the binaries now compile and linkAndrew Tridgell1-24/+34
1998-08-09a few more things compile.Andrew Tridgell1-20/+32
1998-08-09swat compiles, with some even uglier hacks. we really have to doAndrew Tridgell1-12/+17