Age | Commit message (Expand) | Author | Files | Lines |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -2/+4 |
2007-12-04 | The usual !pstring... | Jeremy Allison | 2 | -5/+10 |
2007-12-04 | More pstring elimination. | Jeremy Allison | 1 | -2/+3 |
2007-12-04 | Remove pstrings. | Jeremy Allison | 1 | -84/+166 |
2007-12-04 | Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc(). | Jeremy Allison | 1 | -14/+33 |
2007-12-04 | Remove pstr_sprintf. Replace with snprintf. | Jeremy Allison | 1 | -46/+72 |
2007-12-04 | Back to pstring removal. | Jeremy Allison | 1 | -12/+27 |
2007-12-03 | Gone from usershare. | Jeremy Allison | 1 | -61/+151 |
2007-12-03 | Getting to the home stretch for elimination of pstrings... | Jeremy Allison | 9 | -159/+238 |
2007-12-03 | Remove pstring from clirap2 by completely rewriting the damn | Jeremy Allison | 1 | -3/+5 |
2007-12-03 | Fix shutdown callers. | Günther Deschner | 1 | -6/+7 |
2007-12-03 | Fix svcctl callers. | Günther Deschner | 2 | -11/+11 |
2007-12-03 | Fix winreg callers. | Günther Deschner | 1 | -28/+29 |
2007-12-03 | Actually implement reboot feature for net dom join/unjoin. | Günther Deschner | 2 | -8/+77 |
2007-12-03 | Reformatting | Volker Lendecke | 1 | -2/+4 |
2007-11-30 | Add "net dom" command suite to "net". | Günther Deschner | 2 | -0/+2 |
2007-11-30 | Add "net dom unjoin" code. | Günther Deschner | 1 | -0/+52 |
2007-11-30 | Add "net dom join" code. | Günther Deschner | 1 | -0/+116 |
2007-11-30 | Move param helper routines to one place. | Günther Deschner | 2 | -45/+0 |
2007-11-29 | Remove PSTRING_LEN from smbd/ nmbd/. | Jeremy Allison | 1 | -2/+3 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 2 | -7/+12 |
2007-11-29 | Allow calling "net rpc join" and "net rpc trustdom" without specifying server... | Michael Adam | 1 | -1/+1 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 1 | -13/+13 |
2007-11-27 | Remove some statics | Volker Lendecke | 1 | -2/+5 |
2007-11-24 | Remove a static | Volker Lendecke | 1 | -3/+5 |
2007-11-23 | Make remote_password_change return malloced error strings | Volker Lendecke | 1 | -2/+3 |
2007-11-23 | add talloc_stackframe() to eventlogadm | Volker Lendecke | 1 | -0/+2 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 1 | -5/+7 |
2007-11-20 | Add talloc stackframe for ntlm_auth.c | Jeremy Allison | 1 | -0/+2 |
2007-11-19 | Add error message to net rap file and net rap file user | Karolin Seeger | 1 | -0/+8 |
2007-11-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 2 | -2/+2 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -2/+1 |
2007-11-13 | Remove pstring from param/ | Jeremy Allison | 1 | -4/+4 |
2007-11-09 | ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) | Stefan Metzmacher | 1 | -3/+6 |
2007-11-09 | Sanitize smbcacls slightly | Volker Lendecke | 1 | -94/+144 |
2007-11-09 | Make base64_encode_data_blob return a talloced string | Volker Lendecke | 2 | -12/+12 |
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -5/+9 |
2007-11-05 | Ensure we null out the address correctly. | Jeremy Allison | 1 | -1/+2 |
2007-11-06 | Fix another segfault and make smbfilter run again. | Michael Adam | 1 | -1/+3 |
2007-11-06 | Fix a segfault. | Michael Adam | 1 | -0/+2 |
2007-11-06 | Try to fix the build. There was one forgotten caller | Michael Adam | 1 | -2/+2 |
2007-11-05 | Make sure we can read SACLs from the registry. | Günther Deschner | 1 | -1/+5 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 2 | -2/+2 |
2007-11-02 | Forgot one more getnameinfo. | Jeremy Allison | 1 | -1/+1 |
2007-11-02 | Fix Solaris by ensuring we use the IPv4 or IPv6 length | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 3 | -3/+3 |
2007-10-26 | Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE). | Jeremy Allison | 1 | -4/+4 |
2007-10-26 | Fix a few more sockaddr -> sockaddr_storgage. | Jeremy Allison | 1 | -3/+3 |
2007-10-26 | one more struct in_addr => struct sockaddr_storage | Stefan Metzmacher | 1 | -6/+12 |
2007-10-25 | Fixed missing in_addr -> sockaddr_storage conversion (how did | Jeremy Allison | 1 | -10/+14 |