summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-13s3:lib: Fix code spellingAndreas Schneider1-2/+2
2022-12-14lib: Fix whitespaceVolker Lendecke1-17/+17
2022-12-12lib: Add get_current_user_info_domain()Volker Lendecke1-0/+5
2022-12-12lib: Make substitute.c's "remote_proto" staticVolker Lendecke1-1/+6
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2021-04-22s3:lib: Remove NIS support from substituteAndreas Schneider1-122/+11
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-02-07s3: lib: Now remote_machine is static, we can depend on it being non-NULL.Jeremy Allison1-3/+1
2020-02-07s3:lib: Use a static buffer for (local|remote)_machineAndreas Schneider1-43/+23
2020-02-06s3/lib: RIP smb_user_nameRalph Boehme1-72/+0
2020-02-06s3/lib: use talloc_alpha_strcpy() in sub_set_smb_name()Ralph Boehme1-10/+5
2020-02-06s3/lib: use talloc_alpha_strcpy() in set_remote_machine_name()Ralph Boehme1-9/+4
2020-02-06s3/lib: use talloc_alpha_strcpy() in set_local_machine_name()Ralph Boehme1-8/+4
2019-11-27s3:lib: remove unused str_list_sub_basic()Stefan Metzmacher1-29/+0
2019-11-07s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme1-5/+23
2019-11-07s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme1-2/+2
2019-11-07s3: remove unused function standard_sub_advanced()Ralph Boehme1-16/+0
2019-07-16s3/lib: clang: Fix 'Value stored to 'b' is never read'Noel Power1-3/+3
2018-06-18s3:lib: add caching to set_current_user_info()Stefan Metzmacher1-0/+15
2018-01-08Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis1-0/+32
2016-10-12lib: Fix CID 1373623 Dereference after null checkVolker Lendecke1-3/+4
2016-10-07s3-lib: Fix %G substitution in AD member environmentAndreas Schneider1-6/+18
2016-08-04s3:lib: fix a typo in comment for talloc_sub_basic()Michael Adam1-1/+1
2016-01-22substitute: Fix talloc_sub_basic for %G in the case of a local user.Michael Adam1-1/+3
2014-02-08param: rename lp function and variable from "nis_home_map" to "nis_homedir"Garming Sam1-2/+2
2013-12-10s3-lib: Fix %G substitution for domain users in smbdAndreas Schneider1-1/+11
2013-11-21s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider1-6/+25
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-3/+12
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-02-17s3-lib: Remove unused standard_sub_conn()Andrew Bartlett1-19/+0
2012-01-27Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison1-91/+56
2012-01-27Fix a really slow memory leak (in master at least). Found by Ira Cooper <ira@...Jeremy Allison1-2/+7
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett1-2/+3
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-1/+3
2011-06-24s3-param Remove %(DomainSID) supportAndrew Bartlett1-102/+0
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-3/+3
2011-05-31s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett1-0/+29
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett1-1/+1
2011-03-30s3-auth: use auth.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-2/+2
2010-08-29s3: Set the client_id in substitute.c onceVolker Lendecke1-12/+33
2010-08-28s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke1-4/+4
2010-08-28s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke1-15/+0
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-5/+8
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2009-11-21s3: Make alloc_sub_basic() staticVolker Lendecke1-2/+5
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-27/+26
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-4/+4