summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2012-06-22dbwrap: remove get_flags().Rusty Russell1-17/+2
2012-06-21s3:winbindd: do not expose negative cache idmap entries as valid mappings (bu...Stefan Metzmacher1-6/+19
2012-06-21s3:winbindd: discard the expired gid cache if we're online (bug #9002)Stefan Metzmacher1-1/+1
2012-06-21s3: Remove an unnecessary ()Volker Lendecke1-1/+1
2012-06-20idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index writeVolker Lendecke1-1/+6
2012-06-20idmap-hash: Fix Coverity ID 709117 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Fix Coverity 709118 Dereference before null checkVolker Lendecke1-5/+5
2012-06-20idmap-hash: Adapt mapfile_read_line to README.CodingVolker Lendecke1-1/+2
2012-06-20idmap-hash: Fix Coverity ID 709119 Unused pointer valueVolker Lendecke1-1/+1
2012-06-19Fix unused variable warnings.Jeremy Allison1-5/+12
2012-06-19Remove unused variables.Jeremy Allison1-8/+0
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-4/+0
2012-06-18s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...Michael Adam1-4/+4
2012-06-18dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringAmitay Isaacs1-2/+2
2012-06-15s3-winbindd: fix the build of idmap_ad modules.Günther Deschner1-1/+2
2012-06-15dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystringVolker Lendecke2-2/+2
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke2-3/+5
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke3-8/+9
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke1-3/+4
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-4/+4
2012-06-11s3-winbindd: add comments about dump_core_setupMatthieu Patou1-0/+11
2012-06-08s3-winbindd: call dump_core_setup after command line option has been parsedMatthieu Patou1-0/+2
2012-06-08s3-waf: Fix the winbindd active directory idmap support build.Ira Cooper1-1/+1
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison1-1/+2
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-1/+2
2012-05-28s3:libsmb: get rid of cli_state_disconnectLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_security_modeLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes1-2/+3
2012-05-26s3-winbindd: Always map the LDAP error code to an NTSTATUSAndrew Bartlett1-4/+20
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-2/+2
2012-05-23Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis1-0/+1
2012-05-22Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison1-1/+1
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider1-1/+1
2012-05-14s3: Fix Coverity ID 241320 Array compared against 0Volker Lendecke1-1/+1
2012-05-10s3: Fix Coverity ID 242184 Dereference after null checkVolker Lendecke1-5/+3
2012-05-09s3:winbindd:autorid check that transaction start did workChristian Ambach1-1/+5
2012-05-08s3:winbindd/autorid add ignore builtin parameterChristian Ambach1-0/+13
2012-05-08s3:winbindd/autorid add support for read-only modeChristian Ambach1-6/+38
2012-05-08s3:winbindd/autorid preallocate well-known SIDsChristian Ambach1-0/+42
2012-05-02s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett2-36/+23
2012-05-02s3-winbindd: Do not use WBC_ types internally in winbinddAndrew Bartlett1-3/+5
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-25/+2
2012-05-01s3:winbindd/idmap_tdb: use idmap_tdb_common codeChristian Ambach1-558/+18
2012-05-01s3:winbindd/idmap_tdb2: fix logic error in set_mapping_actionChristian Ambach1-1/+1
2012-05-01s3:winbindd/idmap_tdb2: use idmap_tdb_common codeChristian Ambach1-357/+91
2012-05-01s3:winbindd/autorid use idmap_tdb_common code in autoridChristian Ambach1-86/+227