summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison1-1684/+2211
2007-12-03Add decode_wkssvc_join_password_buffer().Günther Deschner1-0/+29
2007-12-01Fix some C++ warningsVolker Lendecke1-1/+1
2007-12-01Fix an uninitialized variableVolker Lendecke1-1/+1
2007-11-30Fix missing error cleanup noticed by Derrell.Jeremy Allison1-3/+6
2007-11-30Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison1-40/+85
2007-11-30Whitespace cleanup.Jeremy Allison1-209/+201
2007-11-30Remove pstring from clirap.c.Jeremy Allison1-118/+187
2007-11-30Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison1-46/+65
2007-11-30Merge join error codes from Samba 4.Günther Deschner1-0/+3
2007-11-30Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner1-4/+4
2007-11-30Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner1-0/+36
2007-11-30Add talloc versions of all the next_token() functions.Jeremy Allison1-605/+728
2007-11-29Remove pstrings from clifile.c.Jeremy Allison1-25/+36
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison3-318/+439
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