| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix syntax error! | Tim Potter | 2003-08-15 | 1 | -1/+1 |
* | fix compile warnings on IRIX | Gerald Carter | 2003-08-15 | 1 | -5/+29 |
* | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 2003-07-22 | 1 | -1/+1 |
* | fixes for 'net rpc vampire'. I can now take a blank Samba host | Gerald Carter | 2003-07-16 | 1 | -18/+14 |
* | We should report if a group mapping fails. This should fix bug#225. | Volker Lendecke | 2003-07-15 | 1 | -3/+1 |
* | moving more code around. | Gerald Carter | 2003-07-11 | 1 | -4/+2 |
* | Large set of changes to add UNIX account/group management | Gerald Carter | 2003-07-09 | 1 | -56/+121 |
* | Fix memleak in groupdb. Spotted by Metze | Alexander Bokovoy | 2003-07-04 | 1 | -1/+1 |
* | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 2003-06-18 | 1 | -510/+47 |
* | And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey | Volker Lendecke | 2003-06-18 | 1 | -0/+2 |
* | And more other memory leaks. One new (idmap) and one ancient (groupdb). | Volker Lendecke | 2003-06-17 | 1 | -0/+4 |
* | And finally IDMAP in 3_0 | Simo Sorce | 2003-05-12 | 1 | -11/+12 |
* | 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 |
* | groups in the Builtin domain S-5-32 are alias and not well-known groups | Jean-François Micouleau | 2001-12-01 | 1 | -11/+15 |
* | Missing return in free_privilege() | Tim Potter | 2001-11-30 | 1 | -0/+2 |
* | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 2001-11-29 | 1 | -104/+307 |
* | added "net join" command | Andrew Tridgell | 2001-11-24 | 1 | -2/+2 |
* | added lsaenumprivsaccount and lsalookupprivvalue to rpcclient | Jean-François Micouleau | 2001-11-24 | 1 | -0/+10 |
* | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 2001-11-23 | 1 | -52/+163 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 5 | -7/+0 |