summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-27/+115
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-410/+929
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell1-15/+0
2002-03-29Don't core dump listing thousands of users in usrmgr.Jeremy Allison1-2/+2
2002-03-21Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett1-3/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-10/+82
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-2/+42
2002-03-10return the correct SID and domain name for the samr enum_domain andAndrew Tridgell1-8/+30
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Add the become_root()/unbecome_root() wrapper around the lookup_name() call,Andrew Bartlett1-1/+9
2002-01-20This is another *BIG* change...Andrew Bartlett1-44/+72
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-36/+3
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-3/+3
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+14
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-25/+21
2002-01-02Make user enumeration work for w2k and win9x.Jeremy Allison1-71/+85
2001-12-31last_enum not used.Jeremy Allison1-4/+0
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison1-6/+0
2001-12-21Removed unused variables.Jeremy Allison1-2/+0
2001-12-21The jf_get_sampasswd_entries() is not used anymore.Jeremy Allison1-335/+0
2001-12-21added a copyright notice.Jean-François Micouleau1-1/+1
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-71/+76
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