index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2599: avoid free()ing our static unalloceted memory that ends up in memory c...
Simo Sorce
1
-1
/
+6
2007-10-10
r2584: After talking to jerry, commit the strlower patch to getent username and
Volker Lendecke
2
-0
/
+3
2007-10-10
r2578: Pick up optimisation from Samba4 - thanks tridge !
Jeremy Allison
1
-0
/
+12
2007-10-10
r2575: Return correct error codes on old SEARCH call (from Samba4 torture tes...
Jeremy Allison
4
-19
/
+17
2007-10-10
r2570: minor fix with Rob's patch. use dos_errstr() instead of W_ERROR_V() w...
Gerald Carter
1
-2
/
+2
2007-10-10
r2569: Patch from Rob Foehl <rwf@loonybin.net>:
Gerald Carter
4
-129
/
+182
2007-10-10
r2567: Patches from Lars Mueller <lmuelle at suse dot de>:
Gerald Carter
1
-2
/
+2
2007-10-10
r2566: Fix creation of aliases via usrmgr. Winbind was too strict checking th...
Volker Lendecke
1
-2
/
+10
2007-10-10
r2564: resurrecting smbd/tdbutil.c
Gerald Carter
1
-0
/
+85
2007-10-10
r2548: Fix for bug reported by Edward Spragins <spragins@gmail.com> - don't t...
Jeremy Allison
1
-2
/
+3
2007-10-10
r2540: Fix it the way Henrik Nordstrom (the patch author) wants :-).
Jeremy Allison
1
-5
/
+3
2007-10-10
r2528: Ensure MIN is defined as a macro so it's not undefined in the .so.
Jeremy Allison
1
-0
/
+4
2007-10-10
r2482: Fix from Arthur van Dongen <avdongen@xs4all.nl> to fix acces -> access...
Jeremy Allison
1
-2
/
+2
2007-10-10
r2481: Patch from Igor Belyi <sambauser@katehok.ac93.org>. Ensure pdb
Jeremy Allison
1
-8
/
+9
2007-10-10
r2479: Stop attribute "modifyTimestamp" from being deleted.
Jeremy Allison
1
-0
/
+5
2007-10-10
r2477: Document "--destination" for "net rpc [printer|share] migrate".
Günther Deschner
1
-1
/
+3
2007-10-10
r2476: now that PRINTER_ATTRIBUTE_PUBLISHED does not get reset anymore, migrate
Günther Deschner
2
-4
/
+43
2007-10-10
r2475: A more helpful debug-message when a connection to a dfs-proxy-share is
Günther Deschner
1
-1
/
+2
2007-10-10
r2474: (re-)fix memleak (initially found by jra).
Günther Deschner
1
-6
/
+0
2007-10-10
r2473: Convert internal data to UTF-8 before calling libxml2
Jelmer Vernooij
1
-26
/
+47
2007-10-10
r2472: Fixed krb5_krbhost_get_addrinfo()-parameters and make failure
Günther Deschner
1
-3
/
+3
2007-10-10
r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.
Volker Lendecke
2
-4
/
+12
2007-10-10
r2466: Fix memleak found by sean.chandler@verizon.net.
Volker Lendecke
1
-1
/
+6
2007-10-10
r2453: I think this is the last lot of fixes to get shared libraries working on
Tim Potter
2
-34
/
+34
2007-10-10
r2451: Fix from Henrik Nordstrom <hno@squid-cache.org> to allow
Jeremy Allison
1
-13
/
+26
2007-10-10
r2450: don't limit the number of groups returned by winbindd_getgroups()
Gerald Carter
1
-4
/
+1
2007-10-10
r2444: Based on jmcd's patch, implement special lists for the ldap user attri...
Volker Lendecke
3
-6
/
+77
2007-10-10
r2440: Use sys_fork instead of fork for the dual daemon so that we get the
Volker Lendecke
1
-1
/
+1
2007-10-10
r2420: Way back at the 1st SambaXP, Simo pointed out a subtle bug related to the
Christopher R. Hertel
2
-18
/
+81
2007-10-10
r2413: Arggg. Stupid, stupid, stupid me ! I added a paranoia test
Jeremy Allison
1
-13
/
+0
2007-10-10
r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.
Jeremy Allison
1
-5
/
+3
2007-10-10
r2395: Patch from "Stefan (metze) Metzmacher" <metze@samba.org> to fix
Jeremy Allison
1
-10
/
+15
2007-10-10
r2392: Steal the nicer error message from Samba4 :-).
Jeremy Allison
1
-8
/
+12
2007-10-10
r2388: fix client quota support
Stefan Metzmacher
4
-9
/
+10
2007-10-10
r2378: Remove two confusing #defines
Volker Lendecke
2
-4
/
+0
2007-10-10
r2374: Fix from Vince Brimhall vbrimhall@novell.com for
Jeremy Allison
1
-1
/
+6
2007-10-10
r2373: Fix typo.
Jeremy Allison
1
-3
/
+3
2007-10-10
r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...
Jeremy Allison
2
-1
/
+8
2007-10-10
r2369: Fix from Richard Renard <rrenard@idealx.com> to fix usermgr and trust ...
Jeremy Allison
1
-1
/
+11
2007-10-10
r2364: Include yp_prot.h before ypclnt.h as AIX 5.2 spits the dummy otherwise.
Tim Potter
1
-3
/
+3
2007-10-10
r2363: Fix to make find_workgroup use the same truncation as
Jeremy Allison
1
-15
/
+28
2007-10-10
r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.
Jeremy Allison
2
-8
/
+13
2007-10-10
r2355: Now we've shipped 3.0.7, add in the DOS fix.
Jeremy Allison
1
-0
/
+6
2007-10-10
r2351: Fix use of an uninitialized variable. valgrind is sooo useful.
Volker Lendecke
1
-2
/
+2
2007-10-10
r2348: fix segmention faults
Stefan Metzmacher
2
-8
/
+11
2007-10-10
r2340: Solve the problem of user sids ending up with gid's and vice versa: This
Volker Lendecke
2
-60
/
+59
2007-10-10
r2338: Remove lonely looking definition of DYNEXP for HPUX in the configure
Tim Potter
1
-1
/
+0
2007-10-10
r2334: Update LDSHFLAGS for HPUX as -Wl is not necessary as we are invoking LD
Tim Potter
1
-1
/
+1
2007-10-10
r2333: check the script is not a 0 lenght string
Simo Sorce
1
-1
/
+1
2007-10-10
r2331: check password script code and example from trunk
Simo Sorce
4
-3
/
+141
[next]