summaryrefslogtreecommitdiff
path: root/source3/lib/substitute.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix whitespaceVolker Lendecke2022-12-141-17/+17
* lib: Add get_current_user_info_domain()Volker Lendecke2022-12-121-0/+5
* lib: Make substitute.c's "remote_proto" staticVolker Lendecke2022-12-121-1/+6
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* s3:lib: Remove NIS support from substituteAndreas Schneider2021-04-221-122/+11
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-281-0/+1
* s3: lib: Now remote_machine is static, we can depend on it being non-NULL.Jeremy Allison2020-02-071-3/+1
* s3:lib: Use a static buffer for (local|remote)_machineAndreas Schneider2020-02-071-43/+23
* s3/lib: RIP smb_user_nameRalph Boehme2020-02-061-72/+0
* s3/lib: use talloc_alpha_strcpy() in sub_set_smb_name()Ralph Boehme2020-02-061-10/+5
* s3/lib: use talloc_alpha_strcpy() in set_remote_machine_name()Ralph Boehme2020-02-061-9/+4
* s3/lib: use talloc_alpha_strcpy() in set_local_machine_name()Ralph Boehme2020-02-061-8/+4
* s3:lib: remove unused str_list_sub_basic()Stefan Metzmacher2019-11-271-29/+0
* s3:lib: factor out talloc_sub_advanced() from talloc_sub_full()Ralph Boehme2019-11-071-5/+23
* s3: rename talloc_sub_advanced() to talloc_sub_full()Ralph Boehme2019-11-071-2/+2
* s3: remove unused function standard_sub_advanced()Ralph Boehme2019-11-071-16/+0
* s3/lib: clang: Fix 'Value stored to 'b' is never read'Noel Power2019-07-161-3/+3
* s3:lib: add caching to set_current_user_info()Stefan Metzmacher2018-06-181-0/+15
* Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis2018-01-081-0/+32
* lib: Fix CID 1373623 Dereference after null checkVolker Lendecke2016-10-121-3/+4
* s3-lib: Fix %G substitution in AD member environmentAndreas Schneider2016-10-071-6/+18
* s3:lib: fix a typo in comment for talloc_sub_basic()Michael Adam2016-08-041-1/+1
* substitute: Fix talloc_sub_basic for %G in the case of a local user.Michael Adam2016-01-221-1/+3
* param: rename lp function and variable from "nis_home_map" to "nis_homedir"Garming Sam2014-02-081-2/+2
* s3-lib: Fix %G substitution for domain users in smbdAndreas Schneider2013-12-101-1/+11
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-6/+25
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-3/+12
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3-lib: Remove unused standard_sub_conn()Andrew Bartlett2012-02-171-19/+0
* Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison2012-01-271-91/+56
* Fix a really slow memory leak (in master at least). Found by Ira Cooper <ira@...Jeremy Allison2012-01-271-2/+7
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-2/+3
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-1/+3
* s3-param Remove %(DomainSID) supportAndrew Bartlett2011-06-241-102/+0
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-3/+3
* s3-lib Move realloc based string substitution functions out of util_str.cAndrew Bartlett2011-05-311-0/+29
* s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-2/+2
* s3: Set the client_id in substitute.c onceVolker Lendecke2010-08-291-12/+33
* s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke2010-08-281-4/+4
* s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke2010-08-281-15/+0
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-5/+8
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3: Make alloc_sub_basic() staticVolker Lendecke2009-11-211-2/+5
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-211-27/+26
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-4/+4
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-201-2/+1