Age | Commit message (Expand) | Author | Files | Lines |
2007-12-07 | Remove pstrings completely except for smbctool (what does this do ?). | Jeremy Allison | 1 | -37/+73 |
2007-12-07 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -0/+1 |
2007-12-07 | Add NT_STATUS_DOWNGRADE_DETECTED (thanks to Magnus Mertens). | Günther Deschner | 1 | -0/+1 |
2007-12-06 | Fix clidfs.c compile. | Jeremy Allison | 1 | -2/+3 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 4 | -94/+117 |
2007-12-06 | Don't understand this. I have no changes here.... | Jeremy Allison | 1 | -33/+64 |
2007-12-05 | Fix path length limits on cli_list (outgoing. Incoming | Jeremy Allison | 1 | -5/+16 |
2007-12-05 | Remove arbitrary 1k limit on pathnames. Malloc them. | Jeremy Allison | 2 | -212/+347 |
2007-12-05 | remove some statics | Volker Lendecke | 3 | -66/+38 |
2007-12-05 | Remove some globals | Volker Lendecke | 4 | -7/+6 |
2007-12-04 | Fix signing bug found by Volker. That one was *subtle*. | Jeremy Allison | 2 | -88/+5 |
2007-12-03 | Don't forget to delete the stackframe. | Jeremy Allison | 1 | -0/+1 |
2007-12-03 | Remove pstring from clirap2 by completely rewriting the damn | Jeremy Allison | 1 | -1684/+2211 |
2007-12-03 | Add decode_wkssvc_join_password_buffer(). | Günther Deschner | 1 | -0/+29 |
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-12-01 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 |
2007-11-30 | Fix missing error cleanup noticed by Derrell. | Jeremy Allison | 1 | -3/+6 |
2007-11-30 | Ensure we have 2 bytes of zeros as a pad-buffer at the | Jeremy Allison | 1 | -40/+85 |
2007-11-30 | Whitespace cleanup. | Jeremy Allison | 1 | -209/+201 |
2007-11-30 | Remove pstring from clirap.c. | Jeremy Allison | 1 | -118/+187 |
2007-11-30 | Removed all pstrings from libsmbclient. Derryl please | Jeremy Allison | 1 | -46/+65 |
2007-11-30 | Merge join error codes from Samba 4. | Günther Deschner | 1 | -0/+3 |
2007-11-30 | Make encode_wkssvc_join_password_buffer() non-static. | Günther Deschner | 1 | -4/+4 |
2007-11-30 | Merge encode_wkssvc_join_password_buffer() from samba4. | Günther Deschner | 1 | -0/+36 |
2007-11-30 | Add talloc versions of all the next_token() functions. | Jeremy Allison | 1 | -605/+728 |
2007-11-29 | Remove pstrings from clifile.c. | Jeremy Allison | 1 | -25/+36 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 3 | -318/+439 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 9 | -59/+85 |
2007-11-29 | Remove pstrings. Ensure we validate offsets. | Jeremy Allison | 1 | -64/+132 |
2007-11-28 | Remove unused code (and pstring). | Jeremy Allison | 1 | -92/+0 |
2007-11-27 | Remove pstrings from asn1.c. | Jeremy Allison | 1 | -11/+28 |
2007-11-27 | Remove pstrings from namequery.c. | Jeremy Allison | 1 | -24/+47 |
2007-11-27 | Remove some statics | Volker Lendecke | 1 | -1/+1 |
2007-11-25 | In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENT | Volker Lendecke | 1 | -0/+1 |
2007-11-23 | Make remote_password_change return malloced error strings | Volker Lendecke | 1 | -31/+38 |
2007-11-20 | More pstring removal.... | Jeremy Allison | 1 | -47/+98 |
2007-11-19 | Always check return from push_ascii. | Jeremy Allison | 1 | -1/+6 |
2007-11-19 | Add stackframes to public libsmbclient functions | Volker Lendecke | 1 | -64/+245 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 1 | -12/+34 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -2/+6 |
2007-11-12 | Remove all pstrings from smbd/chgpasswd.c. | Jeremy Allison | 1 | -11/+25 |
2007-11-11 | Some pstring removal | Volker Lendecke | 4 | -40/+61 |
2007-11-11 | Remove a static fstring | Volker Lendecke | 1 | -11/+12 |
2007-11-11 | Remove a static fstring | Volker Lendecke | 1 | -1/+1 |
2007-11-09 | Fix some warnings | Volker Lendecke | 1 | -1/+2 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 1 | -4/+2 |
2007-11-09 | pstring removal | Volker Lendecke | 1 | -4/+5 |
2007-11-08 | Remove more pstring/fstrings. | Jeremy Allison | 1 | -4/+1 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -20/+24 |
2007-11-08 | add win_errstr() as wrapper of dos_errstr(). | Stefan Metzmacher | 1 | -0/+6 |