summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2001-07-04The big character set handling changeover!Andrew Tridgell7-782/+73
2001-07-03Added #define of int32 to int for cray. This will almost certainly causeJeremy Allison1-0/+3
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-0/+3
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-0/+1
2001-07-01Fix for building --with-profile for new vfscalls.Jeremy Allison1-0/+4
2001-06-30Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison1-0/+1
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison1-0/+28
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2-0/+8
2001-06-29From JF....Jeremy Allison1-8/+8
2001-06-29Removed another silly static array.Tim Potter1-2/+2
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool1-1/+5
2001-06-26fixed buildAndrew Tridgell1-0/+1
2001-06-26fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell1-1/+3
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2-6/+9
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-0/+2
2001-06-22add an ignore on proto.hAndrew Tridgell1-0/+1
2001-06-22auto-build proto.h if its not there, but don't make it dependAndrew Tridgell1-4702/+0
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell1-6/+0
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison2-614/+632
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-4/+2
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2-614/+613
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-0/+53
2001-06-20initial support for paramter type P_LISTSimo Sorce2-619/+624
2001-06-20make protoTim Potter1-0/+2
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2-610/+612
2001-06-19INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison2-5/+5
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison4-680/+609
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell2-0/+9
2001-06-18Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter1-1/+0
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2-0/+27
2001-06-15Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison2-0/+26
2001-06-15Prototype update.Tim Potter1-0/+3
2001-06-15Add password length field to SAM_USER_INFO24 structure and fix initTim Potter1-0/+1
2001-06-13Oops - proto.h contained junk from another workarea.Tim Potter1-13/+5
2001-06-13Added some msdfs client routines.Tim Potter1-595/+619
2001-06-13Make message receive fn static.Jeremy Allison1-2/+3
2001-06-08Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison1-594/+596
2001-06-08Extra stuff for large readwrite support.Jeremy Allison2-5/+4
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-3/+3
2001-06-06Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter1-2/+2
2001-06-06Prototypes update.Tim Potter1-3/+29
2001-06-04Compile fix for Solaris.Tim Potter1-8/+29
2001-06-04Compile fix for wbinfo on solaris.Tim Potter1-0/+3
2001-06-02Update prototype file.Tim Potter1-13/+0
2001-06-01Oops.Tim Potter1-1/+15
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter1-13/+27
2001-06-01Added a comment.Tim Potter1-0/+1
2001-05-30fixed asprintf declarationAndrew Tridgell1-6/+3
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell2-0/+10
2001-05-30new proto.hAndrew Tridgell1-565/+567