summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix up overlapping memcpy -> memmove found by valgrind.Jeremy Allison2003-09-031-1/+3
* | Try to add memory keytab support. It also includes much of the genericJim McDonough2003-09-031-1/+141
* | Proposed patch for #308. Needs testing.Jeremy Allison2003-09-021-7/+10
* | Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough2003-09-021-2/+10
* | Check for support for in-memory keytabs, which are needed to make heimdalJim McDonough2003-09-021-0/+22
* | Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2003-09-022-2/+6
* | Fix comment strings to 43 bytes as per spec.Jeremy Allison2003-09-011-3/+2
* | Proper fix for #380 -- use different algorithm to generate codepagesAlexander Bokovoy2003-09-012-3/+19
* | Fix CP437 and CP850 syntax for old compilers removing ANSI C99-specificsAlexander Bokovoy2003-09-012-510/+64
* | Fix bug 342. Short version of --add now -a instead of -A.Tim Potter2003-09-011-2/+2
* | We don't need to #include memory.h here. It's a BSD'ism and just includesTim Potter2003-08-311-1/+0
* | Remove cap_set_quota as it is the same as default oneAlexander Bokovoy2003-08-291-8/+3
* | Update mount helper to take synonyms for file_mode and dir_mode (fmask and dm...Steve French2003-08-291-9/+28
* | bumping versionGerald Carter2003-08-291-1/+1
* | Fix some compiler warnings.Tim Potter2003-08-291-10/+8
* | Add log2pcap to everything target.Tim Potter2003-08-291-2/+4
* | Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-283-8/+18
* | Fixed warnings in secret code.Jeremy Allison2003-08-281-26/+0
* | make sure using_samba 2ed. files get installed okGerald Carter2003-08-281-0/+7
* | getting rid of copmpiler warningGerald Carter2003-08-281-0/+2
* | fixing typos pointed out by Vance in WHATSNEWGerald Carter2003-08-282-2/+57
* | Add length warning on register name.Jeremy Allison2003-08-281-2/+12
* | Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison2003-08-283-9/+16
* | Fix rename of struct gap. ab - LOOK AT THIS. You changed one moduleJeremy Allison2003-08-281-1/+1
* | Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-289-75/+597
* | revert a change to r1.397.2.91 because to operate like the docs; browseable f...Gerald Carter2003-08-281-0/+7
* | Fix email address in copyright statementJim McDonough2003-08-281-1/+1
* | skel_ -> cap_Alexander Bokovoy2003-08-281-51/+51
* | Remove what looks like gcc-isms.Jeremy Allison2003-08-271-16/+17
* | Typo fix.Rafal Szczesniak2003-08-271-1/+1
* | remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-272-3/+5
* | Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-274-467/+493
* | renaming some functions for consistencyGerald Carter2003-08-272-10/+10
* | Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, butJim McDonough2003-08-272-1/+13
* | Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-274-7/+470
* | Check for embedded mb chars when testing for illegal characters like /.Jeremy Allison2003-08-271-1/+23
* | Fix initial debug.Jeremy Allison2003-08-271-1/+1
* | Ignore smbiconv binary as wellAlexander Bokovoy2003-08-271-0/+1
* | Remove completely unneeded malloc/free out of this codepath.Jeremy Allison2003-08-271-12/+11
* | Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-278-25/+24
* | fix segfault on empty wins server name registration replyGerald Carter2003-08-271-2/+4
* | Be consistent about using capital letters in the function names. (The onlyPaul Green2003-08-271-5/+5
* | fix bug 230; make sure to set #define SYSV for solaris; do this outside of th...Gerald Carter2003-08-271-1/+9
* | Fix typo in configure.in for libsmbclientAlexander Bokovoy2003-08-271-1/+1
* | Print an error instead of crashing if no argument is specified forTim Potter2003-08-271-0/+4
* | Update last scan time in rescan_trusted_domains().Tim Potter2003-08-271-0/+2
* | Undo SYSV define for Solaris. Things are more complicated than theyTim Potter2003-08-271-1/+0
* | Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fixTim Potter2003-08-271-0/+1
* | Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-2723-5745/+5337
* | Fix for #150.Alexander Bokovoy2003-08-264-13/+436