This is C, not C++
[kai/samba-autobuild/.git] / source /
2003-03-08 Andrew BartlettThis is C, not C++
2003-03-08 Simo Sorcemore on idmap
2003-03-08 Andrew BartlettTestparm needs the extra arg to set_local_machine_name...
2003-03-08 Andrew BartlettMake sure that the 'remote' machine name can only be...
2003-03-08 Andrew BartlettMake it clear that this is a fstrcpy().
2003-03-08 Jeremy AllisonFix typo in earlier fix, caught by Ranjit @ HP.
2003-03-08 Simo Sorcesome more code
2003-03-07 Simo Sorceinitial work for the new idmpa interface
2003-03-07 Jeremy AllisonUse ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed...
2003-03-07 Steve FrenchAdd early prototype of cifs mount helper for Linux
2003-03-07 Jeremy AllisonMissed parentheses around complex logic.
2003-03-07 Jeremy AllisonPatch from Michael Steffens. In his own words :
2003-03-07 Simo SorceSome progress towards gums and tdbsam2
2003-03-07 Andrew BartlettLimit the number of SIDs that may be looked up, in...
2003-03-07 Andrew Bartlettsafe_strcpy() -> fstrcpy() fix, and a cleanup to how...
2003-03-07 Jeremy AllisonFix noticed by Corny.Bondad@hp.com. Ensure we free...
2003-03-07 Jeremy AllisonFound at Connectathon, .NET RC1 arranges trans/trans2...
2003-03-06 Gerald Carteradd #define for the max device name length in a DEVICEMODE
2003-03-06 Andrew BartlettMake smbtorture use the same cli_full_connection()...
2003-03-06 Andrew Bartlettmore off-by-one safe_strcpy()
2003-03-06 Andrew BartlettMore safe_strcpy() off-by-one bug fixes. (mostly moves...
2003-03-06 Martin PoolFIXME about crash on failure case.
2003-03-05 Richard SharpeAdd *SMBSERVER fallback code to smbtorture ...
2003-03-05 Richard SharpeAdd code to allow us to specify the port to connect...
2003-03-05 Andrew BartlettUse new configure test to turn on this automated test...
2003-03-05 Andrew BartlettA couple more fixes for fstrcpy() into a malloced regio...
2003-03-05 Andrew BartlettAdd a test for a useful property of the compiler -...
2003-03-05 Andrew Bartlettalso ignore the autom4te-2.53.cache
2003-03-05 Andrew BartlettThis file has not been maintained for a while - if...
2003-03-05 Martin Poollp_string: Add note about dodgy StrnCpy use.
2003-03-05 Tim PotterUse PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCES...
2003-03-05 Jeremy AllisonMore const fixes.
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-05 Jeremy AllisonConnectathon fix. W2K -> W2K over port 445 doing a...
2003-03-04 Andrew BartlettFix another 'off by one' bug with safe_strcpy(). It...
2003-03-03 Andrew BartlettAnother pstrcpy() into malloc()ed buffer fix.
2003-03-03 Jeremy AllisonConst warning fixes.
2003-03-03 Jeremy Allisondlsym takes a const char *.
2003-03-03 Jeremy AllisonFix "might be used uninitialised" warnings.
2003-03-03 Richard SharpeDo my janitorial duties to encourage others to do so.
2003-03-03 Gerald Carter* always report ourselves as a Windows 2000 print serve...
2003-03-03 Gerald Carter* CR1868: only send a change notify message if we have...
2003-03-03 Andrew BartlettTry the PASSWD environment variable if we don't have...
2003-03-03 Andrew BartlettFixes to the vfs_fake_perms modules - we only need...
2003-03-03 Andrew BartlettAdd const
2003-03-01 Andrew Tridgelli forgot to commit the privilege db init call
2003-03-01 Jeremy AllisonAdded limit to number of jobs enumerated. Set to 0...
2003-03-01 Andrew Tridgellthe new DEVELOPER checks for string overflows have...
2003-03-01 Jeremy AllisonEnsure added jobs increment total_jobs.
2003-02-28 Jelmer VernooijFix HTTP error codes (patch by Vance Lankhaar)
2003-02-28 Andrew Tridgellfixed a crash bug in the new winbindd 'sids rule!'...
2003-02-28 Martin PoolDoxygen janitor: add note that strequal is in fact...
2003-02-28 Andrew Tridgell- added help on -P option
2003-02-28 Martin PoolDoxygen janitor
2003-02-28 Martin PoolDoxygen janitor: fix parameter names, grammar, tag...
2003-02-28 Martin PoolDoxygen janitor: rpc_resolve_dc parameter is spelled...
2003-02-28 Martin PoolDoxygen janitor: check_domain_match parameter is spelled
2003-02-28 Martin PoolFix comment typo
2003-02-28 Martin PoolRemove reference to "mainpage.dox" and CodingStandards...
2003-02-28 Martin PoolAdd a comment about the meaning of samba's internal...
2003-02-28 Martin PoolAdd simple test harness that exposes StrCaseCmp for...
2003-02-28 Jim McDonoughcleanup some compiler warnings
2003-02-28 Jim McDonoughImprove net ads lookup:
2003-02-28 Jeremy Allison*Excellent* patch from Michael Steffens <michael_steffe...
2003-02-27 Gerald Carter don't forget the NULL
2003-02-27 Gerald Carterand the winner of "i should have just written it in...
2003-02-27 Gerald Carterdon't pass NULL pointers to strcmp()
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-27 Martin PoolDoxygen janitor
2003-02-27 Jelmer VernooijWe now use <anchor/> instead of just <anchor> (strict...
2003-02-27 Jelmer Vernooij- Rename 'modules = ' to 'preload modules = '
2003-02-27 Andrew BartlettFix possible memory leak on failure.
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-26 Andrew BartlettAdd -Wwrite-strings to our --enable-developer settings.
2003-02-26 Andrew BartlettNetlogon-unigroup changes needed for the winbind RID...
2003-02-26 Andrew BartlettKill RID-only and domain+RID madness from winbind.
2003-02-26 Martin Poolinit_valid_table: Fix a memory leak that would lose the
2003-02-26 Tim PotterMerge from appliance:
2003-02-25 Tim PotterFix compiler warning.
2003-02-25 Tim PotterMore const fixes and flow on fixes from yesterday's...
2003-02-25 Tim PotterFix unused variable warning when ENCTYPE_ARCFOUR_HMAC...
2003-02-25 Tim PotterFix breakage done by myself yesterday.
2003-02-25 Gerald CarterProgress on CR 601
2003-02-25 Tim PotterFixed up some const related compiler warnings.
2003-02-25 Andrew BartlettAfter some comments from tridge, clean the new usergrou...
2003-02-25 Andrew BartlettFor some reason some attributes in ADS do not appear...
2003-02-25 Andrew BartletttokenGroups are SIDs, so dump them as such.
2003-02-25 Andrew BartlettFix a really nasty bug where some users in AD domains...
2003-02-24 Andrew BartlettWhenever we have a password, use the in-memory ccache...
2003-02-24 Andrew BartlettClean up non-krb5 breakages from my modifications to...
2003-02-24 Andrew BartlettFinish removing setenv replacements from smbwrapper.
2003-02-24 Andrew BartlettMove off-by-one buggy malloc()/safe_strcpy() combinatio...
2003-02-24 Andrew Bartletttypo
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-24 Andrew Bartlettsetenv takes 3 arguments...
2003-02-24 Andrew BartlettIf it's a pstring, use pstrcpy().
2003-02-24 Andrew BartlettFix off-by-one bugs, and move to strdup() rather than...
2003-02-24 Tim PotterQuieten compiler warning.
2003-02-24 Martin PoolMerge documentation from 3_0.
2003-02-24 Andrew BartlettAlways initialise
next