Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-07-03 | Renamed generic_request() to winbindd_request() | Tim Potter | 1 | -1/+1 |
2000-06-26 | Fixed display of "Everyone" in SD's. | Jeremy Allison | 1 | -1/+5 |
2000-06-24 | lib/util_sid.c: Uninitialized memory read. | Jeremy Allison | 1 | -0/+5 |
2000-06-23 | Got a bit carried away deleting things. | Tim Potter | 1 | -1/+1 |
2000-06-23 | Removed unused variables. | Tim Potter | 1 | -2/+0 |
2000-06-16 | Simplified server pipe implementation by changing arguments passed down | Tim Potter | 1 | -12/+32 |
2000-06-15 | Removed some debugs. | Tim Potter | 1 | -12/+0 |
2000-06-14 | Changed server side lsa_lookup_sids function to look up SIDs that we are | Tim Potter | 1 | -28/+74 |
2000-05-29 | Fixed LsaQueryInformationPolicy level 3 to return primary domain info. | Matthew Chapman | 1 | -19/+23 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+3 |
2000-05-04 | rpc_server/srv_lsa.c: Bring into sync with 2.0.x. | Jeremy Allison | 1 | -9/+19 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -2/+6 |
2000-04-04 | Removed unused parameter vuid from rpc_server api_* calls. For the very few | Tim Potter | 1 | -17/+8 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -24/+0 |