summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-12-21- handle kerberos session setup reply with broken null terminationAndrew Tridgell1-4/+5
2001-12-21try to handle end of packet for not null terminated domain stringsAndrew Tridgell1-1/+3
2001-12-19added trusted realm support to ADS authenticationAndrew Tridgell1-2/+2
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-2/+2
2001-12-13Added comment.Tim Potter1-0/+2
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-2/+4
2001-12-12Always use ASCII strings when changing passwords with RAP.Jeremy Allison1-3/+3
2001-12-11handle a NULL hostname in cli_connect()Andrew Tridgell1-0/+3
2001-12-11detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell1-1/+11
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter1-0/+52
2001-12-10NT_STATUS(0x80000005) maps to ERRDOS,234Jean-François Micouleau1-1/+1
2001-12-10added enum alias groups to rpcclientJean-François Micouleau1-0/+78
2001-12-10Treat RAP codes differently.Jeremy Allison1-19/+20
2001-12-10RAP error strings take precedence as they are not encoded in the SMB headerJeremy Allison1-9/+9
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+59
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