Age | Commit message (Expand) | Author | Files | Lines |
2007-12-12 | Some cleanups for "net dom join". | Günther Deschner | 1 | -4/+9 |
2007-12-11 | Replace "unknown" with access_mask when calling samr_CreateUser2(). | Günther Deschner | 1 | -3/+3 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 16 | -24/+26 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 4 | -26/+51 |
2007-12-07 | We don't need P_GSTRING or P_UGSTRING anymore. | Jeremy Allison | 1 | -4/+0 |
2007-12-06 | Make all the tools use the proper accessor functions. | Jeremy Allison | 2 | -13/+14 |
2007-12-06 | Fix typos in auth change. | Jeremy Allison | 1 | -2/+2 |
2007-12-06 | Get closer to building with smbmount. Move parameter line changes | Jeremy Allison | 1 | -6/+8 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 2 | -7/+16 |
2007-12-06 | Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ... | Karolin Seeger | 1 | -3/+8 |
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 |