summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_util.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+1
2010-05-18s3-samr: move samr helper prototypes outside of proto.hGünther Deschner1-0/+1
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-1/+1
2009-05-09s3-samr: Fix SetUserInfo level 16 and 21 w.r.t. ACB_AUTOLOCK acct_flag.Günther Deschner1-0/+10
2009-05-08s3-samr: let set_user_info_16 and 20 follow the same pattern as all other lev...Günther Deschner1-0/+21
2009-05-08s3-samr: support some more info levels in samr_SetUserInfo calls.Günther Deschner1-0/+218
2009-03-20s3-samr: try to to fix password_expired flag handling.Günther Deschner1-3/+84
2008-06-09Don't reset password last set time just because the expired flagJim McDonough1-1/+9
2008-03-31Re-add support for the samr parameters string.Günther Deschner1-9/+8
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-13Some minor, cosmetic cleanup in srv_samr_util.c.Günther Deschner1-58/+108
2008-02-11Fix SAMR_FIELD_PARAMETERS handling in rpc_server/srv_samr_util.c.Günther Deschner1-13/+11
2008-02-11Fix SAMR_FIELD_LOGON_HOURS handling in rpc_server/srv_samr_util.c.Günther Deschner1-16/+12
2008-02-11Use SAMR_FIELDS for fields_present in rpc_server/srv_samr_util.c.Günther Deschner1-42/+44
2008-02-11Allow to set correct info level log prefix in duplicates of copy_id21_to_sam_...Günther Deschner1-32/+44
2008-02-11Use pidl for _samr_SetUserInfo and _samr_SetUserInfo2.Günther Deschner1-457/+57
2008-02-07Remove trailing whitespace in samr client and server.Günther Deschner1-50/+50
2008-01-19util_str: Don't return memory from talloc_tos(), use mem_ctx instead.Kai Blin1-6/+6
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison1-1/+2
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke1-4/+4
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough1-0/+43
2007-10-10r20546: Fix some IBM checker errorsVolker Lendecke1-0/+4
2007-10-10r18754: Get rid of some more invalid time setsJim McDonough1-48/+0
2007-10-10r18724: Fixup time(0) -> time(NULL)Jim McDonough1-2/+2
2007-10-10r18722: Fix up password change times. The can change and must change times areJim McDonough1-40/+20
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-18/+18
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-19/+16
2007-10-10r16060: This is one of the more dirty patches I've put in lately. Parse enoug...Volker Lendecke1-0/+189
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-6/+6
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-2/+2
2007-10-10r9229: merge from trunk:Günther Deschner1-2/+37
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-4/+4
2007-10-10r5909: Remove some unecessary casts. Patch from Jason Mader for bugzill #2468.Tim Potter1-1/+1
2007-10-10r5580: Fix "net rpc trustdom add". Much closer to what windows does. Also stopJim McDonough1-15/+0
2007-10-10r4370: Don't assume the compiler supports declarations after statements.Jelmer Vernooij1-1/+1
2007-10-10r4351: Vampire Logon-Hours. Update Logon-Hours only when they have changed.Günther Deschner1-2/+6
2007-10-10r1171: Patch from "Lu, Jianliang" <Jianliang.Lu@getronics.com> toJeremy Allison1-0/+6
2007-10-10r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid writ...Volker Lendecke1-3/+6
2004-03-03quick for for usrmgr. unknown_6 is really max dimension of logon hours array...Jim McDonough1-30/+12
2004-03-02Merge fields_present function from HEAD. Now, a field will not be updatedJim McDonough1-116/+158
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-6/+6
2003-11-07Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison1-10/+50
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-8/+18
2003-04-26back port from HEADSimo Sorce1-5/+12
2003-01-04Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett1-20/+20
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-66/+92
2002-09-26syncing up with HEAD again....Gerald Carter1-76/+344
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett1-0/+143