summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2007-12-17Add combined flag LOOKUP_NAME_LOCAL.Michael Adam1-0/+4
2007-12-16Make smb_np_struct talloc'edVolker Lendecke1-1/+1
2007-12-14add POPT_COMMON_CONFIGFILE which only provides --configfile (not -s)Stefan Metzmacher1-0/+2
2007-12-13Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach1-1/+9
2007-12-13Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai1-0/+14
2007-12-13Add flags for correctly implementing lsa_lookup_name levels.Michael Adam1-1/+9
2007-12-10Don't need an fstring here, we can talloc.Jeremy Allison1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-5/+46
2007-12-10Make the Linux rbtrees compile within SambaVolker Lendecke1-42/+13
2007-12-10Add rbtree.[ch] from the Linux kernelVolker Lendecke1-0/+161
2007-12-10Add dbwrap bystring service routinesVolker Lendecke1-0/+5
2007-12-07Add define guards around FSTRING_LEN.Jeremy Allison1-0/+2
2007-12-07A requiem for pstring.Jeremy Allison1-0/+18
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-1/+1
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison5-58/+12
2007-12-07Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+1
2007-12-07Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner1-0/+1
2007-12-06Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison1-2/+0
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison3-17/+51
2007-12-05Remove some globalsVolker Lendecke1-0/+3
2007-12-03Remove more pstrings, from the winbindd protocol def andJeremy Allison1-4/+0
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2-54/+0
2007-11-30Merge join error codes from Samba 4.Günther Deschner1-0/+5
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2-3/+7
2007-11-27Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison1-2/+0
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison1-1/+1
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-5/+5
2007-11-23printing: fix default printing subsystem detectionStefan Metzmacher1-1/+0
2007-11-22Cosmetic fixVolker Lendecke1-3/+3
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-1/+0
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