summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2004-01-191. The most part of this patch changed the unknown_3 flag to the now knownSimo Sorce1-98/+176
2004-01-15Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@...Gerald Carter1-1/+1
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter1-3/+14
2004-01-09fix some warnings from the Sun compiler; also merge some of abartlet's error ...Gerald Carter1-1/+1
2004-01-05(merge from 3.0)Andrew Bartlett1-2/+2
2004-01-05(merge from 3.0)Andrew 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-07Merge from 3.0:Andrew Bartlett1-0/+6
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-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-23Merge from 3.0:Andrew Bartlett1-9/+6
2003-11-22(merge from 3.0)Andrew Bartlett4-13/+42
2003-11-19Correct fix for '$' termination test.Jeremy Allison1-2/+1
2003-11-18Fix to correct checking of '$' name termination.Rafal Szczesniak1-1/+1
2003-11-17* make sure we only enumerate group mapping entriesGerald Carter1-135/+44
2003-11-09Merge from 3.0:Andrew Bartlett1-6/+0
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.com>Jeremy Allison2-11/+86
2003-11-05Merge of 64-bit printf warning fixes.Tim Potter2-3/+3
2003-10-30Another round of GUID->struct uuid.Jim McDonough1-3/+3
2003-10-30First round of merging various UUID structures.Jim McDonough3-5/+6
2003-10-28Fix for bug #667. DFS filenames can now have arbitrary case.Jeremy Allison1-19/+39
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+2
2003-10-21Add server side support for epmapper pipe. Currently only does a fixedJim McDonough3-0/+161
2003-10-17* fix some compile warnings in the gums codeGerald Carter2-1/+50
2003-10-06split some security related functions in their own files.Simo Sorce2-36/+36
2003-10-02Portability fix from schmitz@hp.com (Joachim Schmitz) for bug #548.Jeremy Allison1-1/+1
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-11/+19
2003-09-29Merge from 3.0:Tim Potter5-68/+58
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison3-6/+6
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-8/+18
2003-09-15Merge from Samba 3.0:Tim Potter1-1/+1
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter18-172/+624
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce14-51/+52
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter10-493/+345
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-0/+1
2003-05-22fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles...Gerald Carter1-2/+15
2003-05-16Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison1-1/+14
2003-05-15Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison1-4/+11
2003-05-12Fix compiler warnings.Jeremy Allison1-1/+0
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2-2/+2
2003-04-29This is a nice rewrite:Simo Sorce3-29/+14
2003-04-29Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett1-57/+12
2003-04-29only call the add_script if the getpwnam_alloc() failsGerald Carter1-22/+27
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij10-22/+40
2003-04-26A RID can never be zeroSimo Sorce1-5/+12