Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains() | Gerald Carter | 1 | -22/+24 |
2007-10-10 | r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count ) | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r5726: merge LsaLookupPrivValue() code from trunk | Gerald Carter | 1 | -10/+9 |
2007-10-10 | r5456: Increase limit of mapped SIDS to 0x5000, which is what 2k and later do. | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask define | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4724: Add support for Windows privileges in Samba 3.0 | Gerald Carter | 1 | -3/+17 |
2007-10-10 | r196: merging struct uuid from trunk | Gerald Carter | 1 | -1/+1 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -3/+3 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 1 | -2/+0 |
2003-08-14 | Attempt at fixing bug #283. There however is no solution. | Gerald Carter | 1 | -0/+6 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -20/+0 |
2003-01-29 | Merge tridge's client priv code from HEAD. | Jeremy Allison | 1 | -3/+20 |
2003-01-28 | Merging tridge's privillage client changes from HEAD. | Jeremy Allison | 1 | -5/+20 |
2003-01-15 | merging some rpcclient and net functionality from HEAD | Gerald Carter | 1 | -0/+17 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -0/+38 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -15/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-26 | Move the lsa code across to the changed args for lookup_name, and surround it | Andrew Bartlett | 1 | -4/+2 |
2002-01-11 | Correct4ed comment. | Tim Potter | 1 | -1/+1 |
2002-01-02 | Doc. | Martin Pool | 1 | -2/+1 |
2001-12-17 | there is no unknown field in LSA_SEC_QOS | Jean-François Micouleau | 1 | -1/+0 |
2001-12-14 | add lsa_query_secobj server code. level 4 is the ACL, level 1 is the | Jean-François Micouleau | 1 | -16/+47 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 1 | -0/+42 |
2001-11-24 | added lsaenumprivsaccount and lsalookupprivvalue to rpcclient | Jean-François Micouleau | 1 | -0/+13 |
2001-09-14 | Oops. | Tim Potter | 1 | -1/+1 |
2001-09-13 | Discovered a whole lot more opcodes on the LSA pipe while writing a rpc | Tim Potter | 1 | -6/+38 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -1/+0 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -16/+16 |
2001-07-09 | implement: | Jean-François Micouleau | 1 | -2/+150 |
2001-06-29 | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+28 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -0/+1 |
2001-02-26 | Started conversion of lsa server code to canonical format (as srv_reg and | Jeremy Allison | 1 | -0/+19 |
2001-01-25 | Fixed "object picker can't determine if object in domain" bug seen from W2K | Jeremy Allison | 1 | -7/+26 |
2001-01-11 | Merge of various fixes from the tng headers. | Tim Potter | 1 | -5/+5 |
2000-12-13 | make proto | Tim Potter | 1 | -2/+2 |
2000-12-12 | Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv... | Jeremy Allison | 1 | -5/+5 |
2000-12-08 | Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from | Tim Potter | 1 | -1/+1 |
2000-09-20 | Some code moved back from TNG - updates to LSA stuff. Not yet used but | Jeremy Allison | 1 | -2/+19 |
2000-09-06 | Fix for the SID history problem when using a Win2k domain controller | Jeremy Allison | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -91/+32 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -1/+1 |
1999-11-01 | added lsaenumdomains command. | Luke Leighton | 1 | -8/+10 |
1999-03-24 | Fixed LSA Lookup Names. There were a few too many NULL pointers in a | Matthew Chapman | 1 | -2/+4 |
1999-03-19 | Implemented encryption algorithm used for a number of RPC buffers. | Matthew Chapman | 1 | -1/+1 |
1999-03-18 | Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET | Matthew Chapman | 1 | -1/+59 |
1998-12-20 | fix for potential lsass.exe crashing due to negative response from | Luke Leighton | 1 | -1/+1 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 1 | -23/+20 |
1998-11-10 | rpcclient registry commands. | Luke Leighton | 1 | -11/+8 |
1998-10-15 | bug-fixing against: | Luke Leighton | 1 | -4/+24 |