summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-126/+128
2001-08-27As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett1-4/+0
2001-08-24get rid of compiler warningsHerb Lewis1-3/+3
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-21/+22
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-30/+30
2001-07-23Fix case insensitive password change code.Jeremy Allison1-29/+29
2001-07-19#ifdef'ed out some unused functions.Tim Potter1-0/+8
2001-07-17Fix usermanager for domains - we were returning no memory when weJeremy Allison1-10/+22
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-22/+195
2001-07-07Add a new paramater: add machine scriptAndrew Bartlett1-3/+11
2001-07-05Fix for enumerating large numbers of users.Jeremy Allison1-33/+48
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-5/+5
2001-07-04The big character set handling changeover!Andrew Tridgell1-5/+5
2001-06-29From JF....Jeremy Allison1-19/+25
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-7/+33
2001-06-18Fix for assert fail - left over when moved to dynamic allocation.Jeremy Allison1-3/+1
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-4/+0
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-11/+4
2001-05-294 new functions to retrieve single linked list of group and passwd entriesSimo Sorce1-8/+27
2001-05-10Should be faliing on False and not True. Bad check on return valueGerald Carter1-1/+1
2001-05-09check for valid pointer before calling memset() in samr_clear_sam_passwdGerald Carter1-2/+2
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-8/+48
2001-05-08Fixed compiler warning.Tim Potter1-1/+0
2001-05-07removed unused variablesGerald Carter1-2/+0
2001-05-07Patch from Simo:Gerald Carter1-48/+48
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-324/+458
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-1/+3
2001-04-22merging from 2.2 to headAndrew Tridgell1-9/+3
2001-04-15Patch from "Christoph Zwerschke" <zwerschke@zuv.uni-heidelberg.de> toJeremy Allison1-0/+12
2001-03-23groupdb/mapping.c:Jeremy Allison1-1/+11
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-24/+427
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-1/+1
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-4/+4
2001-03-13AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison1-0/+5
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-4/+4
2001-03-13Ensure we never return passwords from a user query.Jeremy Allison1-13/+62
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-356/+316
2001-02-27Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison1-0/+2457