summaryrefslogtreecommitdiff
path: root/source3/utils/smbgroupedit.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-14/+2
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-6/+6
2002-10-01Updates from Samba HEAD:Andrew Bartlett1-0/+1
2002-09-26syncing up with HEAD again....Gerald Carter1-21/+26
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-1/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+15
2002-02-03Make smbgroupedit a little easier on the user.Andrew Bartlett1-15/+59
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-29Since we have dynamic initialisation in the group mapping code, makeTim Potter1-5/+0
2002-01-26The new plugable password backend system needs to be initialised afterAndrew Bartlett1-5/+5
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-5/+9
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-12/+10
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-12/+9
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-18/+38
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-3/+2
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-07-09allow to rename an NT groupJean-François Micouleau1-2/+5
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-4/+5
2001-03-23can delete mapping from command line now.Jean-François Micouleau1-12/+15
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+341