Age | Commit message (Expand) | Author | Files | Lines |
2003-03-07 | Limit the number of SIDs that may be looked up, in line with existing code | Andrew Bartlett | 1 | -0/+5 |
2003-02-21 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2003-02-12 | initial server side privileges implementation, using a tdb. This needs to be ... | Andrew Tridgell | 1 | -5/+32 |
2003-02-11 | added server stubs for lsa_enum_acct_with_right | Andrew Tridgell | 1 | -0/+29 |
2003-02-06 | added the LSA privileges server backend stubs. Right now they just log | Andrew Tridgell | 1 | -0/+81 |
2003-01-17 | reverted this patch till I sort out the craziness with UNIHDR | Andrew Tridgell | 1 | -10/+13 |
2003-01-17 | This removes the 3rd argument from init_unistr2(). There were 240 | Andrew Tridgell | 1 | -13/+10 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -22/+19 |
2002-10-21 | This moves the group mapping API into the passdb backend. | Volker Lendecke | 1 | -9/+9 |
2002-09-06 | This is the 'easy' parts of the trusted domains patch n+3 patch from | Andrew Bartlett | 1 | -0/+2 |
2002-07-30 | Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, which | Jim McDonough | 1 | -1/+96 |
2002-07-07 | Updates to the 'name -> sid' code: | Andrew Bartlett | 1 | -1/+1 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -8/+7 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -2/+2 |
2002-05-17 | A few more trusted domains updates from mimir. | Andrew Bartlett | 1 | -6/+16 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -6/+14 |
2002-04-09 | Add a become_root()/unbecome_root() pair to allow acces to the passdb for | Andrew Bartlett | 1 | -0/+4 |
2002-03-29 | Don't core dump listing thousands of users in usrmgr. | Jeremy Allison | 1 | -9/+20 |
2002-03-29 | Ensure we return a parseable value if invalid handle given. | Jeremy Allison | 1 | -17/+17 |
2002-01-31 | this fixes the problem of not being able to add a SD to a file on a | Andrew Tridgell | 1 | -2/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Move the lsa code across to the changed args for lookup_name, and surround it | Andrew Bartlett | 1 | -2/+11 |
2001-12-31 | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 1 | -1/+0 |
2001-12-18 | Fixup JF's weird SID return :-). | Jeremy Allison | 1 | -1/+2 |
2001-12-18 | I'm pretty sure we need to return our netbios name for LSA_QUERY_INFO | Jeremy Allison | 1 | -1/+1 |
2001-12-18 | in lsa_query_info at level 5 in member mode, we must reply our machine | Jean-François Micouleau | 1 | -1/+1 |
2001-12-17 | there is no unknown field in LSA_SEC_QOS | Jean-François Micouleau | 1 | -67/+208 |
2001-12-14 | add lsa_query_secobj server code. level 4 is the ACL, level 1 is the | Jean-François Micouleau | 1 | -0/+70 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -6/+8 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 1 | -17/+162 |
2001-11-23 | return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-) | Jean-François Micouleau | 1 | -1/+1 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 1 | -5/+7 |
2001-11-22 | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 1 | -10/+20 |
2001-11-22 | fixing enum_privs and get_dispname server code. | Jean-François Micouleau | 1 | -20/+20 |
2001-11-22 | add a command to rpcclient: enumprivs | Jean-François Micouleau | 1 | -1/+1 |
2001-10-09 | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 1 | -2/+2 |
2001-10-03 | fix some possible memleaks and not tested reallocs spotted by Andreas Moroder | Simo Sorce | 1 | -0/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -3/+3 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -32/+32 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -1/+1 |
2001-08-24 | Fixed malloc -> talloc problems pointed out by Simo. | Jeremy Allison | 1 | -1/+1 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -10/+10 |
2001-07-12 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-07-09 | implement: | Jean-François Micouleau | 1 | -1/+216 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -18/+9 |
2001-06-29 | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+30 |
2001-06-05 | Merge of lsa_lookup_names() i18n bugfix from appliance. | Tim Potter | 1 | -0/+5 |
2001-06-02 | Merge of i18n domain name fix for lsa_query_info_policy() from appliance | Tim Potter | 1 | -9/+13 |