summaryrefslogtreecommitdiffstats
path: root/source/utils/net_sam.c
Commit message (Collapse)AuthorAgeFilesLines
* r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke2007-05-111-0/+118
| | | | sam unmapunixgroup"
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-05-111-7/+8
| | | | | | return values of some alias-releated pdb functions from BOOL to NTSTATUS Thanks :-)
* r22768: Merge from 3_0:Volker Lendecke2007-05-091-0/+42
| | | | | | | | r22412 | obnox | 2007-04-20 14:23:36 +0200 (Fr, 20 Apr 2007) | 5 lines Add a "deletelocalgroup" subcommand to net sam. Thanks to Karolin Seeger <ks@sernet.de>.
* r21776: fix bugs #4438 #4440Simo Sorce2007-03-091-4/+10
|
* r20654: Fix from Karolin Seeger <ks@sernet.de>: Accept "forever", "off" and ↵Volker Lendecke2007-01-101-7/+15
| | | | | | | | "never" as key words for -1 as policy values for net sam policy. Volker
* r19978: More "net sam policy" improvements. Thanks to Karolin Seeger ↵Volker Lendecke2006-12-011-26/+57
| | | | | | <ks@sernet.de> Volker
* r19976: merge r19840 from 3_0Volker Lendecke2006-12-011-0/+7
|
* r19835: Some net sam policy improvements.Volker Lendecke2006-11-221-50/+77
| | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-43/+89
|
* r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-191-9/+9
| | | | policy_handle' over from SAMBA_3_0.
* r19057: backout 18726, 18748, 18754, 18758 from 3.0.23 until further testing inJim McDonough2006-10-031-13/+43
| | | | SAMBA_3_0. password times go back to previous functionality, for now.
* r18758: Update net sam to use calculated times and force change password ↵Jim McDonough2006-09-201-43/+13
| | | | properly.
* r16418: Pull in more Klocwork fixes (up to r16415)Gerald Carter2006-06-201-2/+9
|
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-2/+2
| | | | * updating release notes to match
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-7/+2
|
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-0/+1
| | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
* r14699: allow 'net sam addmem' to accept a SID for the memberGerald Carter2006-03-241-5/+19
|
* r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gidGerald Carter2006-03-201-0/+59
|
* r13846: Take care of system that do not have LDAP librariesSimo Sorce2006-03-051-0/+5
|
* r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce2006-03-051-0/+386
|
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-211-3/+3
| | | | * replace all pdb_{init,fill}_sam_pw() calls with samu_set_unix()
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-201-8/+8
| | | | | | | | | | | | | | | | | | | | | | | to make full use of the new talloc() interface. Discussed with Volker and Jeremy. * remove the internal mem_ctx and simply use the talloc() structure as the context. * replace the internal free_fn() with a talloc_destructor() function * remove the unnecessary private nested structure * rename SAM_ACCOUNT to 'struct samu' to indicate the current an upcoming changes. Groups will most likely be replaced with a 'struct samg' in the future. Note that there are now passbd API changes. And for the most part, the wrapper functions remain the same. While this code has been tested on tdb and ldap based Samba PDC's as well as Samba member servers, there are probably still some bugs. The code also needs more testing under valgrind to ensure it's not leaking memory. But it's a start......
* r13316: Let the carnage begin....Gerald Carter2006-02-031-0/+784
Sync with trunk as off r13315