summaryrefslogtreecommitdiff
path: root/source3/lib/util_names.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-09CVE-2020-25717: s3:lib: add lp_allow_trusted_domains() logic to is_allowed_do...Stefan Metzmacher1-1/+14
2021-03-16lib: Remove init_names()Volker Lendecke1-127/+0
2021-03-16nmbd: Move my_netbios_names() to nmbdVolker Lendecke1-5/+0
2021-03-16lib: Unfold calls to my_netbios_names() in util_names.cVolker Lendecke1-3/+4
2021-01-21winbind: move "winbind:ignore domain" logic to a seperate functionRalph Boehme1-0/+20
2020-02-07s3:lib: Remove unneded call to set_local_machine_name()Andreas Schneider1-2/+0
2020-02-07s3:lib: Use a static buffer for (local|remote)_machineAndreas Schneider1-1/+0
2016-01-26s3:lib: add braces around if-block in my_sam_name()Michael Adam1-1/+2
2016-01-26s3:lib: remove supefluous comments from map_my_name()Michael Adam1-5/+0
2016-01-26s3:lib: fix white spaces in my_sam_name()Michael Adam1-6/+6
2016-01-22s3:passdb: move my_sam_name() from passdb to util_name.cMichael Adam1-0/+18
2014-11-04s3: nmbd: Ensure NetBIOS names are only 15 characters stored.Jeremy Allison1-1/+9
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-2/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-39/+5
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett1-27/+0
2011-06-09s3-param Remove special case for lp_workgroup()Andrew Bartlett1-19/+0
2011-05-31s3-build Specify more of the smbconf dependenciesAndrew Bartlett1-1/+162
2010-05-28s3:lib s3:lib move get_global_sam_name to util_names.cAndrew Bartlett1-0/+13
2010-05-28s3:lib split out global workgroup and netbios name functions.Andrew Bartlett1-0/+72