| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up a bit :-) | Volker Lendecke | 2004-03-14 | 1 | -0/+13 |
| * | Add and delete aliases via srv_samr_nt. For that I added a RID allocation call | Volker Lendecke | 2004-03-14 | 1 | -5/+37 |
| * | Add find_alias, create_alias, delete_alias, get_aliasinfo, set_aliasinfo and | Volker Lendecke | 2004-03-13 | 1 | -0/+109 |
| * | Don't pass DOM_SIDs around when pointers are enough. | Volker Lendecke | 2004-03-10 | 1 | -4/+4 |
| * | Fix to debug message lacking termination with '\n'. | Rafal Szczesniak | 2004-03-09 | 1 | -14/+14 |
| * | Ok here it is my latest work on privileges | Simo Sorce | 2004-03-01 | 1 | -11/+0 |
| * | Add aliases to winbindd_getgroups(). | Volker Lendecke | 2004-03-01 | 1 | -16/+23 |
| * | Apply my experimental aliases support to HEAD. This will be a bit difficult to | Volker Lendecke | 2004-02-29 | 1 | -1/+281 |
| * | When creating a group via a script, don't let winbind do it as well. | Volker Lendecke | 2004-02-17 | 1 | -3/+1 |
| * | janitor duty (merges from 3.0) and cleanup compiler warning on SuSE 9 in the ... | Gerald Carter | 2004-02-02 | 1 | -30/+44 |
| * | (merge from 3.0) | Andrew Bartlett | 2004-01-05 | 1 | -28/+63 |
| * | more group lookup access fixes on the neverending bug 281 | Gerald Carter | 2003-12-10 | 1 | -5/+23 |
| * | * fix RemoveSidForeignDomain() ; bug 252 | Gerald Carter | 2003-12-04 | 1 | -14/+16 |
| * | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 2003-11-24 | 1 | -1/+7 |
| * | sync 3.0 into HEAD for the last time | Gerald Carter | 2003-09-09 | 1 | -5/+29 |
| * | port latest changes from SAMBA_3_0 tree | Simo Sorce | 2003-08-02 | 1 | -1/+1 |
| * | trying to get HEAD building again. If you want the code | Gerald Carter | 2003-07-16 | 1 | -568/+168 |
| * | remove testing debug line | Simo Sorce | 2003-05-02 | 1 | -1/+1 |
| * | shouldn't wellknown group be well.. ..WKN_GRP ? | Simo Sorce | 2003-05-02 | 1 | -12/+13 |
| * | don't implement any group mapping functions in the guest sam module | Gerald Carter | 2003-04-29 | 1 | -0/+48 |
| * | Fix broken regexp in cvsignore for *.po{,32} files. | Tim Potter | 2003-04-14 | 1 | -2/+2 |
| * | Ignore .po and .po32 files. | Martin Pool | 2003-04-09 | 1 | -0/+2 |
| * | The group mapping functions are not called | Volker Lendecke | 2003-03-23 | 1 | -6/+6 |
| * | Remove 'unixsam' from the default passdb backends. | Andrew Bartlett | 2003-02-22 | 1 | -0/+55 |
| * | add_initial_entry should fail if string_to_sid fails. | Martin Pool | 2003-02-18 | 1 | -1/+5 |
| * | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 2003-01-15 | 4 | -1337/+0 |
| * | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -3/+3 |
| * | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 2002-11-23 | 1 | -11/+18 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -1/+1 |
| * | This moves the group mapping API into the passdb backend. | Volker Lendecke | 2002-10-21 | 1 | -5/+5 |
| * | Revert changes | Volker Lendecke | 2002-10-17 | 1 | -24/+16 |
| * | Create group mappings on the fly. | Volker Lendecke | 2002-10-16 | 1 | -16/+24 |
| * | Add a timeout to tdb_lock_bystring(). Ensure we never have more than | Jeremy Allison | 2002-10-04 | 1 | -1/+1 |
| * | Ok, getting a bit more ambitious. Stop me, if this is wrong. ;-) | Volker Lendecke | 2002-09-23 | 1 | -2/+28 |
| * | Sorry for the new parameter, but I think to really reflect what's coming | Volker Lendecke | 2002-09-21 | 1 | -3/+21 |
| * | Put in intermediate version of new SAM system. It's not stable yet, code | Jelmer Vernooij | 2002-08-28 | 2 | -6/+2 |
| * | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 2002-06-07 | 1 | -6/+4 |
| * | DEBUG cleanup. | Jean-François Micouleau | 2002-04-19 | 1 | -1/+1 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 5 | -9/+8 |
| * | Since we have dynamic initialisation in the group mapping code, make | Tim Potter | 2002-01-29 | 1 | -72/+94 |
| * | Patch from Kevin Stefanik <kstef@mtppi.org> to do some more error checking for | Andrew Bartlett | 2002-01-27 | 1 | -6/+24 |
| * | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 2002-01-17 | 1 | -1/+2 |
| * | don't try to allocate zero bytes | Andrew Tridgell | 2002-01-13 | 1 | -10/+7 |
| * | When re-writing tdb version numbers as little endian int32, we must | Jeremy Allison | 2002-01-09 | 1 | -6/+8 |
| * | Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endian | Jeremy Allison | 2002-01-09 | 1 | -5/+18 |
| * | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 2002-01-03 | 1 | -1/+1 |
| * | Actually enforce the passdb API. | Andrew Bartlett | 2002-01-02 | 1 | -1/+1 |
| * | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 2001-12-04 | 1 | -27/+69 |
| * | added a tdb to store the account policy informations. | Jean-François Micouleau | 2001-12-03 | 1 | -0/+3 |
| * | init group db before use | Andrew Tridgell | 2001-12-03 | 1 | -0/+12 |