summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2007-12-09Support fetching very long server lists with RAP_NetServerEnum3.James Peach1-42/+125
2007-12-09Specifically ask for IP4 addresses if we don't have IP6 support.James Peach1-0/+5
2007-12-08Fix C++ warningsVolker Lendecke4-15/+15
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison3-41/+61
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2-11/+18
2007-12-07Fix call to clistr_pull_talloc.Jeremy Allison1-1/+1
2007-12-07Remove pstrings completely except for smbctool (what does this do ?).Jeremy Allison1-37/+73
2007-12-07Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-0/+1
2007-12-07Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens).Günther Deschner1-0/+1
2007-12-06Fix clidfs.c compile.Jeremy Allison1-2/+3
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison4-94/+117
2007-12-06Don't understand this. I have no changes here....Jeremy Allison1-33/+64
2007-12-05Fix path length limits on cli_list (outgoing. IncomingJeremy Allison1-5/+16
2007-12-05Remove arbitrary 1k limit on pathnames. Malloc them.Jeremy Allison2-212/+347
2007-12-05remove some staticsVolker Lendecke3-66/+38
2007-12-05Remove some globalsVolker Lendecke4-7/+6
2007-12-04Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2-88/+5
2007-12-03Don't forget to delete the stackframe.Jeremy Allison1-0/+1
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