summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2002-01-05Add a comment on how this error map was derrived.Andrew Bartlett1-0/+22
2002-01-05Add a touch of constAndrew Bartlett1-1/+1
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett2-407/+430
2002-01-03Initialise result on success in cli_spoolss_enum_printers() so we don't getTim Potter1-0/+2
2002-01-03The werror<->nt status code map has changed and has broken all the spoolssTim Potter1-7/+7
2002-01-01This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett1-2/+2
2002-01-01Add a function to convert 'NT_STATUS...' strings back into their actual errorAndrew Bartlett1-0/+16
2002-01-01Add a specialised version of tpot's libsmb samlogon code for use withAndrew Bartlett1-0/+86
2001-12-31Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett1-1/+7
2001-12-31Fix up the comment in the copyright headerAndrew Bartlett1-2/+1
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce1-3/+2
2001-12-30Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett1-3/+2
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