Age | Commit message (Expand) | Author | Files | Lines |
2003-04-27 | make winbind use idmap as well. | Simo Sorce | 2 | -159/+3 |
2003-04-26 | enhancements | Simo Sorce | 1 | -5/+27 |
2003-04-26 | add idmap only parameter | Simo Sorce | 1 | -0/+29 |
2003-04-24 | Patch from Stefan Metzmacher to add default parameters to the lp_parm() | Jelmer Vernooij | 1 | -3/+3 |
2003-04-19 | fixes | Simo Sorce | 2 | -5/+18 |
2003-04-17 | seem that someone changed the semanthic of unix_strlower without fixing all | Simo Sorce | 2 | -5/+8 |
2003-04-16 | NTSTATUS strings are much more use than raw numbers... | Andrew Bartlett | 1 | -2/+2 |
2003-04-08 | some more debugging in case of failure | Simo Sorce | 2 | -3/+4 |
2003-04-06 | fix commit | Simo Sorce | 1 | -2/+2 |
2003-04-06 | This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on the | Simo Sorce | 2 | -150/+18 |
2003-04-05 | some more idmapping :) | Simo Sorce | 1 | -18/+61 |
2003-04-04 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 3 | -85/+170 |
2003-03-22 | - Use FUNCTION_MACRO, not __FUNCTION__. | Jelmer Vernooij | 1 | -2/+2 |
2003-03-08 | more on idmap | Simo Sorce | 2 | -69/+192 |
2003-03-08 | some more code | Simo Sorce | 2 | -0/+472 |
2003-03-07 | initial work for the new idmpa interface | Simo Sorce | 1 | -0/+145 |
2003-03-07 | Some progress towards gums and tdbsam2 | Simo Sorce | 4 | -210/+1076 |
2002-12-28 | some more work on gums. | Simo Sorce | 3 | -36/+533 |
2002-12-23 | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 1 | -1/+1 |
2002-12-22 | talloc_init_named -> talloc_init. | Jeremy Allison | 6 | -10/+10 |
2002-12-16 | updates to the gums | Simo Sorce | 2 | -90/+539 |
2002-12-04 | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 1 | -1/+1 |
2002-12-03 | use FILE_MACRO instead of __FILE__ | Herb Lewis | 3 | -42/+42 |
2002-10-22 | Some was asking to look at this code, so better it stay there until we decide... | Simo Sorce | 4 | -0/+1622 |
2002-10-21 | Sync with metze's CVS tree | Jelmer Vernooij | 1 | -79/+253 |
2002-10-14 | Don't use SAM FLAGS from smb.h since they're gone - patch from metze | Jelmer Vernooij | 2 | -32/+3 |
2002-10-06 | try to put every security descriptors related definitions in the same file. | Simo Sorce | 1 | -2/+2 |
2002-10-02 | strchr -> strrchr | Jelmer Vernooij | 1 | -1/+1 |
2002-09-29 | Remove sam/api.c. | Andrew Bartlett | 2 | -773/+547 |
2002-09-29 | Updates for sam_ads by metze - add the start of domain policy searching, and a | Andrew Bartlett | 1 | -25/+150 |
2002-09-28 | Fix typos + report FIXME | Jelmer Vernooij | 1 | -5/+5 |
2002-09-28 | Back out one of the API changes, now I recall how it was meant to work. | Andrew Bartlett | 4 | -6/+258 |
2002-09-28 | Add the beginings of sam_ads to the tree. | Andrew Bartlett | 3 | -17/+1100 |
2002-09-26 | Fix segfault in sam_context_enum_domains - reported by Kai | Jelmer Vernooij | 1 | -0/+1 |
2002-09-25 | Add samtest command 'enum_accounts' + few typo fixes in sam/interface.c | Jelmer Vernooij | 1 | -3/+1 |
2002-09-24 | enum_domains shouldn't crash when there are no domains available | Jelmer Vernooij | 1 | -4/+0 |
2002-09-24 | Fix bug in get_methods_by_name | Jelmer Vernooij | 1 | -10/+9 |
2002-09-24 | - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ... | Jelmer Vernooij | 2 | -19/+26 |
2002-09-19 | Move functionality to check whether entries for lp_workgroup() and "BUILTIN" | Jelmer Vernooij | 2 | -69/+98 |
2002-09-19 | Merge in first command for 'samtest' | Jelmer Vernooij | 1 | -17/+16 |
2002-09-08 | Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystem | Jelmer Vernooij | 2 | -180/+397 |
2002-09-06 | Fix some missing ; on the end of our SAM_ASSERT()... | Andrew Bartlett | 1 | -4/+4 |
2002-09-06 | Get our consts back in line with current norms - only for pointer protection. | Andrew Bartlett | 1 | -7/+7 |
2002-09-06 | Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the | Andrew Bartlett | 1 | -0/+193 |
2002-09-06 | This commit includes part of the patch from metze posted to the list, and a few | Andrew Bartlett | 5 | -229/+179 |
2002-08-29 | Several compiler warning fixes + fix dependencies samtest | Jelmer Vernooij | 1 | -1/+1 |
2002-08-29 | small fixes | Jelmer Vernooij | 2 | -7/+6 |
2002-08-29 | Add plugin support for the sam system from metze (based on passdb code) | Jelmer Vernooij | 1 | -0/+79 |
2002-08-29 | Add new files to Makefile + typo fix | Jelmer Vernooij | 1 | -1/+1 |