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