summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* got rid of the date headers off all text docsAndrew Tridgell2001-06-2532-98/+0
* 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
* added some comments to make the cli read code clearerAndrew Tridgell2001-06-221-4/+14
* use next_token instead of strtok.Simo Sorce2001-06-211-6/+7
* Ok - I misspoke.... mmap returns MAP_FAILED, not neccessarily -1 :-).Jeremy Allison2001-06-211-2/+6
* When mmap fails it returns -1 *NOT NULL*.Jeremy Allison2001-06-211-1/+7
* Merging Gerry's spoolss changes.Jeremy Allison2001-06-214-620/+724
* merge from 2.2Gerald Carter2001-06-217-1829/+3382
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-2114-290/+153
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-218-654/+673
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-214-16/+22
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-208-18/+227
* Warning fix from Andrew Bartlett.Jeremy Allison2001-06-201-1/+1
* initial support for paramter type P_LISTSimo Sorce2001-06-206-690/+856