summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-25/+25
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett1-30/+30
2010-05-08s3: move BASE_RID to main includes.h (in preparation to separate passdb).Günther Deschner1-2/+0
2010-03-16s3: Remove a typedefVolker Lendecke1-2/+2
2009-11-26s3-passdb: move some defines out of rpc headers (they really belong to passdb).Günther Deschner1-0/+15
2009-11-14s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)Michael Adam1-1/+2
2009-11-14s3:passdb: remove the uid_to_rid method - we only need uid_to_sidMichael Adam1-2/+0
2009-07-14s3-account_policy: add pdb_policy_type enum.Günther Deschner1-2/+20
2009-07-05Actually increase PASSDB_INTERFACE_VERSION to 18 :-)Volker Lendecke1-1/+1
2009-07-04Add pdb_get_domain_infoVolker Lendecke1-0/+11
2009-07-04Make pdb_ads return an additional flagVolker Lendecke1-0/+1
2009-06-28Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke1-1/+4
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-2/+2
2009-05-28Fix some nonempty blank linesVolker Lendecke1-17/+17
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-1/+0
2008-12-29s3:passdb: add SAMU_BUFFER_V4 with no changesStefan Metzmacher1-1/+3
2008-12-29s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher1-1/+7
2008-12-02s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags.Günther Deschner1-10/+0
2008-05-05Remove unix_homedir from struct user_structVolker Lendecke1-1/+0
2008-02-12Removing unused ACCT_-flags.Günther Deschner1-30/+3
2007-12-26Remove the sampwent interfaceVolker Lendecke1-7/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-17/+17
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26Jeremy Allison1-0/+1
2007-10-10r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke1-3/+0
2007-10-10r21188: bumping passdb version number to make sure this is different than the...Gerald Carter1-2/+1
2007-10-10r20827: Increment the interface version.Volker Lendecke1-1/+2
2007-10-10r20824: Send access to the trusted domain passwords through the pdb backend, ...Volker Lendecke1-0/+13
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-0/+2
2007-10-10r18271: Big change:Gerald Carter1-5/+5
2007-10-10r17554: CleanupVolker Lendecke1-3/+5
2007-10-10r17463: A bit of cleanup work:Volker Lendecke1-3/+0
2007-10-10r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as anVolker Lendecke1-2/+3
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-4/+4
2007-10-10r16628: Fix bug #3880, reported by jason@ncac.gwu.eduJeremy Allison1-3/+5
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-2/+2
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-5/+5
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-2/+3
2007-10-10r13601: * Remove unused code from pdb_ldap.cGerald Carter1-1/+3
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-68/+60
2007-10-10r13509: remove unnecessary sql flagsGerald Carter1-2/+0
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-0/+26
2007-10-10r13460: by popular demand....Gerald Carter1-155/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-5/+25
2007-10-10r12055: More cruftVolker Lendecke1-23/+0
2007-10-10r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke1-0/+14
2007-10-10r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"Jeremy Allison1-1/+4
2007-10-10r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke1-6/+4
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-31/+29