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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
substitute.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-13
s3:lib: Fix code spelling
Andreas Schneider
1
-2
/
+2
2022-12-14
lib: Fix whitespace
Volker Lendecke
1
-17
/
+17
2022-12-12
lib: Add get_current_user_info_domain()
Volker Lendecke
1
-0
/
+5
2022-12-12
lib: Make substitute.c's "remote_proto" static
Volker Lendecke
1
-1
/
+6
2021-11-11
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
1
-0
/
+1
2021-04-22
s3:lib: Remove NIS support from substitute
Andreas Schneider
1
-122
/
+11
2020-08-28
s3: safe_string: do not include string_wrappers.h
Matthew DeVore
1
-0
/
+1
2020-02-07
s3: lib: Now remote_machine is static, we can depend on it being non-NULL.
Jeremy Allison
1
-3
/
+1
2020-02-07
s3:lib: Use a static buffer for (local|remote)_machine
Andreas Schneider
1
-43
/
+23
2020-02-06
s3/lib: RIP smb_user_name
Ralph Boehme
1
-72
/
+0
2020-02-06
s3/lib: use talloc_alpha_strcpy() in sub_set_smb_name()
Ralph Boehme
1
-10
/
+5
2020-02-06
s3/lib: use talloc_alpha_strcpy() in set_remote_machine_name()
Ralph Boehme
1
-9
/
+4
2020-02-06
s3/lib: use talloc_alpha_strcpy() in set_local_machine_name()
Ralph Boehme
1
-8
/
+4
2019-11-27
s3:lib: remove unused str_list_sub_basic()
Stefan Metzmacher
1
-29
/
+0
2019-11-07
s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()
Ralph Boehme
1
-5
/
+23
2019-11-07
s3: rename talloc_sub_advanced() to talloc_sub_full()
Ralph Boehme
1
-2
/
+2
2019-11-07
s3: remove unused function standard_sub_advanced()
Ralph Boehme
1
-16
/
+0
2019-07-16
s3/lib: clang: Fix 'Value stored to 'b' is never read'
Noel Power
1
-3
/
+3
2018-06-18
s3:lib: add caching to set_current_user_info()
Stefan Metzmacher
1
-0
/
+15
2018-01-08
Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.
Dr. Thomas Orgis
1
-0
/
+32
2016-10-12
lib: Fix CID 1373623 Dereference after null check
Volker Lendecke
1
-3
/
+4
2016-10-07
s3-lib: Fix %G substitution in AD member environment
Andreas Schneider
1
-6
/
+18
2016-08-04
s3:lib: fix a typo in comment for talloc_sub_basic()
Michael Adam
1
-1
/
+1
2016-01-22
substitute: Fix talloc_sub_basic for %G in the case of a local user.
Michael Adam
1
-1
/
+3
2014-02-08
param: rename lp function and variable from "nis_home_map" to "nis_homedir"
Garming Sam
1
-2
/
+2
2013-12-10
s3-lib: Fix %G substitution for domain users in smbd
Andreas Schneider
1
-1
/
+11
2013-11-21
s3-lib: Add grpname to talloc_sub_specified().
Andreas Schneider
1
-6
/
+25
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
1
-3
/
+12
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-1
/
+1
2012-02-17
s3-lib: Remove unused standard_sub_conn()
Andrew Bartlett
1
-19
/
+0
2012-01-27
Finally remove all malloc()'s from the substitute code. Now totally
Jeremy Allison
1
-91
/
+56
2012-01-27
Fix a really slow memory leak (in master at least). Found by Ira Cooper <ira@...
Jeremy Allison
1
-2
/
+7
2011-07-20
s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username
Andrew Bartlett
1
-2
/
+3
2011-07-20
s3-auth Use *unix_token rather than utok in struct auth3_session_info
Andrew Bartlett
1
-1
/
+3
2011-06-24
s3-param Remove %(DomainSID) support
Andrew Bartlett
1
-102
/
+0
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-3
/
+3
2011-05-31
s3-lib Move realloc based string substitution functions out of util_str.c
Andrew Bartlett
1
-0
/
+29
2011-05-18
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
1
-1
/
+1
2011-03-30
s3-auth: use auth.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-02-22
s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_info
Andrew Bartlett
1
-2
/
+2
2010-08-29
s3: Set the client_id in substitute.c once
Volker Lendecke
1
-12
/
+33
2010-08-28
s3: Fix a (highly unlikly) memleak in set_local_machine_name()
Volker Lendecke
1
-4
/
+4
2010-08-28
s3: Remove smbd_server_fd() from set_local_machine_name()
Volker Lendecke
1
-15
/
+0
2010-08-16
s3: Remove get_client_fd()
Volker Lendecke
1
-5
/
+8
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2009-11-21
s3: Make alloc_sub_basic() static
Volker Lendecke
1
-2
/
+5
2009-11-21
s3: Fix some nonempty blank lines
Volker Lendecke
1
-27
/
+26
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-4
/
+4
[next]