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