summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testJames Peach2007-12-131-1/+9
|\
| * Add flags for correctly implementing lsa_lookup_name levels.Michael Adam2007-12-131-1/+9
* | Register the smb service with mDNS if mSDN is supported.Rishi Srivatsavai2007-12-131-0/+14
|/
* Don't need an fstring here, we can talloc.Jeremy Allison2007-12-101-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-5/+46
* Make the Linux rbtrees compile within SambaVolker Lendecke2007-12-101-42/+13
* Add rbtree.[ch] from the Linux kernelVolker Lendecke2007-12-101-0/+161
* Add dbwrap bystring service routinesVolker Lendecke2007-12-101-0/+5
* Add define guards around FSTRING_LEN.Jeremy Allison2007-12-071-0/+2
* A requiem for pstring.Jeremy Allison2007-12-071-0/+18
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-1/+1
* Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison2007-12-075-58/+12
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-12-071-0/+1
|\
| * Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner2007-12-071-0/+1
* | Make cmdline_auth_info private to lib/popt_common.c. ProvideJeremy Allison2007-12-061-2/+0
* | Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-063-17/+51
|/
* Remove some globalsVolker Lendecke2007-12-051-0/+3
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-031-4/+0
* Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2007-12-032-54/+0
* Merge join error codes from Samba 4.Günther Deschner2007-11-301-0/+5
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-292-3/+7
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-271-2/+0
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-271-1/+1
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-271-5/+5
* printing: fix default printing subsystem detectionStefan Metzmacher2007-11-231-1/+0
* Cosmetic fixVolker Lendecke2007-11-221-3/+3
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-1/+0
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-2/+10
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-1/+1
* Try to fix the build on systems without struct sockaddr_storage typeMichael Adam2007-11-081-0/+1
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-1/+1
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-032-7/+11
* Change the client library to write directly out ofJeremy Allison2007-11-022-2/+3
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter2007-11-011-0/+1
|\
| * Add missing recvfile_bytes element - noticed by Kukks.Jeremy Allison2007-11-011-0/+1
* | Patch from Debian Samba package maintainers:Gerald (Jerry) Carter2007-11-011-0/+4
|/
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-0/+1
* Add in the recvfile entry to the VFS layer with a defaultJeremy Allison2007-10-293-0/+11
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-291-1/+1
* Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2007-10-291-3/+3
* Two patchesVolker Lendecke2007-10-271-0/+36
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-245-8/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1838-227/+207
* remove reference to removed codeStefan Metzmacher2007-10-181-4/+0
* Add WERR_SERVICE_ALREADY_RUNNING.Günther Deschner2007-10-151-0/+1
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-102-17/+10
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-1016-131/+928
* r25534: Apply some constVolker Lendecke2007-10-101-4/+4
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-1/+1
* r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison2007-10-101-4/+0