summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-2/+6
2007-11-12Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison1-11/+25
2007-11-11Some pstring removalVolker Lendecke4-40/+61
2007-11-11Remove a static fstringVolker Lendecke1-11/+12
2007-11-11Remove a static fstringVolker Lendecke1-1/+1
2007-11-09Fix some warningsVolker Lendecke1-1/+2
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke1-4/+2
2007-11-09pstring removalVolker Lendecke1-4/+5
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-4/+1
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-20/+24
2007-11-08add win_errstr() as wrapper of dos_errstr().Stefan Metzmacher1-0/+6
2007-11-06Ensure we don't use massive writes in pipe mode.Jeremy Allison1-2/+3
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-11/+12
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison3-22/+21
2007-11-02Change the client library to write directly out ofJeremy Allison2-35/+136
2007-11-01Fix for bug 5021Volker Lendecke1-1/+5
2007-10-30Our userlevel SMBwriteX call is non-standard in that itJeremy Allison1-8/+10
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison1-8/+34
2007-10-29Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2-12/+11
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison5-12/+12
2007-10-26Move the horrible hack for link local addresses out of namequery.cJeremy Allison1-26/+0
2007-10-25Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison1-0/+26
2007-10-25Fix cast typo - would have broken all dgram sends.Jeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison11-694/+999
2007-10-19Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison39-383/+383
2007-10-18Add net rap file userKarolin Seeger1-1/+4
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison1-10/+50
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 Allison6-26/+39
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter15-1100/+112
2007-10-10r25538: Revert r25533Volker Lendecke1-2/+26
2007-10-10r25533: remove a pstringVolker Lendecke1-26/+2
2007-10-10r25510: Now we're returning the port instead of using a global,Jeremy Allison1-1/+1
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2-216/+333
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter4-77/+11
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter4-11/+77
2007-10-10r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:Stefan Metzmacher1-0/+14
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-1/+2
2007-10-10r25032: Contact an off site DC if non is available on site.Lars Müller1-9/+16
2007-10-10r24981: - Use the formal syntax for calling functions through pointers. I've...Derrell Lipman2-94/+98
2007-10-10r24969: Fwd port "open" patchSimo Sorce2-3/+3
2007-10-10r24864: - Correct failure of libsmbclient against a version of Windows found ...Derrell Lipman1-24/+2
2007-10-10r24797: Fix logic in dsgetdcname().Günther Deschner1-1/+1
2007-10-10r24782: Fix C++ warningsVolker Lendecke1-3/+4
2007-10-10r24776: Remove accidentially commited flag checks.Günther Deschner1-8/+0
2007-10-10r24750: Fix one more caller of name_resolve_bcast().Michael Adam1-1/+3
2007-10-10r24749: Increase debuglevel.Günther Deschner1-1/+1
2007-10-10r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner1-0/+955
2007-10-10r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner1-6/+20