summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-1/+1
2001-12-08Leak less memory.Andrew Bartlett1-8/+18
2001-12-05Added fetch_domain_sid. Not used in current code, but a nice exampleJeremy Allison1-0/+96
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett2-1/+198
2001-12-05Ditto on the const religion.Andrew Bartlett1-2/+2
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2-12/+7
2001-12-04Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett1-2/+2
2001-12-04Added error message for ERRdiskfull.Tim Potter1-0/+1
2001-12-04when using non-encrypted password ignore the ntpass variable toAndrew Tridgell1-2/+2
2001-12-03const religionAndrew Tridgell1-1/+1
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett1-1/+113
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau1-0/+49
2001-12-01added samr_query_sec_obj for rpcclientJean-François Micouleau1-0/+46
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-21/+22
2001-11-28fixed some krb5 ifdefsAndrew Tridgell2-3/+3
2001-11-28fixed a core dump in server level securityAndrew Tridgell1-2/+4
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+4
2001-11-28Cross merge to make 2.2 and HEAD closer.Jeremy Allison1-9/+6
2001-11-27Fix another memory leak spotted by Tom Jansen.Richard Sharpe1-0/+1
2001-11-27prevent a bogus insure wild ptr messageAndrew Tridgell1-1/+2
2001-11-27prevent a memory leak of cli structuresAndrew Tridgell1-1/+7
2001-11-26increment the value not the pointerAndrew Tridgell1-1/+1
2001-11-26Fix --enable-developer shadow warningAndrew Bartlett1-3/+3
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2-5/+3
2001-11-26And delete domain_client_validate.c...Andrew Bartlett1-432/+0
2001-11-26use DEBUG() not d_printf() in librariesAndrew Tridgell1-2/+2
2001-11-25Use "password server" for searching for BDC's also as Tim suggested.Jeremy Allison1-6/+8
2001-11-25Add a new torture test to extract a NT->DOS error map from an NT member of aAndrew Bartlett4-5/+74
2001-11-24added "net join" commandAndrew Tridgell1-0/+7
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett2-5/+6
2001-11-24added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau1-0/+174
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-0/+2
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 Potter2-11/+15
2001-11-23Added constants and error message for dos error code 1326 (logon failure).Tim Potter2-1/+13
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-0/+69
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-22add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau1-0/+53
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-0/+82
2001-11-22Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison1-22/+24
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison3-11/+58
2001-11-21One more patch from Tom Jansen. Hope I didn't break the tree :-)Richard Sharpe1-0/+7
2001-11-21Fix up the build again...Andrew Bartlett1-1/+1
2001-11-21Fix up libsmbclient in head.Richard Sharpe1-1366/+1413
2001-11-20add asn1 integer handling ready for the ldap netjoin codeAndrew Tridgell1-0/+26
2001-11-20- make sure we use a non-zero session id so we can have multiple connsAndrew Tridgell1-8/+4
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-1/+1
2001-11-17Fix problems with lp_workgroup() being passed to routines that will modifyRichard Sharpe1-24/+44
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison1-46/+34