summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr.c
Commit message (Expand)AuthorAgeFilesLines
* r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner2007-10-101-0/+1
* * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-041-10/+10
* renaming some functions for consistencyGerald Carter2003-08-271-3/+3
* Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter2003-08-201-16/+11
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-4/+12
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-2/+1
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij2003-04-151-4/+0
* merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-141-64/+64
* Merge a bunch of trivial changes from HEAD. The difference remainingTim Potter2002-11-291-1/+0
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-3/+37
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+35
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* added a copyright notice.Jean-François Micouleau2001-12-211-0/+1
* added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau2001-11-281-0/+64
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-181-0/+5
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-0/+31
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-80/+49
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-34/+121
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-1910/+592
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-1/+1
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-1/+9
* Missing sys_endpwent() call in get_passwd_entries()Tim Potter2001-01-311-1/+1
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-6/+6
* RPC server fixes for RPC client changes merged from TNG.Tim Potter2001-01-111-2/+4
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-2/+9
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-31/+10
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-156/+123
* last part of W2K support.Jean-François Micouleau2000-10-131-5/+9
* changes to sync with 2.2. treeHerb Lewis2000-10-111-2/+2
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-12/+55
* I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau2000-10-091-2/+2
* more cleanup of samrJean-François Micouleau2000-10-071-62/+65
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-171/+516
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-2/+2
* Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison2000-09-281-1/+11
* fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2000-09-281-16/+55
* samr unknown 0x32 is in fact samr create user.Jean-François Micouleau2000-09-271-49/+28
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-1/+1
* Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter2000-07-131-0/+21