summaryrefslogtreecommitdiff
path: root/source3/utils/net_sam.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-19/+19
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-5/+5
2010-03-28s3: Slightly simplify unmap_unix_groupVolker Lendecke1-4/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-36/+68
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-21/+21
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-26/+26
2009-10-28s3-net: acct_flags are uint32_t in net_sam_set_userflag().Günther Deschner1-1/+1
2009-08-11s3 net: i18n support for net samKai Blin1-318/+349
2009-07-15s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...Bo Yang1-4/+4
2009-06-28Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke1-3/+3
2009-06-17s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...David Markey1-18/+24
2009-06-17s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant".Günther Deschner1-10/+14
2009-06-09Make "net sam [add|del]mem" work for domain groupsVolker Lendecke1-0/+24
2009-06-09Implement "net sam deletedomaingroup"Volker Lendecke1-0/+53
2009-06-08Make "net ads listmem" also work for domain groupsVolker Lendecke1-14/+34
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-1/+2
2009-06-07Add "net sam createdomaingroup"Volker Lendecke1-0/+36
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-7/+7
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-6/+10
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-06-17net sam: fix typo in commentMichael Adam1-1/+1
2008-06-17net sam: fix typo in debug message.Michael Adam1-1/+1
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-10/+10
2008-06-10net: Make "net sam" use functable3Kai Blin1-110/+351
2008-05-20net: Use true/false instead of True/False.Kai Blin1-3/+3
2008-05-10net: more whitespace cleanupKai Blin1-9/+9
2008-05-10net: Remove globalsKai Blin1-62/+83
2008-04-10objectclass -> objectClassKarolin Seeger1-3/+3
2007-12-26Properly destroy the pdb search objectVolker Lendecke1-1/+1
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-15Replace sid_string_static with sid_string_tosVolker Lendecke1-5/+4
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-5/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10r25040: Add "net sam rights"Volker Lendecke1-4/+136
2007-10-10r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.Jeremy Allison1-6/+8
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-19/+19
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23323: merged ldb changes from 3.0.26Andrew Tridgell1-0/+2
2007-10-10r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke1-0/+118
2007-10-10r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke1-7/+8
2007-10-10r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke1-8/+7
2007-10-10r22766: Merge from 3_0:Volker Lendecke1-7/+8
2007-10-10r22412: Add a "deletelocalgroup" subcommand to net sam.Michael Adam1-0/+42
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+1
2007-10-10r21776: fix bugs #4438 #4440Simo Sorce1-4/+10
2007-10-10r20654: Fix from Karolin Seeger <ks@sernet.de>: Accept "forever", "off" and "...Volker Lendecke1-7/+15
2007-10-10r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...Volker Lendecke1-26/+57
2007-10-10r19840: Fix an uninitialized variableVolker Lendecke1-0/+7