summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix clidfs.c compile.Jeremy Allison2007-12-061-2/+3
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-064-94/+117
* Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
* Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2007-12-052-212/+347
* remove some staticsVolker Lendecke2007-12-053-66/+38
* Remove some globalsVolker Lendecke2007-12-054-7/+6
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-042-88/+5
* Don't forget to delete the stackframe.Jeremy Allison2007-12-031-0/+1
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-1684/+2211
* Add decode_wkssvc_join_password_buffer().Günther Deschner2007-12-031-0/+29
* Fix some C++ warningsVolker Lendecke2007-12-011-1/+1
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-40/+85
* Whitespace cleanup.Jeremy Allison2007-11-301-209/+201
* Remove pstring from clirap.c.Jeremy Allison2007-11-301-118/+187
* Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison2007-11-301-46/+65
* Merge join error codes from Samba 4.Günther Deschner2007-11-301-0/+3
* Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner2007-11-301-4/+4
* Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner2007-11-301-0/+36
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-605/+728
* Remove pstrings from clifile.c.Jeremy Allison2007-11-291-25/+36
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-293-318/+439
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-299-59/+85
* Remove pstrings. Ensure we validate offsets.Jeremy Allison2007-11-291-64/+132
* Remove unused code (and pstring).Jeremy Allison2007-11-281-92/+0
* Remove pstrings from asn1.c.Jeremy Allison2007-11-271-11/+28
* Remove pstrings from namequery.c.Jeremy Allison2007-11-271-24/+47
* 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