summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-2433-743/+1842
* Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2001-11-242-36/+11
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-245-8/+370
* Sorry. I broke the build, missed on open_directory call.Jeremy Allison2001-11-231-2/+2
* return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau2001-11-231-1/+1
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-238-95/+266
* Fixed delete on close bug. Added core dump code to winbindd.Jeremy Allison2001-11-235-83/+184
* Set type to NOTUSED if lookup fail.Jeremy Allison2001-11-231-0/+1
* Update some of the error mapping, based on on-the-wire observations of an NT4...Andrew Bartlett2001-11-231-7/+7
* Finally worked out why a enumerate trusted domains was returning aTim Potter2001-11-233-12/+35
* Added constants and error message for dos error code 1326 (logon failure).Tim Potter2001-11-233-1/+14
* Reference about SIDs from tpot.Martin Pool2001-11-231-7/+13
* More better now.Martin Pool2001-11-231-4/+4
* Got rid of that stupid parse_domain_user() warning when compilingTim Potter2001-11-231-22/+0
* Quieten gcc const warning.Martin Pool2001-11-231-17/+21
* Finish 1.45 by removing redundant sid->string conversion inMartin Pool2001-11-231-14/+44
* I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool2001-11-231-1/+1
* Don't initialise static pointers to NULL.Tim Potter2001-11-231-1/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-2327-60/+26
* Fixed check machine account function.Tim Potter2001-11-234-74/+63
* Ignore *.po files.Tim Potter2001-11-231-0/+1
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-226-17/+164
* Removed unused variable.Tim Potter2001-11-221-1/+0
* Oops - opening wrong pipe name in cli_lsa_initialise() helper function.Tim Potter2001-11-221-1/+1
* fixing enum_privs and get_dispname server code.Jean-François Micouleau2001-11-221-20/+20
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-223-0/+106
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-224-1/+152
* Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2001-11-222-65/+71
* Fixed +ve caching. Still problems with -ve caching.Jeremy Allison2001-11-221-105/+115
* Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison2001-11-221-2/+8
* Added debugs to track down sequence lookup problems.Jeremy Allison2001-11-221-4/+10
* remove unused variablesGerald Carter2001-11-222-2/+0
* merge oops fix from 2.2Gerald Carter2001-11-221-4/+4
* sync up with 2.2Gerald Carter2001-11-221-0/+9
* merge from 2.2Gerald Carter2001-11-226-64/+685
* --with-msdfs wsa removedGerald Carter2001-11-221-1/+0
* WITH_MSDFS is not define anywhere. It's built by default.Gerald Carter2001-11-221-3/+0
* Made a libsmbclient doxygen group and moved all the libsmbclient groupsTim Potter2001-11-221-13/+21
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-216-28/+136
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-217-40/+88
* More spelling fixes, comment reformatting.Tim Potter2001-11-212-16/+22
* Spelling fix, reformatted comment.Tim Potter2001-11-212-8/+12
* One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe2001-11-211-0/+7
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-213-112/+238
* Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2001-11-212-130/+191
* Fix up the build again...Andrew Bartlett2001-11-211-1/+1
* Don't scan locking db on closedown.Jeremy Allison2001-11-211-0/+4
* Fix up libsmbclient in head.Richard Sharpe2001-11-212-1459/+1509
* Fixed sizeof vs array length bug in make_user_info_winbind_crap()Tim Potter2001-11-202-4/+4
* Merged in JohnR's ping messaging extension.Jeremy Allison2001-11-202-33/+45