summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify libnet_smbconf_delshare().Michael Adam2007-12-251-2/+2
* Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam2007-12-251-2/+2
* Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam2007-12-251-24/+0
* Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam2007-12-241-2/+2
* Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam2007-12-241-12/+10
* Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam2007-12-231-2/+2
* Move net_conf_setparm() to libnet_conf.cMichael Adam2007-12-231-11/+1
* Move reg_setvalue_internal() to libnet_conf.cMichael Adam2007-12-231-78/+10
* Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam2007-12-231-13/+5
* Move smbconf_value_exists() to libnet/net_conf.cMichael Adam2007-12-231-17/+1
* Fix net_dom_join & net_dom_unjoin.Günther Deschner2007-12-221-19/+38
* Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner2007-12-211-8/+8
* Some libnet and netapi build fixes.Günther Deschner2007-12-211-1/+1
* Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner2007-12-211-142/+16
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-2/+2
* Make usage message for net sam rights list a little more precise.Michael Adam2007-12-171-1/+1
* Fix flags in all callers of lookup_name() in net_sam.c.Michael Adam2007-12-171-16/+16
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-158-25/+29
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-1511-36/+38
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-5/+10
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-152-5/+6
* Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison2007-12-121-1/+1
* Only add the non-root escape on !developer.Jeremy Allison2007-12-121-1/+1
* Fix the buildfarm until I figure out how to allowJeremy Allison2007-12-121-0/+2
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-121-0/+4
* Some cleanups for "net dom join".Günther Deschner2007-12-121-4/+9
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-111-3/+3
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-1016-24/+26
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-074-26/+51
* We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison2007-12-071-4/+0
* Make all the tools use the proper accessor functions.Jeremy Allison2007-12-062-13/+14
* Fix typos in auth change.Jeremy Allison2007-12-061-2/+2
* Get closer to building with smbmount. Move parameter line changesJeremy Allison2007-12-061-6/+8
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-062-7/+16
* Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ...Karolin Seeger2007-12-061-3/+8
* Remove some globalsVolker Lendecke2007-12-051-2/+4
* The usual !pstring...Jeremy Allison2007-12-042-5/+10
* More pstring elimination.Jeremy Allison2007-12-041-2/+3
* Remove pstrings.Jeremy Allison2007-12-041-84/+166
* Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2007-12-041-14/+33
* Remove pstr_sprintf. Replace with snprintf.Jeremy Allison2007-12-041-46/+72
* Back to pstring removal.Jeremy Allison2007-12-041-12/+27
* Gone from usershare.Jeremy Allison2007-12-031-61/+151
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-039-159/+238
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-3/+5
* Fix shutdown callers.Günther Deschner2007-12-031-6/+7
* Fix svcctl callers.Günther Deschner2007-12-032-11/+11
* Fix winreg callers.Günther Deschner2007-12-031-28/+29
* Actually implement reboot feature for net dom join/unjoin.Günther Deschner2007-12-032-8/+77