summaryrefslogtreecommitdiff
path: root/source3/utils/net_groupmap.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-3/+2
2003-09-15Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison1-2/+2
2003-09-11Fix error message when calling namedtogid() fails adding a group mapTim Potter1-1/+1
2003-08-15Don't ask, it's too embarrassing :-)Volker Lendecke1-1/+1
2003-08-06When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke1-6/+11
2003-07-15Fix memleakVolker Lendecke1-0/+2
2003-06-21(fixing bug in my last commit)Andrew Bartlett1-6/+6
2003-06-21This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett1-4/+46
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-32/+7
2003-05-15Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison1-1/+1
2003-04-25fix and if () that should be an 'else if()'Gerald Carter1-1/+1
2003-04-24groupmap delet should take a name or a SIDGerald Carter1-2/+13
2003-04-23allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter1-1/+21
2003-04-22don't reset the group type unless specifiedGerald Carter1-14/+8
2003-04-22default new groups to domain groupsGerald Carter1-3/+3
2003-04-22support referencing group by sid in all operations; allow group name to be ch...Gerald Carter1-13/+60
2003-04-22removing some ifdef'd out codeGerald Carter1-8/+0
2003-04-21Fixup a few typos for Jerry.Jeremy Allison1-4/+4
2003-04-21* fix segfault when no vfs objects definedGerald Carter1-5/+15
2003-04-19Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter1-0/+419