summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Writable string const fixes.Jeremy Allison2003-03-053-8/+14
* Connectathon fix. W2K -> W2K over port 445 doing a tconX does the fullJeremy Allison2003-03-051-7/+2
* Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett2003-03-041-2/+2
* Another pstrcpy() into malloc()ed buffer fix.Andrew Bartlett2003-03-031-2/+2
* Const warning fixes.Jeremy Allison2003-03-031-2/+2
* dlsym takes a const char *.Jeremy Allison2003-03-031-1/+1
* Fix "might be used uninitialised" warnings.Jeremy Allison2003-03-031-2/+2
* Do my janitorial duties to encourage others to do so.Richard Sharpe2003-03-032-7/+8
* * always report ourselves as a Windows 2000 print server (evenGerald Carter2003-03-031-8/+29
* * CR1868: only send a change notify message if we have somethingGerald Carter2003-03-032-2/+14
* Try the PASSWD environment variable if we don't have one from the command line.Andrew Bartlett2003-03-031-0/+4
* Fixes to the vfs_fake_perms modules - we only need to specify the VFSAndrew Bartlett2003-03-031-211/+29
* Add constAndrew Bartlett2003-03-031-1/+1
* i forgot to commit the privilege db init callAndrew Tridgell2003-03-011-0/+4
* Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison2003-03-012-0/+10
* the new DEVELOPER checks for string overflows have (as expected)Andrew Tridgell2003-03-012-3/+12
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
* Fix HTTP error codes (patch by Vance Lankhaar)Jelmer Vernooij2003-02-281-3/+3
* fixed a crash bug in the new winbindd 'sids rule!' codeAndrew Tridgell2003-02-281-1/+1
* Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool2003-02-281-6/+8
* - added help on -P optionAndrew Tridgell2003-02-281-0/+2
* Doxygen janitorMartin Pool2003-02-283-9/+9
* Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool2003-02-281-14/+14
* Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd"Martin Pool2003-02-281-1/+1
* Doxygen janitor: check_domain_match parameter is spelledMartin Pool2003-02-281-2/+2
* Fix comment typoMartin Pool2003-02-281-1/+1
* Remove reference to "mainpage.dox" and CodingStandards, which haveMartin Pool2003-02-282-11/+3
* Add a comment about the meaning of samba's internal character set andMartin Pool2003-02-281-0/+24
* Add simple test harness that exposes StrCaseCmp for testing.Martin Pool2003-02-281-0/+20
* cleanup some compiler warningsJim McDonough2003-02-281-3/+3
* Improve net ads lookup:Jim McDonough2003-02-281-61/+142
* *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limitJeremy Allison2003-02-283-15/+61
* don't forget the NULLGerald Carter2003-02-271-3/+3
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
* additional fix for CR 601Gerald Carter2003-02-274-2/+26
* Doxygen janitorMartin Pool2003-02-271-5/+6
* Remove documentation for obsolete parameters, but add a note in 'upgrading-to...Jelmer Vernooij2003-02-272-146/+18
* We now use <anchor/> instead of just <anchor> (strict XML syntax)Jelmer Vernooij2003-02-271-1/+1
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-276-29/+77
* Fix possible memory leak on failure.Andrew Bartlett2003-02-271-0/+1
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-277-19/+162
* Add -Wwrite-strings to our --enable-developer settings.Andrew Bartlett2003-02-261-2/+2
* Netlogon-unigroup changes needed for the winbind RID-to-SID conversion.Andrew Bartlett2003-02-261-12/+25
* Kill RID-only and domain+RID madness from winbind.Andrew Bartlett2003-02-269-440/+377
* init_valid_table: Fix a memory leak that would lose theMartin Pool2003-02-261-8/+15
* Merge from appliance:Tim Potter2003-02-261-34/+23
* Fix compiler warning.Tim Potter2003-02-251-1/+1
* More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2003-02-2516-89/+97
* Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined.Tim Potter2003-02-251-0/+2