summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r18621: Fix samr server build.Günther Deschner1-1/+1
2007-10-10r15452: Again purely cosmetic reformat of the samr query domain info calls.Günther Deschner1-10/+9
2007-10-10r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner1-1/+1
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-0/+32
2007-10-10r11793: Fix the SAMR cache so it works across completely insaneJeremy Allison1-10/+10
2007-10-10r11769: Looking at a performance problem enumerating accounts, wonderedJeremy Allison1-1/+33
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-0/+1
2003-12-04* fix RemoveSidForeignDomain() ; bug 252Gerald Carter1-10/+10
2003-08-27renaming some functions for consistencyGerald Carter1-3/+3
2003-08-20Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter1-16/+11
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-4/+12
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-2/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-4/+0
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-64/+64
2002-11-29Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter1-1/+0
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-3/+37
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+35
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-21added a copyright notice.Jean-François Micouleau1-0/+1
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau1-0/+64
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-05-18Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison1-0/+5
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-0/+31
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-80/+49
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-34/+121
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-1910/+592
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+1
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-1/+9
2001-01-31Missing sys_endpwent() call in get_passwd_entries()Tim Potter1-1/+1
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-6/+6
2001-01-11RPC server fixes for RPC client changes merged from TNG.Tim Potter1-2/+4
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-1/+1
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-1/+1
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-31/+10
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-156/+123
2000-10-13last part of W2K support.Jean-François Micouleau1-5/+9
2000-10-11changes to sync with 2.2. treeHerb Lewis1-2/+2
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau1-12/+55
2000-10-09I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau1-2/+2
2000-10-07more cleanup of samrJean-François Micouleau1-62/+65
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-171/+516
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-2/+2
2000-09-28Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison1-1/+11
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau1-16/+55