summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* define INADDR_NONE if not already definedAndrew Tridgell1998-08-141-0/+4
* Makefile.in: Changed so that make proto will work with ldap & nisplus.Jeremy Allison1998-08-141-14/+17
* Added the APPLEDOUBLE macro for the name of the directory containingJohn Blair1998-08-131-0/+3
* HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).Jeremy Allison1998-08-131-1/+1
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-111-4/+1
* I've come up with a different scheme for doing the DEBUG() and DEBUGADD()Christopher R. Hertel1998-08-111-0/+14
* Removed a stray semicolon in the DEBUGADD() macro.Christopher R. Hertel1998-08-111-5/+5
* Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1998-08-111-0/+1
* Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1998-08-101-2/+2
* moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1998-08-101-2/+3
* split the system password checking routines out of smbd/password.c andAndrew Tridgell1998-08-101-10/+14
* a few more things compile.Andrew Tridgell1998-08-091-31/+71
* swat compiles, with some even uglier hacks. we really have to doAndrew Tridgell1998-08-091-46/+85
* nmbd compiles and links. I had to do some ugly stuff, putting files inAndrew Tridgell1998-08-091-83/+83
* close to having nmbd linking (just a bit of repository hacking to go)Andrew Tridgell1998-08-091-0/+346
* this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1998-08-093-1118/+705
* removed the if statements from the DEBUG() macro definitions.Andrew Tridgell1998-08-091-4/+4
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+2
* the autoconf scripts are now converted to the new directory structureAndrew Tridgell1998-08-091-1/+1
* added --with-nisplus-home optionAndrew Tridgell1998-08-081-0/+1
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-032-2/+18
* This is the checkin of the debug changes.Christopher R. Hertel1998-07-312-14/+68
* added test for getpwanam().Andrew Tridgell1998-07-311-0/+4
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-302-4/+19
* added HAVE_FUNCTION_MACRO testAndrew Tridgell1998-07-301-0/+1
* updated prototypesAndrew Tridgell1998-07-291-0/+1
* test for a broken inet_ntoa and replace it if necessary (forAndrew Tridgell1998-07-292-0/+4
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-294-12/+15
* some merge cleanupsAndrew Tridgell1998-07-291-0/+0
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-295-1250/+657
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-291-0/+1
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-281-1/+2
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-273-9/+1
* Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel1998-07-242-17/+14
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-2/+4
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-222-1/+3
* includes.h: Added feature type USE_GRANTPT for pty code.Jeremy Allison1998-07-221-1/+5
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-173-15/+18
* local.h: Added NTFS define if HAVE_NT_SMBS is defined.Jeremy Allison1998-07-171-1/+4
* Makefile: Added nttrans.oJeremy Allison1998-07-163-5/+29
* Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1998-07-162-11/+3
* util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1998-07-151-1/+2
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-112-1/+4
* nttrans.c: More NT SMB stuff.Jeremy Allison1998-07-111-0/+1
* NT SMB trans reply code.Jeremy Allison1998-07-091-0/+10
* includes.h: Fixes for QNX 4.x.Jeremy Allison1998-07-071-1/+6
* Fix for pidfile startup message.Jeremy Allison1998-07-021-1/+1
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-021-1/+0
* includes.h: AIX fix.Jeremy Allison1998-07-012-0/+10
* nttrans.c: More code towards NT protocol.Jeremy Allison1998-06-301-6/+12