summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* adding some debugs while tracking down a bugGerald Carter2003-08-261-0/+5
* make sure we keep the trusted domain cache up to dateGerald Carter2003-08-252-10/+33
* update python libraries for new cli_spoolss_getprinterdriver() callGerald Carter2003-08-251-2/+3
* ignore generated smbadduserGerald Carter2003-08-251-0/+1
* fix bug 289; make sure to reset the offset into a string when reallocating spaceGerald Carter2003-08-251-1/+2
* fix bugs 327 & 340; make sure pam_smbpass.so gets linked with all the neccess...Gerald Carter2003-08-251-2/+2
* fix bug #39; save the -W value and restore it after lp_load()Gerald Carter2003-08-251-1/+18
* make sure the printer data value exists before saying you deleted itGerald Carter2003-08-251-0/+5
* Fix memleak.Volker Lendecke2003-08-251-1/+3
* Fix segfault. krb5_free_ticket does not check if it got a NULL ticket.Volker Lendecke2003-08-251-1/+2
* it never amazes me when some new things crawls out of the windowsGerald Carter2003-08-233-2/+13
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-2312-2176/+2088
* struct nmb_name should have 16 byte namestrings, not 17.Jeremy Allison2003-08-221-3/+3
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-222-2/+2
* * Fix for bug 290:Gerald Carter2003-08-223-6/+16
* don't complain if the using_samba book is not in the treeGerald Carter2003-08-221-12/+3
* revert abartet's change that removed the check for CAP_EXTENDED_SECURITY when...Gerald Carter2003-08-221-2/+2
* fix compile problem (stray character)Gerald Carter2003-08-221-1/+1