summaryrefslogtreecommitdiffstats
path: root/source/utils/net_groupmap.c
Commit message (Expand)AuthorAgeFilesLines
* r12185: Cosmetic cleanupVolker Lendecke2007-10-101-1/+1
* r12182: Cosmetic cleanupVolker Lendecke2007-10-101-9/+5
* r12129: Fix uninitialized variables.Volker Lendecke2007-10-101-0/+3
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-5/+5
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+2
* r6706: * fix bug that prevented smbclient from creating directoriesGerald Carter2007-10-101-3/+1
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-10/+42
* r5918: Fix typo.John Terpstra2007-10-101-1/+1
* r5234: Do not use the "Local Unix Group"-default description for all kinds ofGünther Deschner2007-10-101-2/+16
* r4285: Allow -v or -l for displaying verbose groupmap-listing as well asGünther Deschner2007-10-101-0/+3
* r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke2007-10-101-1/+1
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-101-1/+1
* r1720: Show correct help for net groupmap commands.Günther Deschner2007-10-101-3/+3
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-0/+108
* Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke2004-02-261-0/+141
* Fix success message for net groupmap modifyVolker Lendecke2004-02-161-1/+1
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-3/+2
* Fix from gregory@networksentry.co.za, don't clobber the comment if itJeremy Allison2003-09-151-2/+2
* Fix error message when calling namedtogid() fails adding a group mapTim Potter2003-09-111-1/+1
* Don't ask, it's too embarrassing :-)Volker Lendecke2003-08-151-1/+1
* When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke2003-08-061-6/+11
* Fix memleakVolker Lendecke2003-07-151-0/+2
* (fixing bug in my last commit)Andrew Bartlett2003-06-211-6/+6
* This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett2003-06-211-4/+46
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-32/+7
* Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison2003-05-151-1/+1
* fix and if () that should be an 'else if()'Gerald Carter2003-04-251-1/+1
* groupmap delet should take a name or a SIDGerald Carter2003-04-241-2/+13
* allow the unix group in a mapping to be changed; doesn't work with LDAP right...Gerald Carter2003-04-231-1/+21
* don't reset the group type unless specifiedGerald Carter2003-04-221-14/+8
* default new groups to domain groupsGerald Carter2003-04-221-3/+3
* support referencing group by sid in all operations; allow group name to be ch...Gerald Carter2003-04-221-13/+60
* removing some ifdef'd out codeGerald Carter2003-04-221-8/+0
* Fixup a few typos for Jerry.Jeremy Allison2003-04-211-4/+4
* * fix segfault when no vfs objects definedGerald Carter2003-04-211-5/+15
* Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter2003-04-191-0/+419