search for: add_to_file_list

Displaying 2 results from an estimated 2 matches for "add_to_file_list".

2002 Jul 09
1
PATCH: Performance improvement for parameterised include path names
...a/conf/smb.bumble.conf last mod_time: Thu Jan 1 01:00:00 1970 file /etc/samba/conf/smb.bumble.conf modified: Wed Jul 3 11:54:26 2002 The obvious mistake is that the smb.%h.conf (or smb.bumble.conf as it was decoded) has a date stored as zero in the config file structure. Obviously "add_to_file_list()" in loadparm.c got the wrong filename when it tried to find the modification time. A check on the handle_include() function shows that the %h is not decoded until after the add_to_file_list() is called. The following patch swaps the order, fixes the bug and makes a massive difference to t...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
Attached please find unified diffs against Samba 2.0.6. I'm hoping that others will find it useful and that it may even find its way into Samba 2.0.7 This patch does two things: - Modifies the handling of the 'netbios name' parameter so that standard_sub_basic() is run on its value when the 'netbios name' parameter is processed. This has to be done this way because