summaryrefslogtreecommitdiff
path: root/source/groupdb
Commit message (Expand)AuthorAgeFilesLines
* remove testing debug lineSimo Sorce2003-05-021-1/+1
* shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-021-12/+13
* don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-291-0/+48
* Fix broken regexp in cvsignore for *.po{,32} files.Tim Potter2003-04-141-2/+2
* Ignore .po and .po32 files.Martin Pool2003-04-091-0/+2
* The group mapping functions are not calledVolker Lendecke2003-03-231-6/+6
* Remove 'unixsam' from the default passdb backends.Andrew Bartlett2003-02-221-0/+55
* add_initial_entry should fail if string_to_sid fails.Martin Pool2003-02-181-1/+5
* small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-154-1337/+0
* BIG patch...Andrew Bartlett2003-01-021-3/+3
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-11/+18
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-1/+1
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-5/+5
* Revert changesVolker Lendecke2002-10-171-24/+16
* Create group mappings on the fly.Volker Lendecke2002-10-161-16/+24
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-1/+1
* Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-)Volker Lendecke2002-09-231-2/+28
* Sorry for the new parameter, but I think to really reflect what's comingVolker Lendecke2002-09-211-3/+21
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-282-6/+2
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-6/+4
* DEBUG cleanup.Jean-François Micouleau2002-04-191-1/+1
* Removed version number from file header.Tim Potter2002-01-305-9/+8
* 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-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