Age | Commit message (Expand) | Author | Files | Lines |
2001-11-23 | Finally worked out why a enumerate trusted domains was returning a | Tim Potter | 3 | -12/+35 |
2001-11-23 | Added constants and error message for dos error code 1326 (logon failure). | Tim Potter | 3 | -1/+14 |
2001-11-23 | Reference about SIDs from tpot. | Martin Pool | 1 | -7/+13 |
2001-11-23 | More better now. | Martin Pool | 1 | -4/+4 |
2001-11-23 | Got rid of that stupid parse_domain_user() warning when compiling | Tim Potter | 1 | -22/+0 |
2001-11-23 | Quieten gcc const warning. | Martin Pool | 1 | -17/+21 |
2001-11-23 | Finish 1.45 by removing redundant sid->string conversion in | Martin Pool | 1 | -14/+44 |
2001-11-23 | I think you were passing the name of the SID, rather than the DOM_SID | Martin Pool | 1 | -1/+1 |
2001-11-23 | Don't initialise static pointers to NULL. | Tim Potter | 1 | -1/+1 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 27 | -60/+26 |
2001-11-23 | Fixed check machine account function. | Tim Potter | 4 | -74/+63 |
2001-11-23 | Ignore *.po files. | Tim Potter | 1 | -0/+1 |
2001-11-22 | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 6 | -17/+164 |
2001-11-22 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-11-22 | Oops - opening wrong pipe name in cli_lsa_initialise() helper function. | Tim Potter | 1 | -1/+1 |
2001-11-22 | fixing enum_privs and get_dispname server code. | Jean-François Micouleau | 1 | -20/+20 |
2001-11-22 | add another command to rpcclient: getdispname. Show the full description | Jean-François Micouleau | 3 | -0/+106 |
2001-11-22 | add a command to rpcclient: enumprivs | Jean-François Micouleau | 4 | -1/+152 |
2001-11-22 | Got positive and negative name caching working correctly with lookupname/look... | Jeremy Allison | 2 | -65/+71 |
2001-11-22 | Fixed +ve caching. Still problems with -ve caching. | Jeremy Allison | 1 | -105/+115 |
2001-11-22 | Fixed caching of lookupname/lookupsid. Error in check of success ! | Jeremy Allison | 1 | -2/+8 |
2001-11-22 | Added debugs to track down sequence lookup problems. | Jeremy Allison | 1 | -4/+10 |
2001-11-22 | remove unused variables | Gerald Carter | 2 | -2/+0 |
2001-11-22 | merge oops fix from 2.2 | Gerald Carter | 1 | -4/+4 |
2001-11-22 | sync up with 2.2 | Gerald Carter | 1 | -0/+9 |
2001-11-22 | merge from 2.2 | Gerald Carter | 6 | -64/+685 |
2001-11-22 | --with-msdfs wsa removed | Gerald Carter | 1 | -1/+0 |
2001-11-22 | WITH_MSDFS is not define anywhere. It's built by default. | Gerald Carter | 1 | -3/+0 |
2001-11-22 | Made a libsmbclient doxygen group and moved all the libsmbclient groups | Tim Potter | 1 | -13/+21 |
2001-11-21 | samr_querydom_info level 1: found the meaning of the unknow fields. And | Jean-François Micouleau | 6 | -28/+136 |
2001-11-21 | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 7 | -40/+88 |
2001-11-21 | More spelling fixes, comment reformatting. | Tim Potter | 2 | -16/+22 |
2001-11-21 | Spelling fix, reformatted comment. | Tim Potter | 2 | -8/+12 |
2001-11-21 | One more patch from Tom Jansen. Hope I didn't break the tree :-) | Richard Sharpe | 1 | -0/+7 |
2001-11-21 | Added transparent +ve caching for lookupname/lookupsid. -ve caching can | Jeremy Allison | 3 | -112/+238 |
2001-11-21 | Preparing to implement +ve and -ve caching for lookupname/lookupsid calls. | Jeremy Allison | 2 | -130/+191 |
2001-11-21 | Fix up the build again... | Andrew Bartlett | 1 | -1/+1 |
2001-11-21 | Don't scan locking db on closedown. | Jeremy Allison | 1 | -0/+4 |
2001-11-21 | Fix up libsmbclient in head. | Richard Sharpe | 2 | -1459/+1509 |
2001-11-20 | Fixed sizeof vs array length bug in make_user_info_winbind_crap() | Tim Potter | 2 | -4/+4 |
2001-11-20 | Merged in JohnR's ping messaging extension. | Jeremy Allison | 2 | -33/+45 |
2001-11-20 | forgot this file | Andrew Tridgell | 1 | -0/+29 |
2001-11-20 | added the beginnings of ADS support in smbd | Andrew Tridgell | 7 | -117/+538 |
2001-11-20 | added ANS1 integer define | Andrew Tridgell | 1 | -0/+1 |
2001-11-20 | added strlcpy() and strlcat() | Andrew Tridgell | 1 | -0/+36 |
2001-11-20 | add a hook to save the krb5 PAC | Andrew Tridgell | 1 | -0/+8 |
2001-11-20 | fix maxfd test to start deleting at right file | Andrew Tridgell | 1 | -0/+1 |
2001-11-20 | fix locktest default parameters | Andrew Tridgell | 1 | -2/+3 |
2001-11-20 | add asn1 integer handling ready for the ldap netjoin code | Andrew Tridgell | 1 | -0/+26 |
2001-11-20 | - make sure we use a non-zero session id so we can have multiple conns | Andrew Tridgell | 1 | -8/+4 |