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
/
substitute.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-07
Add free_local_machine_name().
Günther Deschner
1
-0
/
+5
2007-12-19
Remove Get_Pwnam and its associated static variable
Volker Lendecke
1
-9
/
+17
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-1
/
+1
2007-12-15
Replace sid_string_static with sid_to_string
Volker Lendecke
1
-1
/
+2
2007-12-04
Remove pstring from automount lookups. Remove premature optimization.
Jeremy Allison
1
-3
/
+3
2007-11-27
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
1
-18
/
+16
2007-11-15
alpha_strcpy includes the space for the terminating nul.
Jeremy Allison
1
-3
/
+6
2007-11-09
Remove more static fstring/pstrings. Fix socket option
Jeremy Allison
1
-91
/
+179
2007-11-03
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
1
-4
/
+5
2007-11-03
Remove more static data from lib/util_sock.c and
Jeremy Allison
1
-2
/
+4
2007-11-03
I can't get away without a 'length' arg. :-).
Jeremy Allison
1
-1
/
+2
2007-11-03
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
1
-1
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-5
/
+5
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-0
/
+18
2007-10-10
r25025: Remove an unused function
Volker Lendecke
1
-5
/
+0
2007-10-10
r24949: Remove some static buffers
Volker Lendecke
1
-5
/
+5
2007-10-10
r24589: Refactor our vuid code so that we keep the same
Jeremy Allison
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23410: Merge the core of the cluster code.
Volker Lendecke
1
-1
/
+5
2007-10-10
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...
Volker Lendecke
1
-1
/
+24
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-120
/
+62
2007-10-10
r15494: Fix debug statement
Volker Lendecke
1
-1
/
+1
2007-10-10
r14075: * add support for long variable names in smb.conf in the form of %(....)
Gerald Carter
1
-210
/
+155
2007-10-10
r13971: Fix Coverity bugs #209 - #213 - it detected mistakes
Jeremy Allison
1
-56
/
+67
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-4
/
+4
2007-10-10
r13058: Add %w macro for the winbind seperator which allows us for example
Lars Müller
1
-0
/
+6
2007-10-10
r11655: Two small fixes
Gerald Carter
1
-4
/
+26
2007-10-10
r11159: Added some const to fix warnings.
Jeremy Allison
1
-2
/
+2
2007-10-10
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
1
-1
/
+1
2007-10-10
r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,
Günther Deschner
1
-8
/
+8
2007-10-10
r8493: According to MSKB 141714 the %LOGONSERVER% variable should be
Günther Deschner
1
-2
/
+7
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-1
/
+2
2007-10-10
r5174: ensure that we consistently use the current_user_info.smb_name vs. smb...
Gerald Carter
1
-0
/
+12
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-5
/
+5
2007-10-10
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
1
-3
/
+5
2007-10-10
r647: fix for setting the called name to by our IP if the called name was *SM...
Gerald Carter
1
-6
/
+6
2004-03-19
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
1
-0
/
+5
2003-12-08
working on bug 687; protect against null src strings in alloc_sub_basic()
Gerald Carter
1
-0
/
+7
2003-11-07
Implement %i-Macro for the locally used IP address. With this you can again
Volker Lendecke
1
-0
/
+3
2003-11-05
make sure that we expand %H (from vl); bug 612
Gerald Carter
1
-0
/
+3
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-2
/
+2
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
1
-3
/
+3
2003-08-28
Fix bug found by tridge in 2.2.x. Ensure that %U substitution is
Jeremy Allison
1
-4
/
+17
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-2
/
+2
2003-07-27
If we strupper_m after the alpha_strcpy() we know that it is less likaly
Andrew Bartlett
1
-2
/
+2
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-6
/
+6
2003-06-17
Const fixes by metze
Volker Lendecke
1
-4
/
+4
2003-04-23
Fix this for both *SMBSERVER and *SMBSERV as per comments in loadparm.c.
Andrew Bartlett
1
-1
/
+9
2003-04-23
Try to avoid setting *SMBSERVER as a 'local name'.
Andrew Bartlett
1
-0
/
+3
[next]