Age | Commit message (Expand) | Author | Files | Lines |
2010-06-25 | Move UCS2 macros to common code | Jelmer Vernooij | 1 | -21/+0 |
2010-06-25 | Don't use frame as the talloc ctx in open_schannel_session_store(), as this b... | Jeremy Allison | 1 | -1/+1 |
2010-06-25 | Change talloc_autofree_context() to frame in Andrew's schannel.tdb TDB_CLEAR_... | Jeremy Allison | 1 | -1/+1 |
2010-06-25 | s3:schannel Open the schannel_state.tdb at startup | Andrew Bartlett | 1 | -0/+8 |
2010-06-25 | s3:registry: use regdb_store_regdb_version() in regdb_init(). | Michael Adam | 1 | -13/+2 |
2010-06-25 | s3:registry: use regdb_store_regdb_version() in regdb_upgrade_v1_to_v2() | Michael Adam | 1 | -13/+8 |
2010-06-25 | s3:registry: add a function regdb_store_regdb_version() | Michael Adam | 1 | -0/+21 |
2010-06-25 | s3:registry: rename regdb_upgrade_to_version_2() -> regdb_upgrade_v1_to_v2() | Michael Adam | 1 | -2/+2 |
2010-06-25 | s3:net [rpc] registry: be as user-friendly as possible wrt to the normalizati... | Michael Adam | 1 | -2/+9 |
2010-06-25 | s3:registry: improve logic of upgrade code in regdb_init() | Michael Adam | 1 | -30/+45 |
2010-06-25 | s3:registry: fix some debug messages in regdb_ini() | Michael Adam | 1 | -4/+4 |
2010-06-25 | s3-registry: Convert registry key delimiter from slash to backslash. | Andreas Schneider | 5 | -51/+30 |
2010-06-25 | s3-registry: Added a db upgrade function to normalize the key delimiter. | Andreas Schneider | 2 | -6/+107 |
2010-06-25 | s3: In make_server_info_info3, check the result of copy_netr_SamInfo3 | Volker Lendecke | 1 | -0/+4 |
2010-06-25 | s3: In copy_netr_SamInfo3 copy all of the sids array | Volker Lendecke | 1 | -0/+3 |
2010-06-25 | s3: Fix a winbind crash | Volker Lendecke | 1 | -0/+10 |
2010-06-25 | s3: Fix a winbind crash | Volker Lendecke | 1 | -1/+6 |
2010-06-24 | s3:registry: remove unused function normalize_dbkey() | Michael Adam | 2 | -11/+0 |
2010-06-24 | s3:registry: use normalize_reg_path() in regdb_set_secdesc() | Michael Adam | 1 | -1/+6 |
2010-06-24 | s3:registry: use normalize_reg_path() in regdb_get_secdesc() | Michael Adam | 1 | -1/+6 |
2010-06-23 | Add parse_setjob_command() to make setting job state easier for users. | Jeremy Allison | 1 | -1/+30 |
2010-06-22 | Fix bug 7528 - Solaris with NIS autohome. | Jeremy Allison | 1 | -0/+3 |
2010-06-21 | s3: Fix some valgrind errors | Volker Lendecke | 1 | -18/+33 |
2010-06-21 | s3-winbind: Make KRB5_EVENT_REFRESH_TIME a function | Volker Lendecke | 1 | -6/+12 |
2010-06-21 | tldap: Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 |
2010-06-21 | s3: Fix some enum/int mixup warnings | Volker Lendecke | 1 | -53/+53 |
2010-06-21 | s3: Remove an unreachable line of code | Volker Lendecke | 1 | -2/+0 |
2010-06-21 | s3: Fix a type-punned warning | Volker Lendecke | 1 | -2/+2 |
2010-06-21 | s3:net rpc registry: make getsd succeed when key sd only gives access to SD n... | Michael Adam | 1 | -2/+1 |
2010-06-21 | s3:fix an outdated comment. | Michael Adam | 1 | -5/+2 |
2010-06-21 | s3:idmap_ldap: remove unreached code (and explicit error return code) | Michael Adam | 1 | -5/+1 |
2010-06-20 | s3: Attempt to fix the build on NetBSD | Kai Blin | 2 | -6/+9 |
2010-06-20 | s3-waf: Change the (set|get|end)netgrent checks to match the configure.in checks | Kai Blin | 1 | -9/+12 |
2010-06-20 | s3 configure: Check for (set|get|end)netgrent prototypes | Kai Blin | 1 | -1/+24 |
2010-06-18 | Second part of fix converting prs_XX struct and functions to talloc. Remove u... | Jeremy Allison | 2 | -51/+0 |
2010-06-18 | Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas... | Jeremy Allison | 5 | -61/+78 |
2010-06-17 | Use #defined constant instead of "false" to be clearer about intent. | Jeremy Allison | 1 | -1/+1 |
2010-06-17 | s3-selftest: fix locktest9 in make selftest. | Günther Deschner | 4 | -5/+7 |
2010-06-17 | s3:configure: use cc for linking on IRIX and fix shlib usage | Björn Jacke | 1 | -3/+2 |
2010-06-17 | s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclient | Kai Blin | 1 | -1/+1 |
2010-06-17 | s3-waf: Add check for iconv | Kai Blin | 2 | -1/+9 |
2010-06-17 | s3-waf: Work around missing *netgrent prototypes on OSX 10.4 | Kai Blin | 2 | -5/+27 |
2010-06-16 | Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX). | Jeremy Allison | 1 | -49/+0 |
2010-06-16 | Remove two unused functions (prs_force_dynamic, prs_set_session_key). | Jeremy Allison | 3 | -21/+0 |
2010-06-16 | s3-auth: in make_user_info_for_reply_enc make sure to check length and data | Günther Deschner | 1 | -2/+2 |
2010-06-16 | s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4) | Günther Deschner | 1 | -0/+4 |
2010-06-16 | s3-auth: fix debug message in check_winbind_security(). | Günther Deschner | 1 | -1/+1 |
2010-06-16 | s3-tdb: Added missing out of memory check in rename_file_with_suffix(). | Andreas Schneider | 1 | -0/+4 |
2010-06-16 | Revert "s4-smbtorture: only pull info when status code indicates success in s... | Günther Deschner | 1 | -11/+3 |
2010-06-16 | s3-lanman: Fix return code for "" printqname in api_DosPrintQGetInfo(). | Günther Deschner | 1 | -0/+5 |