summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* param/loadparm.c: Fix for bad volume label, found by TAKAHASHI MotonobuJeremy Allison2001-06-281-12/+6
* Added info to some of the debug messages to get a better handle on a problemChristopher R. Hertel2001-06-281-24/+56
* Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison2001-06-281-4/+20
* temporarily made smbclient a non-error target so that builds will succeed whe...Andrew Tridgell2001-06-281-10/+6
* Syncup between 2.2 and HEAD.Jeremy Allison2001-06-271-17/+16
* on sco2 socketpair_tcp needs a bindAndrew Tridgell2001-06-271-0/+9
* handle EISCONN in socketpair_tcpAndrew Tridgell2001-06-271-1/+2
* Added some missing entries to usage().Tim Potter2001-06-271-1/+7
* Added back the automatic build of libsmbclient.so in head.Richard Sharpe2001-06-271-1/+1
* Fix a stupid typo ...Richard Sharpe2001-06-271-2/+2
* SGI compiler fixes.Herb Lewis2001-06-264-15/+9
* Add check for working AF_LOCAL sockets, which are borkenMartin Pool2001-06-265-601/+743
* Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison2001-06-261-3/+7
* Put an 0x in front of a hex number.Tim Potter2001-06-261-1/+1
* Fixed bug introduced by changeover of security descriptor code fromTim Potter2001-06-261-1/+8
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17
* fixed buildAndrew Tridgell2001-06-261-0/+1
* fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell2001-06-261-1/+3
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
* Ensure numeric group or user names don't get misinterpreted.Jeremy Allison2001-06-251-4/+8
* Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2001-06-252-88/+280
* Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
* Cosmetic fixups found while playing with the server manager. Added supportTim Potter2001-06-253-1/+122
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-2515-621/+682
* make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell2001-06-251-0/+1
* added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell2001-06-251-3/+17
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-255-46/+59
* fixed errorSimo Sorce2001-06-241-5/+5
* Log debug before and after netbios names copied so we know if they've beenJeremy Allison2001-06-231-0/+3
* uhm some pointer went wrongSimo Sorce2001-06-231-4/+4
* handle P_LIST parametersSimo Sorce2001-06-231-0/+25
* fix compiler warningsSimo Sorce2001-06-231-0/+2
* fix compiler warningsSimo Sorce2001-06-232-4/+0
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-235-10/+20
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba Us...Jeremy Allison2001-06-221-2/+2
* Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison2001-06-221-1/+1
* Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison2001-06-221-8/+0
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-222-9/+9
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-224-3/+96
* sync this function with 2.2 (single check for NULL parameter)Gerald Carter2001-06-221-0/+3
* Removed unused (and potentially crash-causing) free function.Jeremy Allison2001-06-221-14/+0
* add an ignore on proto.hAndrew Tridgell2001-06-221-0/+1
* auto-build proto.h if its not there, but don't make it dependAndrew Tridgell2001-06-222-4704/+4
* Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter2001-06-221-20/+34
* Spelling fix.Tim Potter2001-06-221-1/+1
* the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell2001-06-222-13/+1
* Use cli_read_one() for reading DCE/RPC reply fragments. We need to checkTim Potter2001-06-221-29/+36
* Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter2001-06-221-0/+46
* Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2001-06-222-137/+164