summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_samr_nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-2/+2
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-35/+21
2003-06-11Set the user's primary unix group from usrmgr.exe.Volker Lendecke1-0/+41
2003-05-16Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison1-1/+14
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-1/+0
2003-05-12And finally IDMAP in 3_0Simo Sorce1-22/+8
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett1-8/+1
2003-04-29Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett1-24/+5
2003-04-29only call the add_script if the getpwnam_alloc() failsGerald Carter1-19/+28
2003-04-23Patch by Metze to ensure that we always at least initialize our output stringAndrew Bartlett1-2/+4
2003-04-23Now that Volker fixed the real issues with ldapsam and adding null attributesAndrew Bartlett1-40/+8
2003-04-22wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get th...Gerald Carter1-0/+5
2003-03-21(merge from HEAD)Andrew Bartlett1-7/+33
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-10/+10
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-0/+12
2003-01-04Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett1-3/+2
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-9/+7
2002-11-08Merge from HEAD:Andrew Bartlett1-0/+2
2002-11-02port sec_desc headers reordering from HEAD.Simo Sorce1-44/+44
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-29/+40
2002-10-23Debug level 12 is a typo.Jeremy Allison1-2/+2
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-1/+1
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-2/+2
2002-09-26syncing up with HEAD again....Gerald Carter1-6/+17
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-75/+56
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