summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison9-59/+85
2007-11-29Remove pstrings. Ensure we validate offsets.Jeremy Allison1-64/+132
2007-11-28Remove unused code (and pstring).Jeremy Allison1-92/+0
2007-11-27Remove pstrings from asn1.c.Jeremy Allison1-11/+28
2007-11-27Remove pstrings from namequery.c.Jeremy Allison1-24/+47
2007-11-27Remove some staticsVolker Lendecke1-1/+1
2007-11-25In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke1-0/+1
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-31/+38
2007-11-20More pstring removal....Jeremy Allison1-47/+98
2007-11-19Always check return from push_ascii.Jeremy Allison1-1/+6
2007-11-19Add stackframes to public libsmbclient functionsVolker Lendecke1-64/+245
2007-11-19Remove pstring from nmbd.Jeremy Allison1-12/+34
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