summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r238: Fix memleakVolker Lendecke1-0/+3
2007-10-10r229: Don't list domain groups from BUILTIN.Volker Lendecke1-0/+7
2007-10-10r196: merging struct uuid from trunkGerald Carter6-13/+69
2007-10-10r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke1-2/+5
2007-10-10r116: volker's patch for local group and group nestingGerald Carter2-271/+185
2007-10-10r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter1-2/+2
2007-10-10r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, butJim McDonough1-0/+6
2007-10-10r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...Andrew Bartlett1-7/+7
2007-10-10r39: * importing .cvsignore filesGerald Carter1-0/+0
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-4/+4
2004-04-01BUG 1023: surround get_group_from_gid() with become_unbecome_root() blockGerald Carter1-1/+5
2004-03-18Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke1-1/+9
2004-03-16merging print change notify fix from HP appliance. Also might address some o...Gerald Carter1-78/+0
2004-03-10Formatting reformat before I start to change anything here.Jeremy Allison1-273/+258
2004-03-04There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke1-1/+1
2004-03-03more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough1-2/+2
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-29net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke1-1/+1
2004-02-25Do the query part of the previous fix...reset time and duration are set in mi...Jim McDonough1-2/+2
2004-02-25reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough1-2/+2
2004-02-19Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.Jeremy Allison1-6/+7
2004-02-17Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison1-17/+19
2004-02-17Be able to set alias info for builtin as well.Volker Lendecke1-1/+2
2004-02-17In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) whenVolker Lendecke1-1/+6
2004-02-16Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand.Volker Lendecke1-7/+3
2004-02-12More sync between passdb on 3.0 and HEAD.Jim McDonough1-6/+6
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-3/+14
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison3-4/+4
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-2/+2
2004-01-15Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...Gerald Carter1-1/+1
2004-01-14revert the cracklib changes until post 3.0.2Gerald Carter1-14/+3
2004-01-12First stab at cracklib support (password quality checking) in Samba 3.0Andrew Bartlett1-3/+14
2004-01-09fix some warnings from the Sun compilerGerald Carter1-1/+1
2004-01-02Match Win2k, and return NT_STATUS_INVALID_PARAMETERAndrew Bartlett1-2/+2
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-99/+50
2003-12-16make sure we delete the group mapping before calling the delete group script;...Gerald Carter1-2/+4
2003-12-10Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter1-1/+1
2003-12-10more group lookup access fixes on the neverending bug 281Gerald Carter2-11/+10
2003-12-04fix process_incoming_data() to return the number of bytes handled this call w...Gerald Carter1-1/+3
2003-12-04* fix RemoveSidForeignDomain() ; bug 252Gerald Carter3-57/+92
2003-12-02Match Win2k and return 'invalid parameter' for creating of a new account withAndrew Bartlett1-0/+6
2003-11-25Patch for #263 from jpjanosi@us.ibm.com.Jeremy Allison1-1/+2
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter3-8/+24
2003-11-23Add server-side support for variable-length session keys (as used byAndrew Bartlett1-9/+6
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett4-13/+42
2003-11-19Correct fix for checking of '$' name termination.Jeremy Allison1-3/+2
2003-11-17* make sure we only enumerate group mapping entriesGerald Carter1-135/+44
2003-11-07* only install swat html files onceGerald Carter1-3/+17
2003-11-07Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...Jeremy Allison2-11/+86