summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-03-05Writable string const fixes.Jeremy Allison2-7/+13
2003-03-05Fix for little-used lpq parser.Jeremy Allison1-1/+1
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-03-05Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison1-7/+2
2003-03-04forgot that i should run autogen.sh as part of releaseGerald Carter1-1/+0
2003-03-04make sure to call autogen.shGerald Carter2-4/+1
2003-03-04preparing for release of 3.0alpha22Gerald Carter1-1/+1
2003-03-04fixing a few typos & regenerating pagesGerald Carter32-44/+38
2003-03-04fixing a few typosGerald Carter1-4/+4
2003-03-04updating whatsnew for alpha22Gerald Carter1-110/+111
2003-03-04Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett1-2/+2
2003-03-03Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett1-2/+2
2003-03-03More janitorial duties, fixing the BIG_UINT changes for large offsets.Richard Sharpe2-6/+7
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-03-03Fix const warning.Jeremy Allison1-1/+1
2003-03-03dlsym takes a const char *.Jeremy Allison1-1/+1
2003-03-03dlysym takes a const char *.Jeremy Allison1-1/+1
2003-03-03Fix "might be used uninitialised" warnings.Jeremy Allison1-2/+2
2003-03-03Do my janitorial duties to encourage others to do so.Richard Sharpe2-7/+8
2003-03-03* always report ourselves as a Windows 2000 print server (evenGerald Carter1-8/+29
2003-03-03* always report ourselves as a Windows 2000 print server (evenGerald Carter1-8/+29
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter2-2/+14
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter2-4/+16
2003-03-03Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett1-0/+4
2003-03-03Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett1-211/+29
2003-03-03Add constAndrew Bartlett1-1/+1
2003-03-01i forgot to commit the privilege db init callAndrew Tridgell1-0/+4
2003-03-01Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2-0/+10
2003-03-01Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2-0/+10
2003-03-01the new DEVELOPER checks for string overflows have (as expected)Andrew Tridgell2-3/+12
2003-03-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-03-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-02-28Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij1-3/+3
2003-02-28Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij1-3/+3
2003-02-28fixed a crash bug in the new winbindd 'sids rule!' codeAndrew Tridgell1-1/+1
2003-02-28Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool1-6/+8
2003-02-28- added help on -P optionAndrew Tridgell1-0/+2
2003-02-28Doxygen janitorMartin Pool3-9/+9
2003-02-28Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool1-14/+14
2003-02-28Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"Martin Pool1-1/+1
2003-02-28Doxygen janitor: check_domain_match parameter is spelledMartin Pool1-2/+2
2003-02-28Fix comment typoMartin Pool1-1/+1
2003-02-28Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool1-4/+3
2003-02-28Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool2-11/+3
2003-02-28Add a comment about the meaning of samba's internal character set andMartin Pool1-0/+24
2003-02-28Move net ads lookup improvements over from HEADJim McDonough1-61/+142
2003-02-28Add simple test harness that exposes StrCaseCmp for testing.Martin Pool1-0/+20
2003-02-28cleanup some compiler warningsJim McDonough1-3/+3
2003-02-28Improve net ads lookup:Jim McDonough1-61/+142