summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-06-27on sco2 socketpair_tcp needs a bindAndrew Tridgell1-0/+9
2001-06-27handle EISCONN in socketpair_tcpAndrew Tridgell1-1/+2
2001-06-27Added some missing entries to usage().Tim Potter1-1/+7
2001-06-27Added back the automatic build of libsmbclient.so in head.Richard Sharpe1-1/+1
2001-06-27Fix a stupid typo ...Richard Sharpe1-2/+2
2001-06-26SGI compiler fixes.Herb Lewis4-15/+9
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool5-601/+743
2001-06-26Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison1-3/+7
2001-06-26Put an 0x in front of a hex number.Tim Potter1-1/+1
2001-06-26Fixed bug introduced by changeover of security descriptor code fromTim Potter1-1/+8
2001-06-26Always use DOMAIN\user first that this is the more specific case.Jeremy Allison1-12/+17
2001-06-26fixed buildAndrew Tridgell1-0/+1
2001-06-26fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell1-1/+3
2001-06-26Remove warning about trapdoor systems for non-root mode.Andrew Bartlett1-0/+4
2001-06-25Ensure numeric group or user names don't get misinterpreted.Jeremy Allison1-4/+8
2001-06-25Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2-88/+280
2001-06-25Fixed stupid typo that would stop trusted domains working.Jeremy Allison1-4/+3
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter3-1/+122
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell15-621/+682
2001-06-25make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell1-0/+1
2001-06-25added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell1-3/+17
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell5-46/+59
2001-06-24fixed errorSimo Sorce1-5/+5
2001-06-23Log debug before and after netbios names copied so we know if they've beenJeremy Allison1-0/+3
2001-06-23uhm some pointer went wrongSimo Sorce1-4/+4
2001-06-23handle P_LIST parametersSimo Sorce1-0/+25
2001-06-23fix compiler warningsSimo Sorce1-0/+2
2001-06-23fix compiler warningsSimo Sorce2-4/+0
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison5-10/+20
2001-06-23Better fix for client name vulnarability.Jeremy Allison1-0/+2
2001-06-22Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba Us...Jeremy Allison1-2/+2
2001-06-22Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison1-1/+1
2001-06-22Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison1-8/+0
2001-06-22Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2-9/+9
2001-06-22added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell4-3/+96
2001-06-22sync this function with 2.2 (single check for NULL parameter)Gerald Carter1-0/+3
2001-06-22Removed unused (and potentially crash-causing) free function.Jeremy Allison1-14/+0
2001-06-22add an ignore on proto.hAndrew Tridgell1-0/+1
2001-06-22auto-build proto.h if its not there, but don't make it dependAndrew Tridgell2-4704/+4
2001-06-22Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter1-20/+34
2001-06-22Spelling fix.Tim Potter1-1/+1
2001-06-22the BAD_PTR idea in talloc.h is actually a bad idea - it means callers have n...Andrew Tridgell2-13/+1
2001-06-22Use cli_read_one() for reading DCE/RPC reply fragments. We need to checkTim Potter1-29/+36
2001-06-22Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter1-0/+46
2001-06-22Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2-137/+164
2001-06-22added some comments to make the cli read code clearerAndrew Tridgell1-4/+14
2001-06-21use next_token instead of strtok.Simo Sorce1-6/+7
2001-06-21Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-).Jeremy Allison1-2/+6
2001-06-21When mmap fails it returns -1 *NOT NULL*.Jeremy Allison1-1/+7
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison4-620/+724