summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-11-24added "net join" commandAndrew Tridgell19-251/+902
2001-11-24removed unused functionAndrew Tridgell1-18/+0
2001-11-24rewrote net.cAndrew Tridgell1-1260/+1071
2001-11-24And add the winbind module I missed in the last run.Andrew Bartlett2-0/+222
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett33-743/+1842
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2-36/+11
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau5-8/+370
2001-11-23Sorry. I broke the build, missed on open_directory call.Jeremy Allison1-2/+2
2001-11-23return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau1-1/+1
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau8-95/+266
2001-11-23Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison5-83/+184
2001-11-23Set type to NOTUSED if lookup fail.Jeremy Allison1-0/+1
2001-11-23Update some of the error mapping, based on on-the-wire observations of an NT4...Andrew Bartlett1-7/+7
2001-11-23Finally worked out why a enumerate trusted domains was returning aTim Potter3-12/+35
2001-11-23Added constants and error message for dos error code 1326 (logon failure).Tim Potter3-1/+14
2001-11-23Reference about SIDs from tpot.Martin Pool1-7/+13
2001-11-23More better now.Martin Pool1-4/+4
2001-11-23Got rid of that stupid parse_domain_user() warning when compilingTim Potter1-22/+0
2001-11-23Quieten gcc const warning.Martin Pool1-17/+21
2001-11-23Finish 1.45 by removing redundant sid->string conversion inMartin Pool1-14/+44
2001-11-23I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool1-1/+1
2001-11-23Fixed bug in canned results list for checking the error code of wbinfo.Tim Potter1-14/+14
2001-11-23Don't initialise static pointers to NULL.Tim Potter1-1/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter27-60/+26
2001-11-23Fixed check machine account function.Tim Potter4-74/+63
2001-11-23Ignore *.po files.Tim Potter1-0/+1
2001-11-22Rename $pwd to $test_root to avoid future confusion.Martin Pool1-4/+3
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau6-17/+164
2001-11-22Removed unused variable.Tim Potter1-1/+0
2001-11-22Oops - opening wrong pipe name in cli_lsa_initialise() helper function.Tim Potter1-1/+1
2001-11-22fixing enum_privs and get_dispname server code.Jean-François Micouleau1-20/+20
2001-11-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau3-0/+106
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau4-1/+152
2001-11-22Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2-65/+71
2001-11-22Fixed +ve caching. Still problems with -ve caching.Jeremy Allison1-105/+115
2001-11-22Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison1-2/+8
2001-11-22Added debugs to track down sequence lookup problems.Jeremy Allison1-4/+10
2001-11-22remove unused variablesGerald Carter2-2/+0
2001-11-22merge oops fix from 2.2Gerald Carter1-4/+4
2001-11-22sync up with 2.2Gerald Carter1-0/+9
2001-11-22merge from 2.2Gerald Carter6-64/+685
2001-11-22--with-msdfs wsa removedGerald Carter1-1/+0
2001-11-22WITH_MSDFS is not define anywhere. It's built by default.Gerald Carter1-3/+0
2001-11-22Made a libsmbclient doxygen group and moved all the libsmbclient groupsTim Potter1-13/+21
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau6-28/+136
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison7-40/+88
2001-11-21More spelling fixes, comment reformatting.Tim Potter2-16/+22
2001-11-21Spelling fix, reformatted comment.Tim Potter2-8/+12
2001-11-21One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe1-0/+7
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison3-112/+238