summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| * netapi: Correctly increase idx when displaying user informationKai Blin2008-07-151-1/+3
| * dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.Michael Adam2008-07-151-1/+1
| * dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.Michael Adam2008-07-151-2/+0
| * dbwrap: don't panic in db_open() when attaching to ctdb fails.Michael Adam2008-07-151-2/+1
| * registry: bump debug level to 1 in regdb_init() if storing version string fails.Michael Adam2008-07-151-1/+1
| * registry: bump debug level to 1 in regdb_init() if opening the registry fails.Michael Adam2008-07-151-1/+1
| * dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam2008-07-151-1/+8
| * dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam2008-07-151-1/+8
| * testparm: allow the default debug level of 2 to be changed from the command l...Michael Adam2008-07-151-1/+8
| * popt: add a popt_common_debuglevel set of options providing -d|--debuglevelMichael Adam2008-07-152-0/+8
| * testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-151-58/+67
| * testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-151-1/+1
| * testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-152-4/+4
| * testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam2008-07-151-1/+1
| * testparm: add a switch --skip-global-checks.Michael Adam2008-07-151-1/+5
| * build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in r...Michael Adam2008-07-141-1/+2
| * build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.Michael Adam2008-07-141-1/+2
| * build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in r...Michael Adam2008-07-141-1/+2
| * build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.Michael Adam2008-07-141-1/+1
| * build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.Michael Adam2008-07-141-1/+2
| * build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@Michael Adam2008-07-141-6/+6
| * build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.Michael Adam2008-07-141-52/+53
| * build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.Michael Adam2008-07-141-62/+63
| * build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam2008-07-141-47/+48
| * build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.Michael Adam2008-07-141-21/+21
| * Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison2008-07-141-3/+6
* | Static libsmbclient library needs to include all objectsDerrell Lipman2008-07-161-2/+2
* | Fix typos.Derrell Lipman2008-07-162-2/+2
|/
* Fix typo.Karolin Seeger2008-07-143-3/+3
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-121-15/+15
* Remove one nested level by reversing if conditionSimo Sorce2008-07-121-58/+54
* Add back mem leak fixesSimo Sorce2008-07-121-0/+2
* Make again idmap_init staticSimo Sorce2008-07-122-2/+1
* Remove an unused extern reference in vfs_aixacl2.cVolker Lendecke2008-07-121-2/+0
* Revert "Fix two memory leaks in an error path in idmap.c"Volker Lendecke2008-07-111-2/+0
* Revert "Make idmap_init() static"Volker Lendecke2008-07-112-1/+2
* Revert "Fix typo"Volker Lendecke2008-07-111-2/+2
* Revert "Fix a debug msg, this was probably a leftover from gencache"Volker Lendecke2008-07-111-4/+2
* Revert "Fix indentation"Volker Lendecke2008-07-111-14/+14
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-13/+15
* Revert "fix typos"Volker Lendecke2008-07-111-4/+2
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-118-69/+70
* Revert "Tiny logic simplification: Remove an unnecessary else branch"Volker Lendecke2008-07-111-8/+8
* Revert "Fix typo"Volker Lendecke2008-07-111-2/+1
* Revert "Make use of sid_check_is_in_unix_users/groups"Volker Lendecke2008-07-111-16/+11
* Revert "Don't scream, better explain a bit in comments"Volker Lendecke2008-07-111-8/+10
* Revert "Fix indentation"Volker Lendecke2008-07-111-1/+1
* Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke2008-07-115-8/+14
* Revert "Return timed out entries from gencache_get if timeout param != NULL"Volker Lendecke2008-07-112-17/+11
* Revert "Remove gencache_[un]lock_entry"Volker Lendecke2008-07-113-2/+37