Age | Commit message (Expand) | Author | Files | Lines |
2011-07-31 | s3-passdb: add dummy calls to control global (replicated) secrets. | Günther Deschner | 1 | -2/+18 |
2011-03-30 | s3-passdb: move some passdb defines to passdb.h | Günther Deschner | 1 | -0/+29 |
2011-03-30 | s3: include ../librpc/gen_ndr/lsa.h where needed. | Günther Deschner | 1 | -0/+2 |
2011-03-30 | s3-passdb: add machine_sid.h and lookup_sid.h | Günther Deschner | 1 | -0/+2 |
2011-03-30 | s3-passdb: move mapping.h into passdb.h, its needed here. | Günther Deschner | 1 | -0/+2 |
2011-03-30 | s3-passdb: move passdb headers to passdb/proto.h. | Günther Deschner | 1 | -0/+2 |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 1 | -1/+1 |
2011-02-17 | s3-passdb: add PDB_CAP_TRUSTED_DOMAINS_EX. | Günther Deschner | 1 | -2/+3 |
2011-02-16 | s3-lsa: Implement lsaRSetForestTrustInformation | Sumit Bose | 1 | -0/+1 |
2011-02-16 | s3-ipasam: add ipasam_get_trusted_domain_by_sid() | Sumit Bose | 1 | -0/+4 |
2011-02-16 | s3-passdb: add {get,set,del,enum}_trusted_domain calls | Sumit Bose | 1 | -0/+26 |
2011-02-15 | s3: Add "code_page" to struct samu | Volker Lendecke | 1 | -0/+2 |
2011-02-15 | s3: Add "country_code" to struct samu | Volker Lendecke | 1 | -0/+3 |
2011-02-09 | s3: move some stuff out of smb.h to better locations. | Günther Deschner | 1 | -0/+2 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+9 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -25/+25 |
2010-05-21 | s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 types | Andrew Bartlett | 1 | -30/+30 |
2010-05-08 | s3: move BASE_RID to main includes.h (in preparation to separate passdb). | Günther Deschner | 1 | -2/+0 |
2010-03-16 | s3: Remove a typedef | Volker Lendecke | 1 | -2/+2 |
2009-11-26 | s3-passdb: move some defines out of rpc headers (they really belong to passdb). | Günther Deschner | 1 | -0/+15 |
2009-11-14 | s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid) | Michael Adam | 1 | -1/+2 |
2009-11-14 | s3:passdb: remove the uid_to_rid method - we only need uid_to_sid | Michael Adam | 1 | -2/+0 |
2009-07-14 | s3-account_policy: add pdb_policy_type enum. | Günther Deschner | 1 | -2/+20 |
2009-07-05 | Actually increase PASSDB_INTERFACE_VERSION to 18 :-) | Volker Lendecke | 1 | -1/+1 |
2009-07-04 | Add pdb_get_domain_info | Volker Lendecke | 1 | -0/+11 |
2009-07-04 | Make pdb_ads return an additional flag | Volker Lendecke | 1 | -0/+1 |
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -1/+4 |
2009-06-08 | Pass a talloc_ctx to pdb_enum_aliasmem | Volker Lendecke | 1 | -2/+2 |
2009-05-28 | Fix some nonempty blank lines | Volker Lendecke | 1 | -17/+17 |
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -1/+0 |
2008-12-29 | s3:passdb: add SAMU_BUFFER_V4 with no changes | Stefan Metzmacher | 1 | -1/+3 |
2008-12-29 | s3:passdb: make marshalling struct samu from and to a buffer more generic | Stefan Metzmacher | 1 | -1/+7 |
2008-12-02 | s3-passdb: remove unused (now samr.idl) ACCT_NT/LM_PWD_SET flags. | Günther Deschner | 1 | -10/+0 |
2008-05-05 | Remove unix_homedir from struct user_struct | Volker Lendecke | 1 | -1/+0 |
2008-02-12 | Removing unused ACCT_-flags. | Günther Deschner | 1 | -30/+3 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -7/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -17/+17 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26 | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r21188: bumping passdb version number to make sure this is different than the... | Gerald Carter | 1 | -2/+1 |
2007-10-10 | r20827: Increment the interface version. | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r20824: Send access to the trusted domain passwords through the pdb backend, ... | Volker Lendecke | 1 | -0/+13 |
2007-10-10 | r20116: Start merging in the work done to create the new idmap subsystem. | Simo Sorce | 1 | -0/+2 |
2007-10-10 | r18271: Big change: | Gerald Carter | 1 | -5/+5 |
2007-10-10 | r17554: Cleanup | Volker Lendecke | 1 | -3/+5 |
2007-10-10 | r17463: A bit of cleanup work: | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r17451: Change pdb_getgrsid not to take a DOM_SID but a const DOM_SID * as an | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -4/+4 |