summaryrefslogtreecommitdiffstats
path: root/source3/groupdb/mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Merge passdb from HEAD -> 3.0Andrew Bartlett2002-11-021-5/+5
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-5/+49
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-7/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Since we have dynamic initialisation in the group mapping code, makeTim Potter2002-01-291-72/+94
* Patch from Kevin Stefanik <kstef@mtppi.org> to do some more error checking forAndrew Bartlett2002-01-271-6/+24
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-1/+2
* don't try to allocate zero bytesAndrew Tridgell2002-01-131-10/+7
* When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-091-6/+8
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-5/+18
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-27/+69
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-0/+3
* init group db before useAndrew Tridgell2001-12-031-0/+12
* groups in the Builtin domain S-5-32 are alias and not well-known groupsJean-François Micouleau2001-12-011-11/+15
* Missing return in free_privilege()Tim Potter2001-11-301-0/+2
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-104/+307
* added "net join" commandAndrew Tridgell2001-11-241-2/+2
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-0/+10
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-52/+163
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* fixed compilation of groupdbAndrew Tridgell2001-09-171-3/+3
* move to SAFE_FREE()Simo Sorce2001-09-171-10/+9
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-5/+22
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* when retrieving by sid fill also the map.sid fieldJean-François Micouleau2001-07-091-5/+6
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2001-05-171-1/+1
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-0/+1
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-11/+26
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-4/+4
* groupdb/mapping.c:Jeremy Allison2001-03-231-1/+1
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-0/+754