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