Age | Commit message (Expand) | Author | Files | Lines |
2007-12-17 | Make usage message for net sam rights list a little more precise. | Michael Adam | 1 | -1/+1 |
2007-12-17 | Fix flags in all callers of lookup_name() in net_sam.c. | Michael Adam | 1 | -16/+16 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 8 | -25/+29 |
2007-12-15 | Replace sid_string_static with sid_string_tos | Volker Lendecke | 11 | -36/+38 |
2007-12-15 | Use sid_string_talloc where we have a tmp talloc ctx | Volker Lendecke | 1 | -5/+10 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2 | -5/+6 |
2007-12-12 | Developer doesn't cut it - need #define test for NSS_WRAPPER. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Only add the non-root escape on !developer. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Fix the buildfarm until I figure out how to allow | Jeremy Allison | 1 | -0/+2 |
2007-12-12 | Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org> | Jeremy Allison | 1 | -0/+4 |
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 |