summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* when using non-encrypted password ignore the ntpass variable toAndrew Tridgell2001-12-041-2/+2
* const religionAndrew Tridgell2001-12-031-1/+1
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-031-1/+113
* added queryuseraliases to rpcclientJean-François Micouleau2001-12-021-0/+49
* added samr_query_sec_obj for rpcclientJean-François Micouleau2001-12-011-0/+46
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-21/+22
* fixed some krb5 ifdefsAndrew Tridgell2001-11-282-3/+3
* fixed a core dump in server level securityAndrew Tridgell2001-11-281-2/+4
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+4
* Cross merge to make 2.2 and HEAD closer.Jeremy Allison2001-11-281-9/+6
* Fix another memory leak spotted by Tom Jansen.Richard Sharpe2001-11-271-0/+1
* prevent a bogus insure wild ptr messageAndrew Tridgell2001-11-271-1/+2
* prevent a memory leak of cli structuresAndrew Tridgell2001-11-271-1/+7
* increment the value not the pointerAndrew Tridgell2001-11-261-1/+1
* Fix --enable-developer shadow warningAndrew Bartlett2001-11-261-3/+3
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-262-5/+3
* And delete domain_client_validate.c...Andrew Bartlett2001-11-261-432/+0
* use DEBUG() not d_printf() in librariesAndrew Tridgell2001-11-261-2/+2
* Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison2001-11-251-6/+8
* Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett2001-11-254-5/+74
* added "net join" commandAndrew Tridgell2001-11-241-0/+7
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-242-5/+6
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-0/+174
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-0/+2
* 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-232-11/+15
* Added constants and error message for dos error code 1326 (logon failure).Tim Potter2001-11-232-1/+13
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-0/+69
* 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
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+53
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+82
* Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2001-11-221-22/+24
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-213-11/+58
* One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe2001-11-211-0/+7
* Fix up the build again...Andrew Bartlett2001-11-211-1/+1
* Fix up libsmbclient in head.Richard Sharpe2001-11-211-1366/+1413
* add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell2001-11-201-0/+26
* - make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell2001-11-201-8/+4
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-1/+1
* Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe2001-11-171-24/+44
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-151-46/+34
* Doxygen demo for Tim.Martin Pool2001-11-151-9/+24
* Close the socket and set the file descriptor to -1 if there was a socketTim Potter2001-11-141-0/+9
* Removed the "reestablish" code. Tridge - scream if this was needed....Jeremy Allison2001-11-142-60/+2
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* Add function to add those hosts who have added msbrowse (domain master browsers)Steve French2001-11-071-0/+8
* Fixed looking up domain (winbind) users ahead of local users inTim Potter2001-11-051-6/+18
* free the negTokenInit structureAndrew Tridgell2001-11-051-0/+2
* merge from 2.2. Why is STR_CONVERT missing when comparingGerald Carter2001-11-051-1/+1