summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-21Fixup some DEBUG statements (0 -> 10).Jeremy Allison1-3/+3
2001-12-21Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). ThereJeremy Allison1-1/+1
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-86/+310
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+5
2001-12-18Fixed bad args to debug statements.Tim Potter1-3/+3
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-12/+164
2001-12-08small comment I don't want to loose.Jean-François Micouleau1-0/+5
2001-12-06again an intrusive patch:Jean-François Micouleau1-2/+5
2001-12-05added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS,Jean-François Micouleau1-16/+48
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-84/+40
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-87/+168
2001-12-02added queryuseraliases to rpcclientJean-François Micouleau1-0/+33
2001-12-02there was a bug in samr_lookup_names (my fault)Jean-François Micouleau1-42/+77
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-7/+56
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau1-0/+98
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett1-24/+11
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-1/+1
2001-11-07Initilising these variables before appending the domain groups to themAndrew Bartlett1-0/+2
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-2/+2
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-0/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-56/+71
2001-09-27Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett1-39/+46
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett1-17/+11
2001-09-25Fixed enumeration of large numbers of groups from a Samba DC.Jeremy Allison1-1/+3
2001-09-17move to SAFE_FREE()Simo Sorce1-7/+5
2001-09-14Finally commit my fix to this little mess...Andrew Bartlett1-10/+25
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