summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke2004-03-041-1/+1
* more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough2004-03-031-2/+2
* 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
* net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke2004-02-291-1/+1
* Do the query part of the previous fix...reset time and duration are set in mi...Jim McDonough2004-02-251-2/+2
* reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough2004-02-251-2/+2
* Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.Jeremy Allison2004-02-191-6/+7
* Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison2004-02-171-17/+19
* Be able to set alias info for builtin as well.Volker Lendecke2004-02-171-1/+2
* In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke2004-02-171-1/+6
* Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.Volker Lendecke2004-02-161-7/+3
* More sync between passdb on 3.0 and HEAD.Jim McDonough2004-02-121-6/+6
* remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter2004-02-021-3/+14
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-303-4/+4
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-2/+2
* Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...Gerald Carter2004-01-151-1/+1
* revert the cracklib changes until post 3.0.2Gerald Carter2004-01-141-14/+3
* First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett2004-01-121-3/+14
* fix some warnings from the Sun compilerGerald Carter2004-01-091-1/+1
* Match Win2k, and return NT_STATUS_INVALID_PARAMETERAndrew Bartlett2004-01-021-2/+2
* JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett2004-01-021-99/+50
* make sure we delete the group mapping before calling the delete group script;...Gerald Carter2003-12-161-2/+4
* Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter2003-12-101-1/+1
* more group lookup access fixes on the neverending bug 281Gerald Carter2003-12-102-11/+10
* fix process_incoming_data() to return the number of bytes handled this call w...Gerald Carter2003-12-041-1/+3
* * fix RemoveSidForeignDomain() ; bug 252Gerald Carter2003-12-043-57/+92
* Match Win2k and return 'invalid parameter' for creating of a new account withAndrew Bartlett2003-12-021-0/+6
* Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison2003-11-251-1/+2
* more access fixes for group enumeration in LDAP; bug 281Gerald Carter2003-11-243-8/+24
* Add server-side support for variable-length session keys (as used byAndrew Bartlett2003-11-231-9/+6
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-224-13/+42
* Correct fix for checking of '$' name termination.Jeremy Allison2003-11-191-3/+2
* * make sure we only enumerate group mapping entriesGerald Carter2003-11-171-135/+44
* * only install swat html files onceGerald Carter2003-11-071-3/+17
* Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2003-11-072-11/+86
* Remove compleatly wrong comments. (There were correct, 2 years ago...)Andrew Bartlett2003-11-071-6/+0
* Fix typo in debug statement.Tim Potter2003-11-041-1/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-032-3/+3
* Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison2003-10-281-19/+39
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+2
* split some security related functions in their own files.Simo Sorce2003-10-062-36/+36
* Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.Jeremy Allison2003-10-021-1/+1
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-11/+19
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-255-68/+58
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-193-6/+6
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-8/+18
* Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>,Jeremy Allison2003-09-151-1/+1
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-2/+2
* getting rid of copmpiler warningGerald Carter2003-08-281-0/+2