summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: remove get_flags().Rusty Russell2012-06-221-17/+2
* s3:winbindd: do not expose negative cache idmap entries as valid mappings (bu...Stefan Metzmacher2012-06-211-6/+19
* s3:winbindd: discard the expired gid cache if we're online (bug #9002)Stefan Metzmacher2012-06-211-1/+1
* s3: Remove an unnecessary ()Volker Lendecke2012-06-211-1/+1
* idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke2012-06-201-1/+6
* idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke2012-06-201-5/+5
* idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke2012-06-201-5/+5
* idmap-hash: Adapt mapfile_read_line to README.CodingVolker Lendecke2012-06-201-1/+2
* idmap-hash: Fix Coverity ID 709119 Unused pointer valueVolker Lendecke2012-06-201-1/+1
* Fix unused variable warnings.Jeremy Allison2012-06-191-5/+12
* Remove unused variables.Jeremy Allison2012-06-191-8/+0
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-4/+0
* s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...Michael Adam2012-06-181-4/+4
* dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringAmitay Isaacs2012-06-181-2/+2
* s3-winbindd: fix the build of idmap_ad modules.Günther Deschner2012-06-151-1/+2
* dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke2012-06-151-1/+1
* dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2012-06-152-2/+2
* dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2012-06-152-3/+5
* dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke2012-06-153-8/+9
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-3/+4
* dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke2012-06-151-4/+4
* s3-winbindd: add comments about dump_core_setupMatthieu Patou2012-06-111-0/+11
* s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou2012-06-081-0/+2
* s3-waf: Fix the winbindd active directory idmap support build.Ira Cooper2012-06-081-1/+1
* Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison2012-05-311-1/+2
* s3:libsmb: get rid of cli_negprotLuk Claes2012-05-281-1/+2
* s3:libsmb: get rid of cli_state_disconnectLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_state_security_modeLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-1/+1
* s3:libsmb: get rid of cli_state_protocolLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_state_remote_nameLuk Claes2012-05-281-2/+2
* s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes2012-05-281-2/+3
* s3-winbindd: Always map the LDAP error code to an NTSTATUSAndrew Bartlett2012-05-261-4/+20
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-2/+2
* Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis2012-05-231-0/+1
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-05-221-1/+1
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke2012-05-141-1/+1
* s3: Fix Coverity ID 242184 Dereference after null checkVolker Lendecke2012-05-101-5/+3
* s3:winbindd:autorid check that transaction start did workChristian Ambach2012-05-091-1/+5
* s3:winbindd/autorid add ignore builtin parameterChristian Ambach2012-05-081-0/+13
* s3:winbindd/autorid add support for read-only modeChristian Ambach2012-05-081-6/+38
* s3:winbindd/autorid preallocate well-known SIDsChristian Ambach2012-05-081-0/+42
* s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2012-05-022-36/+23
* s3-winbindd: Do not use WBC_ types internally in winbinddAndrew Bartlett2012-05-021-3/+5
* s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett2012-05-021-25/+2
* s3:winbindd/idmap_tdb: use idmap_tdb_common codeChristian Ambach2012-05-011-558/+18
* s3:winbindd/idmap_tdb2: fix logic error in set_mapping_actionChristian Ambach2012-05-011-1/+1
* s3:winbindd/idmap_tdb2: use idmap_tdb_common codeChristian Ambach2012-05-011-357/+91
* s3:winbindd/autorid use idmap_tdb_common code in autoridChristian Ambach2012-05-011-86/+227