summaryrefslogtreecommitdiff
path: root/source3/rpc_server/samr
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:rpc_server: s/event_add_timed/tevent_add_timerStefan Metzmacher1-1/+1
2013-02-19s3:rpc_server: s/struct timed_event/struct tevent_timerStefan Metzmacher1-2/+2
2013-02-19s3:rpc_server: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2013-01-14samr: Make use of posix_openptVolker Lendecke1-0/+4
2013-01-14samr: Split up an assignment from an if conditionVolker Lendecke1-1/+2
2012-12-12s3-rpc_server: limit allowed transports for samr_ValidatePassword().Günther Deschner1-0/+5
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2-11/+13
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-7/+7
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-6/+6
2012-07-06s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider1-7/+9
2012-06-19Fix a bunch of "set but not used" warnings.Jeremy Allison1-14/+7
2012-06-19auth: Use only security_token_is_system to determine that a user is SYSTEMAndrew Bartlett1-1/+1
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett1-1/+1
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-3/+3
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-13s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy1-18/+19
2011-11-16Fix bug #8561 - Password change settings not fully observed.Jeremy Allison1-1/+1
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-12/+40
2011-09-26s3-samr: Remove fstring in samr.Andreas Schneider1-5/+14
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-15/+37
2011-07-20s3-auth Use system boolean in auth_user_info_unixAndrew Bartlett1-1/+1
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-8/+8
2011-07-05s3: Remove some unused variablesVolker Lendecke1-4/+0
2011-07-04s3-samr Send IP address only to PAM remote hostname hook on password setAndrew Bartlett1-44/+12
2011-07-04s3-samr: Replace client_id in samr server.Andreas Schneider1-7/+72
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-15/+15
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-14/+14
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-24Fix bug #7054 - X account flag does not work when pwdlastset is 0.Jeremy Allison1-1/+10
2011-05-05s3-rpc_server: run minimal_includes.pl.Günther Deschner1-1/+0
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-1/+1
2011-04-05s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett1-10/+10
2011-03-31s3-samr: make getgrgid() failure a little more visible in _samr_CreateDomAlia...Günther Deschner1-1/+1
2011-03-30s3-rpc_server: move access check functions out of samr server.Günther Deschner1-113/+1
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: rpc_server needs auth.hGünther Deschner2-0/+2
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+2
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner3-0/+3
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner2-0/+2
2011-03-30s3-includes: only include system/terminal.h when needed.Günther Deschner1-0/+1
2011-03-01s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett1-1/+1
2011-02-22s3-includes: move some chgpasswd related defines to the locations where they ...Günther Deschner1-0/+6
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-2/+2
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett1-37/+37
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+3
2011-02-15s3: Pass "code_page" through samrVolker Lendecke2-2/+11