Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-05-08 | Fix for insure missmatched parameter error. | Jeremy Allison | 1 | -1/+1 |
2001-05-02 | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 1 | -1/+1 |
2001-04-22 | Finally got name & SID returns correct. | Jeremy Allison | 1 | -1/+4 |
2001-04-21 | JF pointed out we were returning the wrong info for Domain member with info | Jeremy Allison | 1 | -17/+9 |
2001-03-15 | Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone). | Jeremy Allison | 1 | -1/+1 |
2001-03-15 | Last tweak (I promise :-). Fallback to returning our SID if we're a domain | Jeremy Allison | 1 | -11/+6 |
2001-03-15 | Final ! Fix. | Jeremy Allison | 1 | -2/+8 |
2001-03-15 | Last attempt at fix... | Jeremy Allison | 1 | -1/+1 |
2001-03-15 | Return correct error message if we can't get the SID secret. | Jeremy Allison | 1 | -2/+8 |
2001-03-15 | Fixed a Dr. Watson when viewing permissions - we were missing the "standalone | Jeremy Allison | 1 | -0/+2 |
2001-03-15 | AS/U on a sparc now joins and authenticates against a Samba PDC ! | Jeremy Allison | 1 | -1/+1 |
2001-03-13 | Fixed reading of strings from big-endian RPC clients. | Jeremy Allison | 1 | -3/+3 |
2001-03-13 | Ensure we return the correct names/sids on query info. AS/U showed us what | Jeremy Allison | 1 | -3/+20 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -7/+20 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -10/+5 |
2001-03-01 | Don't return stack structures... | Jeremy Allison | 1 | -12/+18 |
2001-02-26 | Separated lsa code into interface and implementation. | Jeremy Allison | 1 | -0/+2 |
2001-02-26 | Added implementation file for lsa. | Jeremy Allison | 1 | -0/+475 |