summaryrefslogtreecommitdiff
path: root/source3/smbd/msg_idmap.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-15s3:smbd: split ID_CACHE_* message handling into parent and child partsStefan Metzmacher1-174/+0
2011-10-12s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck1-1/+34
2011-10-12s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck1-0/+1
2011-09-13s3: Remove a reference to smbd_server_connVolker Lendecke1-2/+10
2011-09-05s3: Fix smbcontrol smbd idmap kill S-1-5-21-...Volker Lendecke1-6/+20
2011-09-05s3: Reformat msg_idmap.c to match Samba codingVolker Lendecke1-13/+19
2011-08-21s3-id_cache: Use better names for id cache management opsAndreas Schneider1-3/+3
2011-08-21s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider1-100/+10
2011-08-10s3: Adapt msg_idmap.c to Samba coding conventionsVolker Lendecke1-5/+5
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett1-5/+5
2011-04-29s3-build: remove some unused headers.Günther Deschner1-2/+0
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-auth: smbd needs auth.hGünther Deschner1-0/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-02s3: remove superfluous debug messages from msg_idmapGregor Beck1-4/+0
2011-03-01s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett1-1/+1
2011-02-28s3:msg_idmap: The solaris cc compiler does not like unnamed unions as struct ...Michael Adam1-13/+13
2011-02-28s3: smbcontrol to notify smbd about idmap changesGregor Beck1-0/+205