summaryrefslogtreecommitdiff
path: root/source3/utils/net_sam.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-26s3:passdb: Zero password in fetch_ldap_pw() callersPavel Filipenský1-2/+1
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme1-0/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-3/+6
2019-04-11utils: Update error check for new string conversion wrapperSwen Schillig1-1/+1
2019-03-01utils: Use wrapper for string to integer conversionSwen Schillig1-2/+3
2018-12-11net: Use dom_sid_str_bufVolker Lendecke1-5/+14
2018-12-11net: Use dom_sid_str_bufVolker Lendecke1-5/+10
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-8/+8
2015-01-13net: Fix sam addgroupmemVolker Lendecke1-3/+5
2014-12-03idmap: unify passdb *id_to_sid methodsGarming Sam1-1/+5
2014-02-07param: rename lp function and variable from 'guestaccount' to 'guest_account'Garming Sam1-5/+5
2013-11-21s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider1-0/+2
2013-06-21s3:utils/net_sam make use of pdb_create_builtin helper functionChristian Ambach1-1/+1
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy1-5/+5
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-5/+10
2011-11-16s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner1-1/+16
2011-11-16s3-net: use better state variable name for smbldap_state.Günther Deschner1-9/+9
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-0/+1
2011-11-16s3: move smbldap_util to pdb_ldap_util.Günther Deschner1-0/+1
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-53/+58
2011-08-19s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs1-6/+7
2011-04-06s3-net: add IPA provisionSumit Bose1-20/+119
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: add passdb.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-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-17s3:net Find uid before using itSumit Bose1-7/+7
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-2/+2
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-09-26s3: Remove talloc_autofree_context() from net_sam_provision()Volker Lendecke1-1/+1
2010-09-20s3-build: only include smbldap.h where needed.Günther Deschner1-0/+1
2010-09-11s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett1-7/+6
2010-09-11s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett1-3/+5
2010-09-11s3-privs Remove a pointer from grant_privilege()Andrew Bartlett1-1/+1
2010-09-11s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett1-1/+1
2010-09-11libcli/security Don't export privs[] as a global variableAndrew Bartlett1-4/+2
2010-09-11s3-privs Further changes to remove SE_PRIVAndrew Bartlett1-3/+3
2010-08-14s3:net sam provision: compose sid before getting uid for GuestMichael Adam1-2/+2
2010-08-14s3:net sam provision: allocate the uid after composing the sid for AdministratorMichael Adam1-6/+7
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-19/+19
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-5/+5
2010-03-28s3: Slightly simplify unmap_unix_groupVolker Lendecke1-4/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-36/+68
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-21/+21
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-26/+26
2009-10-28s3-net: acct_flags are uint32_t in net_sam_set_userflag().Günther Deschner1-1/+1
2009-08-11s3 net: i18n support for net samKai Blin1-318/+349