Remove extra headers, and ensure that we correctly bail out of winbindd if we
[tprouty/samba.git] / source / sam /
2002-10-22 Simo SorceSome was asking to look at this code, so better it...
2002-10-21 Jelmer VernooijSync with metze's CVS tree
2002-10-14 Jelmer VernooijDon't use SAM FLAGS from smb.h since they're gone ...
2002-10-06 Simo Sorcetry to put every security descriptors related definitio...
2002-10-02 Jelmer Vernooijstrchr -> strrchr
2002-09-29 Andrew BartlettRemove sam/api.c.
2002-09-29 Andrew BartlettUpdates for sam_ads by metze - add the start of domain...
2002-09-28 Jelmer VernooijFix typos + report FIXME
2002-09-28 Andrew BartlettBack out one of the API changes, now I recall how it...
2002-09-28 Andrew BartlettAdd the beginings of sam_ads to the tree.
2002-09-26 Jelmer VernooijFix segfault in sam_context_enum_domains - reported...
2002-09-25 Jelmer VernooijAdd samtest command 'enum_accounts' + few typo fixes...
2002-09-24 Jelmer Vernooijenum_domains shouldn't crash when there are no domains...
2002-09-24 Jelmer VernooijFix bug in get_methods_by_name
2002-09-24 Jelmer Vernooij- Don't put pointer to sam_domain_handle in sam_methods...
2002-09-19 Jelmer VernooijMove functionality to check whether entries for lp_work...
2002-09-19 Jelmer VernooijMerge in first command for 'samtest'
2002-09-08 Jelmer VernooijPatch from Stefan (metze) Metzmacher with more updates...
2002-09-06 Andrew BartlettFix some missing ; on the end of our SAM_ASSERT()...
2002-09-06 Andrew BartlettGet our consts back in line with current norms - only...
2002-09-06 Andrew BartlettUpdates to sam_skel from metze, add sam/group.c and...
2002-09-06 Andrew BartlettThis commit includes part of the patch from metze poste...
2002-08-29 Jelmer VernooijSeveral compiler warning fixes + fix dependencies samtest
2002-08-29 Jelmer Vernooijsmall fixes
2002-08-29 Jelmer VernooijAdd plugin support for the sam system from metze (based...
2002-08-29 Jelmer VernooijAdd new files to Makefile + typo fix
2002-08-29 Jelmer VernooijPut in patch from metze (Stefan Metzmacher) to:
2002-08-28 Jelmer VernooijSilly of me to only test this with --with-sam and not...
2002-08-28 Jelmer VernooijCode style + typo fixes
2002-08-28 Jelmer VernooijPut in intermediate version of new SAM system. It's...
2002-07-31 Andrew BartlettAdd the current working document on the interface to...