summaryrefslogtreecommitdiff
path: root/source4/libnet/userman.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-0/+2
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
2007-10-10r19053: match the flag values with the actual equivalents in samr.idlRafal Szczesniak1-2/+2
rafal (This used to be commit 07aee708118070f99d42e8a25e28680e79c8f49c)
2007-10-10r19024: remove read-only and policy dependent fields and flagsRafal Szczesniak1-6/+0
from user modify routines. rafal (This used to be commit 7ca0d3dbcb9193c0f023e7c43764c7557925bb0e)
2007-10-10r17447: Add more fields to user modify routines.Rafal Szczesniak1-0/+17
rafal (This used to be commit 8fa1cd62ec6ce3b37700cf5ffa5c47b8c8cff977)
2007-10-10r15920: Move userman.c and userinfo.c definition into respectiveRafal Szczesniak1-0/+60
header files instead of composite.h rafal (This used to be commit 8cafbe7afedc90346cbd0cbedc2571143ae3dbc6)
2007-10-10r8788: New monitor messages.Rafal Szczesniak1-0/+6
rafal (This used to be commit 40061d7bd66be702d92c80da2c5f955b640eda22)
2007-10-10r8760: Rework monitor messaging code a bit, as Metze once suggested.Rafal Szczesniak1-0/+28
enum type has now been replaced with unsigned 32-bit field and message data is passed as void pointer. This allows various extension implementers to plug their monitor messages in more easily. rafal (This used to be commit 4a6ab58133a59d3da3209b3e46c2a8cf848d25e7)