summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Added comment.Tim Potter2001-12-131-0/+2
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-2/+4
* Always use ASCII strings when changing passwords with RAP.Jeremy Allison2001-12-121-3/+3
* handle a NULL hostname in cli_connect()Andrew Tridgell2001-12-111-0/+3
* detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell2001-12-111-1/+11
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-0/+52
* NT_STATUS(0x80000005) maps to ERRDOS,234Jean-François Micouleau2001-12-101-1/+1
* added enum alias groups to rpcclientJean-François Micouleau2001-12-101-0/+78
* Treat RAP codes differently.Jeremy Allison2001-12-101-19/+20
* RAP error strings take precedence as they are not encoded in the SMB headerJeremy Allison2001-12-101-9/+9
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-0/+59
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-1/+1
* Leak less memory.Andrew Bartlett2001-12-081-8/+18
* Added fetch_domain_sid. Not used in current code, but a nice exampleJeremy Allison2001-12-051-0/+96
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-052-1/+198
* Ditto on the const religion.Andrew Bartlett2001-12-051-2/+2
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-042-12/+7
* Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett2001-12-041-2/+2
* Added error message for ERRdiskfull.Tim Potter2001-12-041-0/+1
* 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