summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-2/+10
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-1/+1
2007-11-08Try to fix the build on systems without struct sockaddr_storage typeMichael Adam1-0/+1
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-1/+1
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison2-7/+11
2007-11-02Change the client library to write directly out ofJeremy Allison2-2/+3
2007-11-01Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter1-0/+1
2007-11-01Add missing recvfile_bytes element - noticed by Kukks.Jeremy Allison1-0/+1
2007-11-01Patch from Debian Samba package maintainers:Gerald (Jerry) Carter1-0/+4
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-0/+1
2007-10-29Add in the recvfile entry to the VFS layer with a defaultJeremy Allison3-0/+11
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison1-1/+1
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison1-3/+3
2007-10-27Two patchesVolker Lendecke1-0/+36
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison5-8/+7
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison38-227/+207
2007-10-18remove reference to removed codeStefan Metzmacher1-4/+0
2007-10-15Add WERR_SERVICE_ALREADY_RUNNING.Günther Deschner1-0/+1
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2-17/+10
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter16-131/+928
2007-10-10r25534: Apply some constVolker Lendecke1-4/+4
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-1/+1
2007-10-10r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison1-4/+0
2007-10-10r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2-2/+17
2007-10-10r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...Michael Adam1-5/+5
2007-10-10r25416: Add registry debug class.Günther Deschner1-0/+1
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-2/+0
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-0/+2
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-1/+1
2007-10-10r25325: Rename some defines.Günther Deschner1-3/+3
2007-10-10r25128: _XOPEN_SOURCE_EXTENDED and socklen_t are always provided by libreplaceStefan Metzmacher1-6/+0
2007-10-10r25118: More pstring elimination.Jeremy Allison1-1/+1
2007-10-10r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison1-3/+0
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-7/+7
2007-10-10r25092: Add support for storing trusted domain passwords in LDAP forMichael Adam1-0/+1
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-5/+10
2007-10-10r24969: Fwd port "open" patchSimo Sorce1-3/+3
2007-10-10r24843: Add a "validate-cache" control message to winbindd.Michael Adam1-0/+1
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2-0/+56
2007-10-10r24804: As a temporary workaround, also try to guess the server's principal i...Günther Deschner1-0/+2
2007-10-10r24803: For some funny reason us4/gcc seems to fall over the 'Volker Lendecke1-1/+1
2007-10-10r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const.Jeremy Allison1-1/+1
2007-10-10r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison1-2/+22
2007-10-10r24552: merge from SAMBA_4_0:Stefan Metzmacher1-18/+0
2007-10-10r24541: merge from SAMBA_4_0:Stefan Metzmacher1-12/+2
2007-10-10r24538: merge from SAMBA_4_0:Stefan Metzmacher1-13/+1
2007-10-10r24533: merge from SAMBA_4_0:Stefan Metzmacher1-1/+1
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison2-18/+0
2007-10-10r24419: Hm, I think this protoype is not required here.Günther Deschner1-5/+0
2007-10-10r24413: Minor edits for libgpo.Günther Deschner1-12/+15