Age | Commit message (Expand) | Author | Files | Lines |
2012-08-15 | s3-winbind: Return the DC name from DC_PING | Christof Schmitt | 2 | -1/+13 |
2012-08-15 | s3-winbind: Pass ping-dc result to client | Christof Schmitt | 1 | -1/+9 |
2012-08-13 | Ensure we update last_access on the winbindd child struct on each request. | Jeremy Allison | 1 | -0/+1 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 4 | -5/+13 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 6 | -15/+39 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 2 | -0/+2 |
2012-07-23 | s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups. | Andreas Schneider | 2 | -4/+10 |
2012-07-23 | s3-winbind: Fix idmap initialization debug message. | Guenther Deschner | 2 | -2/+2 |
2012-07-19 | Move everything to use the common pidfile functions. | Jeremy Allison | 1 | -2/+3 |
2012-07-19 | Make the s3 pidfile use the common code inside lib/util/pidfile.c | Jeremy Allison | 1 | -1/+1 |
2012-07-19 | Move source4/smbd/pidfile into lib/util in preparation for making it in common. | Jeremy Allison | 1 | -2/+2 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 3 | -7/+7 |
2012-07-18 | source3/winbindd/winbindd_pam.c: fix stackframe leak | Rusty Russell | 1 | -0/+1 |
2012-07-18 | source3/winbindd/idmap_tdb_common.c: fix stackframe leak | Rusty Russell | 1 | -0/+1 |
2012-07-18 | source3/winbindd/winbindd_util.c: fix stackframe leak | Rusty Russell | 1 | -2/+4 |
2012-07-17 | Enable AES in winbind. | Andreas Schneider | 1 | -1/+1 |
2012-07-14 | Fix bug #9016 - Connection to outbound trusted domain goes offline. | Jeremy Allison | 1 | -6/+0 |
2012-07-12 | s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam() | Michael Adam | 4 | -5/+5 |
2012-07-12 | s3: rename sid_check_is_domain() to sid_check_is_our_sam() | Michael Adam | 7 | -10/+10 |
2012-07-03 | s3-winbind: Remove obsolte idmap_adex. | Andreas Schneider | 8 | -3781/+0 |
2012-06-22 | dbwrap: remove get_flags(). | Rusty Russell | 1 | -17/+2 |
2012-06-21 | s3:winbindd: do not expose negative cache idmap entries as valid mappings (bu... | Stefan Metzmacher | 1 | -6/+19 |
2012-06-21 | s3:winbindd: discard the expired gid cache if we're online (bug #9002) | Stefan Metzmacher | 1 | -1/+1 |
2012-06-21 | s3: Remove an unnecessary () | Volker Lendecke | 1 | -1/+1 |
2012-06-20 | idmap-hash: Attempt to fix Coverity ID 709116 Overflowed array index write | Volker Lendecke | 1 | -1/+6 |
2012-06-20 | idmap-hash: Fix Coverity ID 709117 Dereference before null check | Volker Lendecke | 1 | -5/+5 |
2012-06-20 | idmap-hash: Fix Coverity 709118 Dereference before null check | Volker Lendecke | 1 | -5/+5 |
2012-06-20 | idmap-hash: Adapt mapfile_read_line to README.Coding | Volker Lendecke | 1 | -1/+2 |
2012-06-20 | idmap-hash: Fix Coverity ID 709119 Unused pointer value | Volker Lendecke | 1 | -1/+1 |
2012-06-19 | Fix unused variable warnings. | Jeremy Allison | 1 | -5/+12 |
2012-06-19 | Remove unused variables. | Jeremy Allison | 1 | -8/+0 |
2012-06-19 | TDB2: make SAMBA use tdb1 again for the moment. | Rusty Russell | 1 | -4/+0 |
2012-06-18 | s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra... | Michael Adam | 1 | -4/+4 |
2012-06-18 | dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Amitay Isaacs | 1 | -2/+2 |
2012-06-15 | s3-winbindd: fix the build of idmap_ad modules. | Günther Deschner | 1 | -1/+2 |
2012-06-15 | dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring | Volker Lendecke | 1 | -1/+1 |
2012-06-15 | dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring | Volker Lendecke | 2 | -2/+2 |
2012-06-15 | dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring | Volker Lendecke | 2 | -3/+5 |
2012-06-15 | dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring | Volker Lendecke | 3 | -8/+9 |
2012-06-15 | dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring | Volker Lendecke | 1 | -3/+4 |
2012-06-15 | dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring | Volker Lendecke | 1 | -4/+4 |
2012-06-11 | s3-winbindd: add comments about dump_core_setup | Matthieu Patou | 1 | -0/+11 |
2012-06-08 | s3-winbindd: call dump_core_setup after command line option has been parsed | Matthieu Patou | 1 | -0/+2 |
2012-06-08 | s3-waf: Fix the winbindd active directory idmap support build. | Ira Cooper | 1 | -1/+1 |
2012-05-31 | Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8... | Jeremy Allison | 1 | -1/+2 |
2012-05-28 | s3:libsmb: get rid of cli_negprot | Luk Claes | 1 | -1/+2 |
2012-05-28 | s3:libsmb: get rid of cli_state_disconnect | Luk Claes | 1 | -2/+2 |
2012-05-28 | s3:libsmb: get rid of cli_state_security_mode | Luk Claes | 1 | -1/+1 |
2012-05-28 | s3:libsmb: get rid of cli_state_capabilities | Luk Claes | 1 | -1/+1 |
2012-05-28 | s3:libsmb: get rid of cli_state_protocol | Luk Claes | 1 | -2/+2 |