summaryrefslogtreecommitdiffstats
path: root/source3/groupdb
Commit message (Expand)AuthorAgeFilesLines
* 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-025-7/+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-175-22/+15
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* Realloc fix.Jeremy Allison2001-08-191-6/+5
* Realloc fixes.Jeremy Allison2001-08-191-13/+8
* Realloc fixes.Jeremy Allison2001-08-191-6/+5
* Realloc fixes.Jeremy Allison2001-08-191-2/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-125-13/+42
* 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
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-252-2/+0
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-137-2762/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-134-351/+160
* reverted lookup change. from ignacio.Luke Leighton1999-08-051-1/+1
* renamed getfilepwent() and endfilepwent() to getfileent() and endfileent()Luke Leighton1999-07-132-4/+4
* Ignacio Coupeau <icoupeau@unav.es> suggested modification to ldap search.Luke Leighton1999-07-081-1/+1
* Greg Dickie spotted some wierd memory corruption problem with groupLuke Leighton1999-03-093-21/+21
* last unix group not being listed. spotted by jacques sansdrap.Luke Leighton1999-02-193-3/+3
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-033-23/+146
* Finally committing my LDAP changes.Matthew Chapman1999-01-153-49/+385
* added ldap files by Matthew Chapman.Luke Leighton1998-12-073-0/+951
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-078-31/+189
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-021-3/+10
* ok. unix-nt mapping code issuesLuke Leighton1998-12-013-6/+6
* builtin alias password APILuke Leighton1998-11-302-0/+727
* weekend work. user / group database API.Luke Leighton1998-11-296-201/+190
* we have a problem: resolution of "Primary Group RID" which we assumedLuke Leighton1998-11-261-0/+1
* yeehaah got users to be included in S-1-5-xxx-yyy-zzz's local groups.Luke Leighton1998-11-251-13/+32
* fixing group database issuesLuke Leighton1998-11-251-1/+6
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-11/+1
* sorting out difference between aliases and groups in the cases whereLuke Leighton1998-11-242-20/+51
* cvs being STUPIDLuke Leighton1998-11-233-101/+58