summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Got serious about const again.Jeremy Allison2001-11-044-98/+100
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-034-43/+58
* Added support for UserListGroups, ServiceEnumSteve French2001-11-031-0/+125
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-312-31/+46
* More const.Andrew Bartlett2001-10-311-2/+2
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-2/+23
* Some tweaking to make the samlogon function look more like NT on the wire.Tim Potter2001-10-311-7/+7
* Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett2001-10-311-0/+6
* Fix debug in domain_client_validate() when password server = *.Tim Potter2001-10-301-1/+1
* Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter2001-10-301-13/+41
* Added samlogon command to test against win2k native mode server. I thinkTim Potter2001-10-301-0/+72
* This patch applied, except without the structure changes to nmblib.cAndrew Bartlett2001-10-295-8/+8