summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_sam.c
Commit message (Expand)AuthorAgeFilesLines
* s3:net sam provision: compose sid before getting uid for GuestMichael Adam2010-08-141-2/+2
* s3:net sam provision: allocate the uid after composing the sid for AdministratorMichael Adam2010-08-141-6/+7
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-061-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-19/+19
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-5/+5
* s3: Slightly simplify unmap_unix_groupVolker Lendecke2010-03-281-4/+1
* s3 net: Fix compile warningsKai Blin2010-01-191-36/+68
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-191-21/+21
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-26/+26
* s3-net: acct_flags are uint32_t in net_sam_set_userflag().Günther Deschner2009-10-281-1/+1
* s3 net: i18n support for net samKai Blin2009-08-111-318/+349
* s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...Bo Yang2009-07-151-4/+4
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-281-3/+3
* s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ri...David Markey2009-06-171-18/+24
* s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant".Günther Deschner2009-06-171-10/+14
* Make "net sam [add|del]mem" work for domain groupsVolker Lendecke2009-06-091-0/+24
* Implement "net sam deletedomaingroup"Volker Lendecke2009-06-091-0/+53
* Make "net ads listmem" also work for domain groupsVolker Lendecke2009-06-081-14/+34
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-1/+2
* Add "net sam createdomaingroup"Volker Lendecke2009-06-071-0/+36
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-7/+7
* Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke2009-03-071-6/+10
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* net sam: fix typo in commentMichael Adam2008-06-171-1/+1
* net sam: fix typo in debug message.Michael Adam2008-06-171-1/+1
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-10/+10
* net: Make "net sam" use functable3Kai Blin2008-06-101-110/+351
* net: Use true/false instead of True/False.Kai Blin2008-05-201-3/+3
* net: more whitespace cleanupKai Blin2008-05-101-9/+9
* net: Remove globalsKai Blin2008-05-101-62/+83
* objectclass -> objectClassKarolin Seeger2008-04-101-3/+3
* Properly destroy the pdb search objectVolker Lendecke2007-12-261-1/+1
* 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
* Replace sid_string_static with sid_string_tosVolker Lendecke2007-12-151-5/+4
* Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke2007-12-151-5/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* r25040: Add "net sam rights"Volker Lendecke2007-10-101-4/+136
* r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.Jeremy Allison2007-10-101-6/+8
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-19/+19
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23323: merged ldb changes from 3.0.26Andrew Tridgell2007-10-101-0/+2
* r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke2007-10-101-0/+118
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-10-101-7/+8
* r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.Volker Lendecke2007-10-101-8/+7
* r22766: Merge from 3_0:Volker Lendecke2007-10-101-7/+8
* r22412: Add a "deletelocalgroup" subcommand to net sam.Michael Adam2007-10-101-0/+42
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-1/+1
* r21776: fix bugs #4438 #4440Simo Sorce2007-10-101-4/+10