Age | Commit message (Expand) | Author | Files | Lines |
2008-07-18 | smbldap: Fix typo in debug message. | Karolin Seeger | 1 | -1/+1 |
2008-07-17 | Simplify samba_version_string. | Andreas Schneider | 1 | -34/+11 |
2008-07-17 | netapi: use ConvertSidToStringSid in NetGetGroupInfo query. | Günther Deschner | 1 | -1/+6 |
2008-07-17 | netapi: add NetGroupEnum example code. | Günther Deschner | 2 | -0/+159 |
2008-07-17 | netapi: fill in NetGroupEnum_r(). | Günther Deschner | 1 | -2/+259 |
2008-07-17 | netapi: fix map_group_info_to_buffer for GROUP_INFO_3 change. | Günther Deschner | 2 | -5/+7 |
2008-07-17 | netapi: add NetGroupEnum to public headers. | Günther Deschner | 1 | -0/+28 |
2008-07-17 | netapi: add skeleton for NetGroupEnum(). | Günther Deschner | 3 | -0/+82 |
2008-07-17 | netapi: add ConvertSidToStringSid() for convenience of the callers. | Günther Deschner | 2 | -0/+65 |
2008-07-17 | util: add policy_hnd_equal(). | Günther Deschner | 1 | -0/+10 |
2008-07-17 | netapi: fix documentation for NetGroupSetInfo. | Günther Deschner | 1 | -2/+2 |
2008-07-16 | Add ndr_syntax_id_equal() | Volker Lendecke | 1 | -1/+9 |
2008-07-15 | netapi: fix vim(?)-typo | Michael Adam | 1 | -1/+1 |
2008-07-15 | netapi: Correctly increase idx when displaying user information | Kai Blin | 1 | -1/+3 |
2008-07-15 | dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST. | Michael Adam | 1 | -1/+1 |
2008-07-15 | dbwrap: don't panic in db_open_trans() when attaching to ctdb fails. | Michael Adam | 1 | -2/+0 |
2008-07-15 | dbwrap: don't panic in db_open() when attaching to ctdb fails. | Michael Adam | 1 | -2/+1 |
2008-07-15 | dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans. | Michael Adam | 1 | -1/+8 |
2008-07-15 | dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open | Michael Adam | 1 | -1/+8 |
2008-07-15 | popt: add a popt_common_debuglevel set of options providing -d|--debuglevel | Michael Adam | 1 | -0/+6 |
2008-07-14 | Fix typo. | Karolin Seeger | 2 | -2/+2 |
2008-07-11 | Revert "Return timed out entries from gencache_get if timeout param != NULL" | Volker Lendecke | 1 | -15/+10 |
2008-07-11 | Revert "Remove gencache_[un]lock_entry" | Volker Lendecke | 1 | -0/+25 |
2008-07-10 | Fix a segfault in base64_encode_data_blob | Volker Lendecke | 1 | -1/+3 |
2008-07-10 | A brown paper bag bug fix for "net sam rights" | Volker Lendecke | 1 | -1/+1 |
2008-07-09 | Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)" | Michael Adam | 1 | -1/+1 |
2008-07-08 | Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into v3-3-test | Derrell Lipman | 1 | -2/+2 |
2008-07-08 | [BUG 5580] Allow access to DFS shares via libsmbclient | Derrell Lipman | 1 | -0/+5 |
2008-07-08 | Minor style correction | Zach Loafman | 1 | -2/+2 |
2008-07-08 | tdbtool: fix off-by-one error in argument length. (bug #2344) | Michael Adam | 1 | -1/+1 |
2008-07-03 | Remove gencache_[un]lock_entry | Volker Lendecke | 1 | -25/+0 |
2008-07-03 | Return timed out entries from gencache_get if timeout param != NULL | Volker Lendecke | 1 | -10/+15 |
2008-07-03 | netapi: fix doxygen warning. | Günther Deschner | 1 | -1/+1 |
2008-07-02 | Remove worrying warning message when safe_strcpy tries to copy a pseaudo inte... | Jeremy Allison | 1 | -1/+1 |
2008-07-02 | Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc... | Jeremy Allison | 1 | -0/+3 |
2008-07-01 | MSG_DEBUG now forwarded to all the winbindd children by parent. | Darshan Purandare | 1 | -1/+1 |
2008-07-01 | Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int or | Jeremy Allison | 1 | -1/+1 |
2008-07-01 | Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse searchin... | Jeremy Allison | 1 | -1/+1 |
2008-06-27 | Do not segfault if corepath is not set up properly | Volker Lendecke | 1 | -0/+5 |
2008-06-27 | Fix warnings on SuSE 9.0. | Karolin Seeger | 1 | -0/+8 |
2008-06-26 | ctdbd_connect: bump debug level to 1 for "connect failed" message. | Michael Adam | 1 | -1/+1 |
2008-06-26 | messages: bump debug level to 1 for "messaging_ctdb_init failed". | Michael Adam | 1 | -2/+2 |
2008-06-25 | netapi: add NetUserChangePassword() example code. | Günther Deschner | 2 | -0/+105 |
2008-06-25 | netapi: add NetUserChangePassword() to public headers. | Günther Deschner | 1 | -0/+20 |
2008-06-25 | netapi: add NetUserChangePassword skeleton. | Günther Deschner | 3 | -0/+72 |
2008-06-24 | libads: use ads_connect_user_creds in some places. | Günther Deschner | 1 | -1/+1 |
2008-06-23 | time: move uint64s_nt_time_to_unix_abs() to lib/time.c | Günther Deschner | 1 | -0/+7 |
2008-06-23 | libsmbconf: add "includes" to the forbidden_valnames[]. | Michael Adam | 1 | -0/+1 |
2008-06-23 | libsmbconf: fastpaths first in smbconf_reg_valname_valid(). | Michael Adam | 1 | -2/+2 |
2008-06-23 | init_shared_module -> init_samba_module | Volker Lendecke | 2 | -4/+4 |