summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2007-12-26Convert pdbedit to use pdb_search_usersVolker Lendecke1-78/+123
2007-12-26Properly destroy the pdb search objectVolker Lendecke1-1/+1
2007-12-26Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().Michael Adam1-2/+3
2007-12-26Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().Michael Adam1-1/+1
2007-12-25Add two missing free-s.Michael Adam1-0/+2
2007-12-25Remove talloc context parameter from libnet_smbconf_delparm().Michael Adam1-4/+1
2007-12-25Add a missing free.Michael Adam1-0/+1
2007-12-25Remove talloc context parameter from libnet_smbconf_setparm().Michael Adam1-5/+1
2007-12-25Remove talloc context parameter from libnet_smbconf_drop().Michael Adam1-1/+1
2007-12-25Rename drop_smbconf_internal() to libnet_smbconf_drop().Michael Adam1-1/+1
2007-12-25Move drop_smbconf_internal() to libnet_conf.cMichael Adam1-50/+0
2007-12-25Use the proper boolean constants in net_conf.cMichael Adam1-10/+10
2007-12-25Add error reporting to net_conf_delshare().Michael Adam1-2/+8
2007-12-25Simplify libnet_smbconf_delshare().Michael Adam1-2/+2
2007-12-25Rename reg_delkey_internal() to libnet_smbconf_delshare().Michael Adam1-2/+2
2007-12-25Move reg_delkey_internal() to libnet/libnet_conf.cMichael Adam1-24/+0
2007-12-24Make libnet_smbconf_key_exists() use talloc_stackframe().Michael Adam1-2/+2
2007-12-24Move logic of net_conf_getparm() to libnet_conf.c.Michael Adam1-12/+10
2007-12-23Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_intern...Michael Adam1-2/+2
2007-12-23Move net_conf_setparm() to libnet_conf.cMichael Adam1-11/+1
2007-12-23Move reg_setvalue_internal() to libnet_conf.cMichael Adam1-78/+10
2007-12-23Move logic of net_smbconf_delparm() to libnet/libnet_conf.cMichael Adam1-13/+5
2007-12-23Move smbconf_value_exists() to libnet/net_conf.cMichael Adam1-17/+1
2007-12-22Fix net_dom_join & net_dom_unjoin.Günther Deschner1-19/+38
2007-12-21Move NetJoinDomain and friends to NET_API_STATUS and the static libnetapi_ctx.Günther Deschner1-8/+8
2007-12-21Some libnet and netapi build fixes.Günther Deschner1-1/+1
2007-12-21Very quick conversion of net_conf functions into the libnet_conf layer.Günther Deschner1-142/+16
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-2/+2
2007-12-17Make usage message for net sam rights list a little more precise.Michael Adam1-1/+1
2007-12-17Fix flags in all callers of lookup_name() in net_sam.c.Michael Adam1-16/+16
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke8-25/+29
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke11-36/+38
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-5/+10
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-5/+6
2007-12-12Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison1-1/+1
2007-12-12Only add the non-root escape on !developer.Jeremy Allison1-1/+1
2007-12-12Fix the buildfarm until I figure out how to allowJeremy Allison1-0/+2
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison1-0/+4
2007-12-12Some cleanups for "net dom join".Günther Deschner1-4/+9
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-3/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison16-24/+26
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison4-26/+51
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-4/+0
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison2-13/+14
2007-12-06Fix typos in auth change.Jeremy Allison1-2/+2
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison1-6/+8
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2-7/+16
2007-12-06Make output of net getdomainsid more meaningful. Unify spelling of SID. Displ...Karolin Seeger1-3/+8
2007-12-05Remove some globalsVolker Lendecke1-2/+4