summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Remove some staticsVolker Lendecke2007-11-271-1/+1
* In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke2007-11-251-0/+1
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-231-31/+38
* More pstring removal....Jeremy Allison2007-11-201-47/+98
* Always check return from push_ascii.Jeremy Allison2007-11-191-1/+6
* Add stackframes to public libsmbclient functionsVolker Lendecke2007-11-191-64/+245
* Remove pstring from nmbd.Jeremy Allison2007-11-191-12/+34
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-2/+6
* Remove all pstrings from smbd/chgpasswd.c.Jeremy Allison2007-11-121-11/+25
* Some pstring removalVolker Lendecke2007-11-114-40/+61
* Remove a static fstringVolker Lendecke2007-11-111-11/+12
* Remove a static fstringVolker Lendecke2007-11-111-1/+1
* Fix some warningsVolker Lendecke2007-11-091-1/+2
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-4/+2
* pstring removalVolker Lendecke2007-11-091-4/+5
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-4/+1
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-20/+24
* add win_errstr() as wrapper of dos_errstr().Stefan Metzmacher2007-11-081-0/+6
* Ensure we don't use massive writes in pipe mode.Jeremy Allison2007-11-061-2/+3
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-11/+12
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-033-22/+21
* Change the client library to write directly out ofJeremy Allison2007-11-022-35/+136
* Fix for bug 5021Volker Lendecke2007-11-011-1/+5
* Our userlevel SMBwriteX call is non-standard in that itJeremy Allison2007-10-301-8/+10
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-291-8/+34
* Change our DNS code to cope with AAAA records. A6 recordsJeremy Allison2007-10-292-12/+11
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-275-12/+12
* Move the horrible hack for link local addresses out of namequery.cJeremy Allison2007-10-261-26/+0
* Fix resolve name to resolve IPv6 addresses of link-local%ifaddrJeremy Allison2007-10-251-0/+26
* Fix cast typo - would have broken all dgram sends.Jeremy Allison2007-10-251-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-2411-694/+999
* Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter2007-10-191-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1839-383/+383
* Add net rap file userKarolin Seeger2007-10-181-1/+4
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-10/+50
* 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-106-26/+39
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-1015-1100/+112
* r25538: Revert r25533Volker Lendecke2007-10-101-2/+26
* r25533: remove a pstringVolker Lendecke2007-10-101-26/+2
* r25510: Now we're returning the port instead of using a global,Jeremy Allison2007-10-101-1/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-102-216/+333
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-104-77/+11
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-104-11/+77
* r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:Stefan Metzmacher2007-10-101-0/+14
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+2
* r25032: Contact an off site DC if non is available on site.Lars Müller2007-10-101-9/+16
* r24981: - Use the formal syntax for calling functions through pointers. I've...Derrell Lipman2007-10-102-94/+98
* r24969: Fwd port "open" patchSimo Sorce2007-10-102-3/+3
* r24864: - Correct failure of libsmbclient against a version of Windows found ...Derrell Lipman2007-10-101-24/+2