Age | Commit message (Expand) | Author | Files | Lines |
2007-12-26 | Convert pdbedit to use pdb_search_users | Volker Lendecke | 1 | -78/+123 |
2007-12-26 | Properly destroy the pdb search object | Volker Lendecke | 1 | -1/+1 |
2007-12-26 | Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath(). | Michael Adam | 1 | -2/+3 |
2007-12-26 | Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path(). | Michael Adam | 1 | -1/+1 |
2007-12-25 | Add two missing free-s. | Michael Adam | 1 | -0/+2 |
2007-12-25 | Remove talloc context parameter from libnet_smbconf_delparm(). | Michael Adam | 1 | -4/+1 |
2007-12-25 | Add a missing free. | Michael Adam | 1 | -0/+1 |
2007-12-25 | Remove talloc context parameter from libnet_smbconf_setparm(). | Michael Adam | 1 | -5/+1 |
2007-12-25 | Remove talloc context parameter from libnet_smbconf_drop(). | Michael Adam | 1 | -1/+1 |
2007-12-25 | Rename drop_smbconf_internal() to libnet_smbconf_drop(). | Michael Adam | 1 | -1/+1 |
2007-12-25 | Move drop_smbconf_internal() to libnet_conf.c | Michael Adam | 1 | -50/+0 |
2007-12-25 | Use the proper boolean constants in net_conf.c | Michael Adam | 1 | -10/+10 |
2007-12-25 | Add error reporting to net_conf_delshare(). | Michael Adam | 1 | -2/+8 |
2007-12-25 | Simplify libnet_smbconf_delshare(). | Michael Adam | 1 | -2/+2 |
2007-12-25 | Rename reg_delkey_internal() to libnet_smbconf_delshare(). | Michael Adam | 1 | -2/+2 |
2007-12-25 | Move reg_delkey_internal() to libnet/libnet_conf.c | Michael Adam | 1 | -24/+0 |
2007-12-24 | Make libnet_smbconf_key_exists() use talloc_stackframe(). | Michael Adam | 1 | -2/+2 |
2007-12-24 | Move logic of net_conf_getparm() to libnet_conf.c. | Michael Adam | 1 | -12/+10 |
2007-12-23 | Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern... | Michael Adam | 1 | -2/+2 |
2007-12-23 | Move net_conf_setparm() to libnet_conf.c | Michael Adam | 1 | -11/+1 |
2007-12-23 | Move reg_setvalue_internal() to libnet_conf.c | Michael Adam | 1 | -78/+10 |
2007-12-23 | Move logic of net_smbconf_delparm() to libnet/libnet_conf.c | Michael Adam | 1 | -13/+5 |
2007-12-23 | Move smbconf_value_exists() to libnet/net_conf.c | Michael Adam | 1 | -17/+1 |
2007-12-22 | Fix net_dom_join & net_dom_unjoin. | Günther Deschner | 1 | -19/+38 |
2007-12-21 | Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx. | Günther Deschner | 1 | -8/+8 |
2007-12-21 | Some libnet and netapi build fixes. | Günther Deschner | 1 | -1/+1 |
2007-12-21 | Very quick conversion of net_conf functions into the libnet_conf layer. | Günther Deschner | 1 | -142/+16 |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -2/+2 |
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 |