summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-1/+1
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke1-3/+0
2011-03-03s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+4
2010-08-14s3:idmap: add a read_only flag to the idmap_domain struct.Michael Adam1-0/+1
2010-08-14s3:idmap: add low_id and high_id to the idmap_domain structMichael Adam1-0/+2
2010-08-14s3:idmap: remove unused definition of idmap_alloc_methods.Michael Adam1-11/+0
2010-08-14s3:idmap: add an allocate_id method to the idmap_methods struct.Michael Adam1-0/+3
2010-08-14s3:idmap: remove the set_mapping method from the idmap APIMichael Adam1-2/+0
2010-08-14s3:idmap: remove unused method set_id_hwm from idmap APIMichael Adam1-1/+0
2010-08-14s3:idmap: remove unused alloc method get_id_hwm from idmap APIMichael Adam1-1/+0
2010-08-14s3:idmap: remove unused method dump_data() from the idmap APIMichael Adam1-4/+0
2010-08-14s3:idmap: remove the remove_mapping method from API and backendsMichael Adam1-1/+0
2009-01-30s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.Michael Adam1-5/+0
2008-09-19Add comment to explain version bumpSimo Sorce1-0/+1
2008-09-19idmap: Increment the interface number after Volker's rewrite.Gerald (Jerry) Carter1-1/+1
2008-08-12idmap rewriteVolker Lendecke1-6/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell1-2/+2
2007-10-10r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell1-5/+3
2007-10-10r22390: Patchset sent to samba-technical to address the winbindGerald Carter1-0/+6
2007-10-10r22343: Commit to 3_0 as well after adapting the patch.Simo Sorce1-1/+3
2007-10-10r20951: Remove the DOM_SID field in the struct idmap_domain and bounceGerald Carter1-1/+0
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-13/+33
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-15/+15
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+3
2007-10-10r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+1
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-07-11moving more code around.Gerald Carter1-0/+1
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-1/+2
2003-06-30Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison1-1/+0
2003-06-26Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison1-3/+5
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-1/+1
2003-05-29Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij1-0/+3
2003-05-12And finally IDMAP in 3_0Simo Sorce1-9/+3
2003-05-11Add new files needed for VFS fixes.Alexander Bokovoy1-3/+4
2003-04-06fix commitSimo Sorce1-1/+1
2003-04-06This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce1-1/+1
2003-03-08more on idmapSimo Sorce1-9/+15
2003-03-08some more codeSimo Sorce1-0/+1
2003-03-07initial work for the new idmpa interfaceSimo Sorce1-0/+49