Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "net | Volker Lendecke | 2007-05-11 | 1 | -0/+118 |
| | | | | sam unmapunixgroup" | ||||
* | r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change | Volker Lendecke | 2007-05-11 | 1 | -7/+8 |
| | | | | | | return values of some alias-releated pdb functions from BOOL to NTSTATUS Thanks :-) | ||||
* | r22768: Merge from 3_0: | Volker Lendecke | 2007-05-09 | 1 | -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 #4440 | Simo Sorce | 2007-03-09 | 1 | -4/+10 |
| | |||||
* | r20654: Fix from Karolin Seeger <ks@sernet.de>: Accept "forever", "off" and ↵ | Volker Lendecke | 2007-01-10 | 1 | -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 Lendecke | 2006-12-01 | 1 | -26/+57 |
| | | | | | | <ks@sernet.de> Volker | ||||
* | r19976: merge r19840 from 3_0 | Volker Lendecke | 2006-12-01 | 1 | -0/+7 |
| | |||||
* | r19835: Some net sam policy improvements. | Volker Lendecke | 2006-11-22 | 1 | -50/+77 |
| | | | | | | Thanks to Karolin Seeger <ks@sernet.de> Volker | ||||
* | r19810: more merge work....does not compile currently. Working on smbd merge | Gerald Carter | 2006-11-21 | 1 | -43/+89 |
| | |||||
* | r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'struct | Gerald Carter | 2006-11-19 | 1 | -9/+9 |
| | | | | policy_handle' over from SAMBA_3_0. | ||||
* | r19057: backout 18726, 18748, 18754, 18758 from 3.0.23 until further testing in | Jim McDonough | 2006-10-03 | 1 | -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 McDonough | 2006-09-20 | 1 | -43/+13 |
| | | | | properly. | ||||
* | r16418: Pull in more Klocwork fixes (up to r16415) | Gerald Carter | 2006-06-20 | 1 | -2/+9 |
| | |||||
* | r16348: * merging changes from SAMBA_3_0 r16346 | Gerald Carter | 2006-06-19 | 1 | -2/+2 |
| | | | | * updating release notes to match | ||||
* | r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822) | Gerald Carter | 2006-05-23 | 1 | -7/+2 |
| | |||||
* | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 2006-04-10 | 1 | -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 member | Gerald Carter | 2006-03-24 | 1 | -5/+19 |
| | |||||
* | r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gid | Gerald Carter | 2006-03-20 | 1 | -0/+59 |
| | |||||
* | r13846: Take care of system that do not have LDAP libraries | Simo Sorce | 2006-03-05 | 1 | -0/+5 |
| | |||||
* | r13843: Merge in net sam provision and some pdb_ldap fixes | Simo Sorce | 2006-03-05 | 1 | -0/+386 |
| | |||||
* | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 2006-02-21 | 1 | -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 Carter | 2006-02-20 | 1 | -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 Carter | 2006-02-03 | 1 | -0/+784 |
Sync with trunk as off r13315 |