summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-255-5/+148
* Unless the error is exactly NT_STATUS_OK, we might not have a server info, soAndrew Bartlett2001-11-251-1/+1
* I think this is a fix for the "out of space" errors with oplocks=no.Jeremy Allison2001-11-251-49/+58
* Fix ./configure --enable-developer warnings (shadow of global)Andrew Bartlett2001-11-251-2/+2
* better helpAndrew Tridgell2001-11-251-1/+7
* use generate_random_str()Andrew Tridgell2001-11-251-47/+4
* added "net ads user" and "net ads group" commandsAndrew Tridgell2001-11-252-29/+80
* added "net ads status" commandAndrew Tridgell2001-11-252-29/+115
* made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell2001-11-253-5/+192
* stop popt from doing its own intl stuffAndrew Tridgell2001-11-251-16/+0
* better auto-selection of realm and ldap serverAndrew Tridgell2001-11-251-3/+4
* added "net join" commandAndrew Tridgell2001-11-2419-251/+902
* removed unused functionAndrew Tridgell2001-11-241-18/+0
* rewrote net.cAndrew Tridgell2001-11-241-1260/+1071
* And add the winbind module I missed in the last run.Andrew Bartlett2001-11-242-0/+222
* 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
* Fixed bug in canned results list for checking the error code of wbinfo.Tim Potter2001-11-231-14/+14
* 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
* Rename $pwd to $test_root to avoid future confusion.Martin Pool2001-11-221-4/+3
* 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