summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r3294: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+9
* r3292: A fix from Narayana Pattipati <narayana[dot]pattipati[at]wipro\dotty/...Richard Sharpe2007-10-102-3/+3
* r3275: Fix from Michael Sweet <mike@easysw.com> for bug #1892.Jeremy Allison2007-10-101-4/+4
* r3273: Ensure we're consistent in the use of strchr_m for '@'.Jeremy Allison2007-10-103-4/+4
* r3264: fix lmhosts lookup so that we don't say we found something when we rea...Gerald Carter2007-10-101-24/+29
* r3228: Fix for bugzilla #1884 from Brett Funderburg. Use the value ofTim Potter2007-10-101-2/+2
* r3225: Fix correct use of resume name. Cope with the resumeJeremy Allison2007-10-101-3/+7
* r3221: Remove check for allow-trusted-domains so that this thing does not thr...John Terpstra2007-10-101-1/+1
* r3151: Add the "no warranty"-section in the licence header.Günther Deschner2007-10-101-0/+10
* r3146: Some cleanup for idmap_rid:Günther Deschner2007-10-101-155/+150
* r3145: Add experimental idmap_rid-Plugin.Günther Deschner2007-10-103-0/+519
* r3143: Allow for multiple DC's to be named as #1c names in lmhosts.Volker Lendecke2007-10-101-13/+26
* r3140: * try to ensure consistent usage of the username map.Gerald Carter2007-10-102-14/+27
* r3138: Fix from Sorin Manolache <sorinm@gmail.com> for memory leak.Jeremy Allison2007-10-101-0/+1
* r3137: Do not simply ignore failing idmap-module init for remotemaps.Günther Deschner2007-10-101-1/+4
* r3121: Bug #1956. Ensure errno is saved and restored consistently on a normal...Jeremy Allison2007-10-101-8/+18
* r3120: Fix bug #1955 reported by Love <lha@stacken.kth.se>. Inconsistent erro...Jeremy Allison2007-10-101-3/+3
* r3117: Fix from Tom Lackemann <cessnatomny@yahoo.com> for bug #1954.Jeremy Allison2007-10-101-3/+6
* r3072: Fix for bug #1947 - incorrect use of getpwnam() etc. interface.Jeremy Allison2007-10-101-6/+0
* r3069: add 'force printername' service parameter for people that want to enfo...Gerald Carter2007-10-103-17/+43
* r3068: strip guest mount option off before sending to kernel mount routine to...Steve French2007-10-101-0/+6
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-108-346/+425
* r3066: BUG 1519: fix segfault caused by double free of a printerGerald Carter2007-10-101-1/+0
* r3065: BUG 1519 (more): apparently the server_name notify request is used to ...Gerald Carter2007-10-101-13/+4
* r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...Jeremy Allison2007-10-104-42/+87
* r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter2007-10-104-14/+19
* r3008: when checking for the existance of a lock we are only doing a singleAndrew Tridgell2007-10-101-3/+0
* r3002: Fix for bug #1886 - prevent delete on close being setJeremy Allison2007-10-102-18/+43
* r2999: Remove lockedkeys code. Not used.Jeremy Allison2007-10-102-72/+0
* r2996: readability fix for length check; no semantic changesGerald Carter2007-10-101-1/+1
* r2979: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-4/+4
* r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...Jeremy Allison2007-10-101-1/+1
* r2959: If we want to support writes >= 65536 with cli_write, then it had betterRichard Sharpe2007-10-101-4/+4
* r2955: fixing a segfault uncovered by the changes for BUG 1519Gerald Carter2007-10-103-4/+8
* r2942: Add client-side support of triggering ads printer publishing over msrpcGünther Deschner2007-10-105-0/+295
* r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke2007-10-104-3/+878
* r2924: Another #if that should be an #ifdef.Tim Potter2007-10-101-2/+2
* r2923: Fix some obvious copy/paste leftover debug-messages.Günther Deschner2007-10-101-8/+8
* r2918: BUG 1907: fix getprinterdriverdir_1(). have to make sure we don't add...Gerald Carter2007-10-101-2/+11
* r2917: Fix ip address override in mount.cifs mount helper and clean up warnin...Steve French2007-10-101-45/+61
* r2905: Apply the patch for bug #1822. Add -D_REENTRANT to CPPFLAGS and -lthreadRichard Sharpe2007-10-101-3/+6
* r2899: Change some #if DEBUG_PASSWORD's to #ifdef DEBUG_PASSWORD.Tim Potter2007-10-104-4/+4
* r2894: Certain versions of GNU ld the default is not to have theTim Potter2007-10-101-1/+20
* r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett2007-10-104-142/+104
* r2865: Add static and remove unused functions that only cload the blame-gameAndrew Bartlett2007-10-102-289/+3
* r2852: Oh. Allow to migrate win2k3/xp-drivers as well.Günther Deschner2007-10-101-0/+1
* r2837: Fix printer-migration w.r.t. to new naming-convention forGünther Deschner2007-10-101-40/+37
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter2007-10-1033-35/+35
* r2834: Netapps can return NT_STATUS_ACCESS_DENIED when trying to return theTim Potter2007-10-101-0/+3
* r2832: Readd WKGUID-binding to match the correct default-locations of newGünther Deschner2007-10-104-7/+87