index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
2007-10-10
1
-3
/
+5
*
r2978: Fix #1926 typo in debug. Found by Bill McGonigle <bill+samba@bfccomput...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...
Andrew Bartlett
2007-10-10
2
-12
/
+63
*
r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It is
Andrew Tridgell
2007-10-10
2
-11
/
+22
*
r2813: Fix the build.
Rafal Szczesniak
2007-10-10
1
-1
/
+1
*
r2778: merged the new samba4 ms_fnmatch code to Samba3. Thanks to Rusty
Andrew Tridgell
2007-10-10
1
-176
/
+131
*
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
2007-10-10
1
-7
/
+45
*
r2729: Fix ldapsam_compat homeDrive. Thanks to jason@env.leeds.ac.uk
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC
Jeremy Allison
2007-10-10
1
-0
/
+26
*
r2610: Even if we only use the fast-path (ascii only) then
Jeremy Allison
2007-10-10
1
-0
/
+21
*
r2605: Fix stupid typo in back-port of Samba4 fix.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2599: avoid free()ing our static unalloceted memory that ends up in memory c...
Simo Sorce
2007-10-10
1
-1
/
+6
*
r2578: Pick up optimisation from Samba4 - thanks tridge !
Jeremy Allison
2007-10-10
1
-0
/
+12
*
r2444: Based on jmcd's patch, implement special lists for the ldap user attri...
Volker Lendecke
2007-10-10
1
-0
/
+48
*
r2392: Steal the nicer error message from Samba4 :-).
Jeremy Allison
2007-10-10
1
-8
/
+12
*
r2361: Fix the appalling toktocliplist() fn. Bug found by Luis Benvenutto.
Jeremy Allison
2007-10-10
1
-5
/
+8
*
r2331: check password script code and example from trunk
Simo Sorce
2007-10-10
1
-1
/
+122
*
r2258: Attempt to fix Bug 1715. Not sure if all of ldapsam_compat works now, ...
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r2231: Fix iconv.c to use the Samba-supplied uint8 type not the uint8_t type,...
Paul Green
2007-10-10
1
-4
/
+4
*
r2213: Optimisation. Passes masktest against W2K3.
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r2175: Fix for #1546 from fumiya@samba.gr.jp. Preserve errno in MB strupper_m...
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r2163: converted samba3 to use the new utf-16 aware iconv code. Also changed
Andrew Tridgell
2007-10-10
1
-64
/
+208
*
r2160: fixed the uuid pack/unpack routines (they could go past the end of the...
Andrew Tridgell
2007-10-10
1
-52
/
+14
*
r2155: Reformat, plus steal from Samba4 :-).
Jeremy Allison
2007-10-10
1
-233
/
+259
*
r2133: Several fixes:
Gerald Carter
2007-10-10
1
-6
/
+2
*
r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...
Jeremy Allison
2007-10-10
2
-29
/
+60
*
r2111: Fix memleak with valid names.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r2070: Let's try to overload srnlen and strndup for AIX where they are natly ...
Simo Sorce
2007-10-10
1
-2
/
+2
*
r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use
Jeremy Allison
2007-10-10
1
-316
/
+0
*
r2023: If there's garbage in the pidfile, we should not panic but assume that...
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r1890: Cut down on debug messages from is_in_path. paulg
Paul Green
2007-10-10
1
-3
/
+2
*
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
2007-10-10
1
-2
/
+4
*
r1834: prevent infinite recusion in reopen_logs() when expanding the smb.conf...
Gerald Carter
2007-10-10
1
-1
/
+7
*
r1810: Patch from Richard Renard <rrenard@idealx.com> to store
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r1684: Patch for bug #1578 based on fix from Alexander E. Patrakov,
Jeremy Allison
2007-10-10
1
-12
/
+19
*
r1656: Patch from James Peach:
Vance Lankhaar
2007-10-10
1
-0
/
+2
*
r1608: Fix from Nick THOMPSON <nickthompson@agere.com> to protect smbd
Jeremy Allison
2007-10-10
1
-3
/
+8
*
r1588: This is one of the more pathetic patches I ever checked in. Many hours of
Volker Lendecke
2007-10-10
1
-95
/
+72
*
r1570: merging changes from 3.0.5
Gerald Carter
2007-10-10
1
-4
/
+12
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
3
-15
/
+27
*
r1425: Fix memleak in interactive mode. Reformat..
Jeremy Allison
2007-10-10
1
-312
/
+292
*
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
2007-10-10
1
-2
/
+25
*
r1392: Added password history code to tdbsam backend. Not yet tested (ie. may
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1388: Adding password history code for ldap backend, based on a patch from
Jeremy Allison
2007-10-10
1
-13
/
+11
*
r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication
Jeremy Allison
2007-10-10
1
-12
/
+11
*
r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> to
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent
Jeremy Allison
2007-10-10
1
-4
/
+8
*
r1215: Intermediate checkin of the new keytab code. I need to make sure I
Jeremy Allison
2007-10-10
1
-0
/
+15
*
r1156: Ensure new remote arch of CIFSFS is seen.
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol errors
Jelmer Vernooij
2007-10-10
1
-1
/
+1
[next]