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