summaryrefslogtreecommitdiff
path: root/source3/utils/net_groupmap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12182: Cosmetic cleanupVolker Lendecke1-9/+5
2007-10-10r12129: Fix uninitialized variables.Volker Lendecke1-0/+3
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-5/+5
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+2
2007-10-10r6706: * fix bug that prevented smbclient from creating directoriesGerald Carter1-3/+1
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-10/+42
2007-10-10r5918: Fix typo.John Terpstra1-1/+1
2007-10-10r5234: Do not use the "Local Unix Group"-default description for all kinds ofGünther Deschner1-2/+16
2007-10-10r4285: Allow -v or -l for displaying verbose groupmap-listing as well asGünther Deschner1-0/+3
2007-10-10r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke1-1/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r1720: Show correct help for net groupmap commands.Günther Deschner1-3/+3
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+108
2004-02-26Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke1-0/+141
2004-02-16Fix success message for net groupmap modifyVolker Lendecke1-1/+1
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