summaryrefslogtreecommitdiffstats
path: root/source3/groupdb
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bit :-)Volker Lendecke2004-03-141-0/+13
* Add and delete aliases via srv_samr_nt. For that I added a RID allocation callVolker Lendecke2004-03-141-5/+37
* Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo andVolker Lendecke2004-03-131-0/+109
* Don't pass DOM_SIDs around when pointers are enough.Volker Lendecke2004-03-101-4/+4
* Fix to debug message lacking termination with '\n'.Rafal Szczesniak2004-03-091-14/+14
* Ok here it is my latest work on privilegesSimo Sorce2004-03-011-11/+0
* Add aliases to winbindd_getgroups().Volker Lendecke2004-03-011-16/+23
* Apply my experimental aliases support to HEAD. This will be a bit difficult toVolker Lendecke2004-02-291-1/+281
* When creating a group via a script, don't let winbind do it as well.Volker Lendecke2004-02-171-3/+1
* janitor duty (merges from 3.0) and cleanup compiler warning on SuSE 9 in the ...Gerald Carter2004-02-021-30/+44
* (merge from 3.0)Andrew Bartlett2004-01-051-28/+63
* more group lookup access fixes on the neverending bug 281Gerald Carter2003-12-101-5/+23
* * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-041-14/+16
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-241-1/+7
* sync 3.0 into HEAD for the last timeGerald Carter2003-09-091-5/+29
* port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-021-1/+1
* trying to get HEAD building again. If you want the codeGerald Carter2003-07-161-568/+168
* 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