Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24561: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -1/+1 |
2007-10-10 | r19224: Add setting the rng_fault_state to the already converted pipes. | Volker Lendecke | 1 | -136/+23 |
2007-10-10 | r13458: Add parsing functions - but stub internals for lookupnames3 and 4. | Jeremy Allison | 1 | -1/+65 |
2007-10-10 | r13456: Add lsa_lookup_names2. | Jeremy Allison | 1 | -0/+32 |
2007-10-10 | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 1 | -1/+63 |
2007-10-10 | r7139: trying to reduce the number of diffs between trunk and 3.0; changing v... | Gerald Carter | 1 | -1/+158 |
2007-10-10 | r5726: merge LsaLookupPrivValue() code from trunk | Gerald Carter | 1 | -1/+39 |
2007-10-10 | r4746: add server support for lsa_enum_acct_rights(); last checkin for the night | Gerald Carter | 1 | -0/+32 |
2007-10-10 | r4742: add server support for lsa_add/remove_account_rights() and fix some pa... | Gerald Carter | 1 | -1/+65 |
2007-10-10 | r4724: Add support for Windows privileges in Samba 3.0 | Gerald Carter | 1 | -0/+32 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -1/+1 |
2003-08-14 | Attempt at fixing bug #283. There however is no solution. | Gerald Carter | 1 | -14/+29 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -2/+1 |
2003-05-22 | fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles... | Gerald Carter | 1 | -1/+13 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -2/+2 |
2003-04-15 | use the new modules system for the rpc modules (backport from HEAD) | Jelmer Vernooij | 1 | -4/+0 |
2003-02-14 | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 1 | -10/+11 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -2/+35 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+5 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-14 | add lsa_query_secobj server code. level 4 is the ACL, level 1 is the | Jean-François Micouleau | 1 | -0/+31 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 1 | -14/+111 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-07-09 | implement: | Jean-François Micouleau | 1 | -0/+190 |
2001-06-29 | Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+32 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |
2001-02-26 | Separated lsa code into interface and implementation. | Jeremy Allison | 1 | -515/+58 |
2001-02-26 | Started conversion of lsa server code to canonical format (as srv_reg and | Jeremy Allison | 1 | -58/+93 |
2001-02-13 | It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k | Jeremy Allison | 1 | -4/+13 |
2001-01-25 | Fixed "object picker can't determine if object in domain" bug seen from W2K | Jeremy Allison | 1 | -17/+44 |
2001-01-15 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -3/+3 |
2000-12-15 | Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing | Jeremy Allison | 1 | -11/+16 |
2000-12-15 | lib/util_unistr.c: | Jean-François Micouleau | 1 | -1/+1 |
2000-12-15 | Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged | Jeremy Allison | 1 | -19/+1 |
2000-12-13 | Server side changes for dynamic names in lsa_lookup_names | Tim Potter | 1 | -5/+10 |
2000-12-12 | Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv... | Jeremy Allison | 1 | -7/+35 |
2000-11-13 | Tims fixes for non-local lookup. | Jeremy Allison | 1 | -23/+22 |
2000-10-25 | Removed erroneous +1's on length of unicode domain names for various | Tim Potter | 1 | -2/+2 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 1 | -2/+2 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 1 | -1/+1 |
2000-09-01 | Changes from APPLIANCE_HEAD (per Tim Potter): | David O'Neill | 1 | -2/+2 |
2000-08-10 | Tidied up security rights definitions. | Jeremy Allison | 1 | -2/+1 |
2000-08-02 | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 1 | -1/+1 |
2000-07-10 | Moved winbind client functions from various odd locations to | Tim Potter | 1 | -59/+0 |
2000-07-06 | Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESS | Tim Potter | 1 | -3/+3 |