summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-11-20Typo fix.Rafal Szczesniak1-2/+2
2003-11-19Look at error before using it in debug statement.Jeremy Allison1-3/+2
2003-11-19Added useful information to debug lines.Rafal Szczesniak1-4/+4
2003-11-19changing versionb to pre4Gerald Carter1-1/+1
2003-11-19as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell6-7/+292
2003-11-19Group quotas patch from "Heinreichsberger, Helmut" <Helmut.Heinreichsberger@w...Jeremy Allison1-19/+32
2003-11-19Correct fix for checking of '$' name termination.Jeremy Allison1-3/+2
2003-11-18Useful debug message. Patch by metze.Rafal Szczesniak1-2/+4
2003-11-18Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2-14/+4
2003-11-18Ensure we mangle names ending in '.' in hash2 mangling method.Jeremy Allison1-1/+1
2003-11-17Fix from Andrew Bartlett to fix up the munged-dial problem.Jeremy Allison2-6/+16
2003-11-17This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke1-1/+2
2003-11-17* make sure we only enumerate group mapping entriesGerald Carter3-152/+44
2003-11-14fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter3-28/+52
2003-11-13* Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2-7/+9
2003-11-13More casty-foo ...Richard Sharpe1-1/+2
2003-11-13Squelch some warnings with more casty-foo.Richard Sharpe1-2/+2
2003-11-13Fix a couple of warnings with casts.Richard Sharpe1-2/+2
2003-11-12show locked files for -u <user>; bug 590Gerald Carter1-10/+41
2003-11-12Omit html documentation tree because it has been moved to the separateRafal Szczesniak1-7/+10
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell21-3/+19
2003-11-12added support for "make pch" to build a precompiled header. Note thatAndrew Tridgell1-0/+6
2003-11-11fix crash bug due to empyrt munged dial string; patch from metzeGerald Carter1-1/+1
2003-11-10Patch from Andrew Bartlett <abartlet@samba.org> for security=server coreJeremy Allison1-6/+8
2003-11-10Fix a problem with configure on *BSD systems. Make sure we add -liconv etcRichard Sharpe1-0/+2
2003-11-09Skip over the winbind separator when looking up a user.Volker Lendecke1-0/+1
2003-11-07* only install swat html files onceGerald Carter3-17/+34
2003-11-07Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison4-16/+121
2003-11-07fix for bug 680 (heads up). This gist is to map theGerald Carter3-385/+361
2003-11-07don't allow setting of the guest accountGerald Carter1-0/+8
2003-11-07Implement %i-Macro for the locally used IP address. With this you can againVolker Lendecke2-0/+31
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke5-18/+18
2003-11-07I agree with vl's #if 0 here, and am not quite sure what I wasAndrew Bartlett1-13/+0
2003-11-07Remove compleatly wrong comments. (There were correct, 2 years ago...)Andrew Bartlett1-6/+0
2003-11-07Add newline to debug messageAndrew Bartlett1-1/+1
2003-11-06A fix to allow configure to find iconv on a number of systems including thoseRichard Sharpe2-22/+24
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter9-29/+34
2003-11-06Fix bug #471. (const needed in lp_set_name_resolve_order).Jeremy Allison1-2/+2
2003-11-06Ignore tallocdump binary. Previous commit was printf warning fixes and anTim Potter1-2/+3
2003-11-06Undo accidentally committed stuff.Tim Potter1-111/+0
2003-11-06Ignore tallocdump binary.Tim Potter2-2/+113
2003-11-06run krb5 logins through the username map if the winbindd lookup fails; bug 698Gerald Carter1-4/+9
2003-11-06patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570Gerald Carter1-0/+1
2003-11-06Undo last commit to get things building again.Tim Potter1-2/+4
2003-11-06bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flagGerald Carter1-1/+1
2003-11-06Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branchRichard Sharpe1-4/+2
2003-11-05Compile tdbdump by default.Volker Lendecke1-1/+7
2003-11-05Patch from James Henstridge to allow rpcclient adddriver command to specifyTim Potter1-3/+12
2003-11-05make sure that we expand %H (from vl); bug 612Gerald Carter1-0/+3
2003-11-05Fix coredump in cli_get_backup_list.Jeremy Allison1-5/+2