index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
substitute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
"userdom_struct" does not need "full_name" anymore -- unused
Volker Lendecke
2009-01-20
1
-2
/
+1
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
Remove unused extern struct current_user from substitute.c
Volker Lendecke
2008-07-27
1
-2
/
+0
*
Wrap the unix token info in a unix_user_token in auth_serversupplied_info
Volker Lendecke
2008-06-19
1
-1
/
+1
*
Fix Bug #5548 (segfauls in handle_include with %m macro expansion).
Michael Adam
2008-06-18
1
-1
/
+4
*
Remove "user" from connection_struct
Volker Lendecke
2008-05-10
1
-1
/
+1
*
Remove the unix token info from connection_struct
Volker Lendecke
2008-05-10
1
-1
/
+1
*
Remove "userdom_struct user" from "struct user_struct"
Volker Lendecke
2008-05-05
1
-2
/
+9
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
1
-9
/
+15
*
Fix Coverity ID 537
Volker Lendecke
2008-03-21
1
-3
/
+3
*
Fix Coverity ID 538
Volker Lendecke
2008-03-21
1
-3
/
+3
*
Fix %I macro expansion for IPv4 mapped IPv6 addresses.
Michael Adam
2008-03-13
1
-2
/
+8
*
Add free_local_machine_name().
Günther Deschner
2008-01-07
1
-0
/
+5
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-9
/
+17
*
s/sid_to_string/sid_to_fstring/
Volker Lendecke
2007-12-15
1
-1
/
+1
*
Replace sid_string_static with sid_to_string
Volker Lendecke
2007-12-15
1
-1
/
+2
*
Remove pstring from automount lookups. Remove premature optimization.
Jeremy Allison
2007-12-04
1
-3
/
+3
*
Remove pstrings from everything except srv_spoolss_nt.c.
Jeremy Allison
2007-11-27
1
-18
/
+16
*
alpha_strcpy includes the space for the terminating nul.
Jeremy Allison
2007-11-15
1
-3
/
+6
*
Remove more static fstring/pstrings. Fix socket option
Jeremy Allison
2007-11-09
1
-91
/
+179
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-4
/
+5
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
1
-2
/
+4
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-1
/
+2
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-1
/
+2
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-0
/
+18
*
r25025: Remove an unused function
Volker Lendecke
2007-10-10
1
-5
/
+0
*
r24949: Remove some static buffers
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r24589: Refactor our vuid code so that we keep the same
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23410: Merge the core of the cluster code.
Volker Lendecke
2007-10-10
1
-1
/
+5
*
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...
Volker Lendecke
2007-10-10
1
-1
/
+24
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-120
/
+62
*
r15494: Fix debug statement
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r14075: * add support for long variable names in smb.conf in the form of %(....)
Gerald Carter
2007-10-10
1
-210
/
+155
*
r13971: Fix Coverity bugs #209 - #213 - it detected mistakes
Jeremy Allison
2007-10-10
1
-56
/
+67
*
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r13058: Add %w macro for the winbind seperator which allows us for example
Lars Müller
2007-10-10
1
-0
/
+6
*
r11655: Two small fixes
Gerald Carter
2007-10-10
1
-4
/
+26
*
r11159: Added some const to fix warnings.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,
Günther Deschner
2007-10-10
1
-8
/
+8
*
r8493: According to MSKB 141714 the %LOGONSERVER% variable should be
Günther Deschner
2007-10-10
1
-2
/
+7
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-1
/
+2
*
r5174: ensure that we consistently use the current_user_info.smb_name vs. smb...
Gerald Carter
2007-10-10
1
-0
/
+12
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
2007-10-10
1
-3
/
+5
*
r647: fix for setting the called name to by our IP if the called name was *SM...
Gerald Carter
2007-10-10
1
-6
/
+6
*
BUG 417: fix %UuGg variables expansion in include lines setging the current_u...
Gerald Carter
2004-03-19
1
-0
/
+5
[next]